diff --git a/source/mainnet/docs/release-notes/release-notes-lp.rst b/source/mainnet/docs/release-notes/release-notes-lp.rst index 7ac886ffc6..43b4d8cfd2 100644 --- a/source/mainnet/docs/release-notes/release-notes-lp.rst +++ b/source/mainnet/docs/release-notes/release-notes-lp.rst @@ -291,14 +291,20 @@ Wallets |bw| ------------------------- - December 25, 2024 + January 30, 2025 - Version 1.7.2 + Version 2.0.0 - - Remove unused "downloads" permission from manifest. + - Overhauled the Browser Wallet’s interface as part of the CryptoX UI Revamp project. + This update will align the browser wallet’s design with look of CryptoX, + delivering a more seamless and user-friendly experience while preserving all the existing features. .. dropdown:: Previous releases + .. dropdown:: |bw| 1.7.2 - December 25, 2024 + + Remove unused "downloads" permission from manifest. + .. dropdown:: |bw| 1.7.1 - October 30, 2024 Version 1.7.1 includes several changes and bug fixes. diff --git a/source/shared/setup-env.rst b/source/shared/setup-env.rst index aab5f74836..86b930b971 100644 --- a/source/shared/setup-env.rst +++ b/source/shared/setup-env.rst @@ -48,7 +48,7 @@ During Wasm installation in your system you should see something similar to belo .. image:: images/mint-wasm-install.png :width: 100% -Now you need to install the Concordium software package. ``cargo-concordium`` is the tool for developing smart contracts for the Concordium blockchain. It can be used for :ref:`compiling` and :ref:`testing` smart contracts, and enables features such as :ref:`building contract schemas`.:ref:`Click here` and download the version 2.2.0 or greater of ``cargo-concordium`` for your operating system. The tool is the same for both testnet and mainnet. +Now you need to install the Concordium software package. ``cargo-concordium`` is the tool for developing smart contracts for the Concordium blockchain. It can be used for :ref:`compiling` and :ref:`testing` smart contracts, and enables features such as :ref:`building contract schemas`. :ref:`Click here` and download the version 2.2.0 or greater of ``cargo-concordium`` for your operating system. The tool is the same for both testnet and mainnet. .. note::