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

BW 1.5.2 release #1034

Merged
merged 8 commits into from
Jun 25, 2024
Merged
Changes from 2 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
14 changes: 12 additions & 2 deletions source/mainnet/net/release-notes/release-notes-lp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -288,13 +288,23 @@ Wallets
|bw|
-------------------------

April 4, 2024
June 20, 2024
Ivan-Mahda marked this conversation as resolved.
Show resolved Hide resolved

Version 1.5.1 fixes a bug related to the injected script being loaded multiple times which was causing performance issues on the browser.
Version 1.5.2 includes several changes and bug fixes.
mh-concordium marked this conversation as resolved.
Show resolved Hide resolved
- Added new option to edit account name. Name saved in local storage. Changed name displayed across all BrowserWallet.
Ivan-Mahda marked this conversation as resolved.
Show resolved Hide resolved
- Additional error message. Now instead of not showing invalid tokens, they displayed in token list with corresponding error. In order to show, that we found tokens in contract, but they have error.
Ivan-Mahda marked this conversation as resolved.
Show resolved Hide resolved
- Display the optional name for ID providers when present, otherwise fallback to the chain name.
Ivan-Mahda marked this conversation as resolved.
Show resolved Hide resolved
- Increased padding for QR code background. In dark mode, QR code not blending with background.
Ivan-Mahda marked this conversation as resolved.
Show resolved Hide resolved
- Remove check for redirectUri when launching identity issuance. This check was causing issues with an upcoming identity provider and seems to provide no value.

.. dropdown:: Previous releases

.. 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.

.. dropdown:: |bw| 1.5.0 - March 20, 2024

In version 1.5.0 a button was added so you can use the wallet in fullscreen mode in a tab in your browser. Additionally, an issue where some proof requests for nationality or country of residence would be misintrepreted as asking whether in the EU or not has been fixed. And, an issue was fixed where an inject script was not loading on the first page of a new tab, causing the API to be unavailable for dApps.

.. dropdown:: |bw| 1.4.2 - March 6, 2024
Expand Down
Loading