Skip to content

Commit

Permalink
Merge pull request #474 from Concordium/prepare-release-1-5-2
Browse files Browse the repository at this point in the history
Prepare browser wallet for release of 1.5.2
  • Loading branch information
Ivan-Mahda authored Jun 12, 2024
2 parents f7533bb + 3aee19a commit f1adfb4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions packages/browser-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# Changelog

## Unreleased
## 1.5.2

### Added

- Display the optional name for ID providers when present, otherwise fallback to the chain name.
- Remove check for redirectUri when launching identity issuance. This check was causing issues with an upcoming identity provider and seems to provide no value.
- Increased padding for QR code background. In dark mode, QR code not blending with background.
- Added new option to edit account name. Name saved in local storage. Changed name displayed across all BrowserWallet.
- 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.

### Changed

- Display the optional name for ID providers when present, otherwise fallback to the chain name.
- Increased padding for QR code background. In dark mode, QR code not blending with background.

### Fixed

- Remove check for redirectUri when launching identity issuance. This check was causing issues with an upcoming identity provider and seems to provide no value.

## 1.5.1

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@concordium/browser-wallet",
"private": true,
"version": "1.5.1",
"version": "1.5.2",
"description": "Browser extension wallet for the Concordium blockchain",
"author": "Concordium Software",
"license": "Apache-2.0",
Expand Down

0 comments on commit f1adfb4

Please sign in to comment.