Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release notes for browser wallet 1.6.0 #1040

Merged
merged 1 commit into from
Jul 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 14 additions & 8 deletions source/mainnet/net/release-notes/release-notes-lp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,18 +295,24 @@ Wallets
|bw|
-------------------------

June 25, 2024
July 10, 2024

Version 1.6.0 add support for creating accounts using Company IDs.

Version 1.5.2 includes several changes and bug fixes.
- Added a new option to edit account names. The set names are used across the browser wallet for referring to the accounts.
- Added a new sign CIS3 message function in wallet-api, and corresponding view to display decoded payload of CIS3 message in browser wallet.
- Added display of the optional name for ID providers when present, otherwise fallback to the chain name.
- Removed check for redirectUri when launching identity issuance. This check was causing issues with an upcoming identity provider and seems to provide no value.
- Improved error messages when searching for all tokenIDs in a given smart contract. Invalid tokenIDs in the contract are now displayed with their corresponding reason for being invalid.
- Increased padding of the QR code background element.

.. dropdown:: Previous releases

.. dropdown:: |bw| 1.5.2 - June 25, 2024

Version 1.5.2 includes several changes and bug fixes.

- Added a new option to edit account names. The set names are used across the browser wallet for referring to the accounts.
- Added a new sign CIS3 message function in wallet-api, and corresponding view to display decoded payload of CIS3 message in browser wallet.
- Added display of the optional name for ID providers when present, otherwise fallback to the chain name.
- Removed check for redirectUri when launching identity issuance. This check was causing issues with an upcoming identity provider and seems to provide no value.
- Improved error messages when searching for all tokenIDs in a given smart contract. Invalid tokenIDs in the contract are now displayed with their corresponding reason for being invalid.
- Increased padding of the QR code background element.

.. dropdown:: |bw| 1.5.1 - April 4, 2024

Version 1.5.1 fixes a bug related to the injected script being loaded multiple times which was causing performance issues on the browser.
Expand Down
Loading