diff --git a/source/mainnet/net/guides/export-import.rst b/source/mainnet/net/guides/export-import.rst index 90f2d4df31..660ab53660 100644 --- a/source/mainnet/net/guides/export-import.rst +++ b/source/mainnet/net/guides/export-import.rst @@ -201,6 +201,8 @@ How to back up and import Backup is not available in |mw-gen2| or |bw|. They use a secret recovery phrase to :ref:`recover your accounts, identities, and private keys`. You cannot import a backup from |mw-gen1| or Desktop Wallet to either |mw-gen2| or |bw|. + In |bw| you can view the secret recovery phrase in Wallet Settings if you need to write it down again. + .. note:: The option to view the secret recovery phrase is available in |mw-gen2| for Android version 1.3.0 or greater in the Wallet Settings |wallet-settings|. However you cannot simply upgrade to version 1.3.0 and use this feature. Instead, you must either create a new wallet or recover your wallet to be able to see this option in Wallet Settings. diff --git a/source/mainnet/net/release-notes/release-notes-lp.rst b/source/mainnet/net/release-notes/release-notes-lp.rst index c6b13fc1d3..5f31393a71 100644 --- a/source/mainnet/net/release-notes/release-notes-lp.rst +++ b/source/mainnet/net/release-notes/release-notes-lp.rst @@ -167,12 +167,24 @@ Wallets |bw| ------------------------- - January 10, 2024 + January 29, 2024 - The EuroE token is now added to all accounts by default. + Version 1.3.2 includes several changes and bug fixes. + + - The CIS-2 token lookup no longer blocks choosing a contract if looking up metadata or balance only fails for some tokens. + - The missing date for delegation/validation stake decrease/stop has been restored. + - Changing restake preference is no longer blocked when the validator is below minimum stake threshold. + - `SendTransaction` in wallet-api now supports `bigint` as part of smart contract parameters, fixing an issue with using large numbers. + - Users can view their secret recovery phrase in the wallet settings if they need to write it down again. + - Fixed a crash when the value in stake field was larger than a 64 bit integer when updating the stake. + - Fixed an issue that would potentially block the wallet from loading or cause a crash if a third-party app blocked extensions. .. dropdown:: Previous releases + .. dropdown:: |bw| 1.3.0 - January 10, 2024 + + The EUROe token is now added to all accounts by default. + .. dropdown:: |bw| 1.2.1 - November 21, 2023 |bw| 1.2.1 implements the renaming of bakers to validators throughout the wallet. The other changes related to Concordium's tokenomics updates have also been applied.