Skip to content

Commit

Permalink
Merge pull request #1611 from symbol/release-note
Browse files Browse the repository at this point in the history
release: 1.0.5
  • Loading branch information
rg911 committed Jul 21, 2021
2 parents 9ff6220 + 854ee41 commit 0f574ac
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
21 changes: 16 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.

The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.0.5][v1.0.5] - 21-Jul-2021

### Milestone: Minor bug fix

#### Fixed

- Not able unlink VRF key link for multisig account [#1435](https://github.com/symbol/symbol-desktop-wallet/issues/1435)
- Corrupted profile with invalid mnemonic created [#1596](https://github.com/symbol/symbol-desktop-wallet/issues/1596)

## [1.0.4][v1.0.4] - 7-Jul-2021

### Milestone: Stabilize and bug fix
Expand Down Expand Up @@ -30,7 +39,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
- Fix transaction signing icon doesn't show up immediately after signing
- Fixed ledger translation
- Fixed account restrictions modal UI
- Fix harvesting not showing 25% of the beneficiary
- Fix harvesting not showing 25% of the beneficiary
- Fix decimal separator causing problems between locales
- Fixed copy paste password input
- Fix harvesting node not showing while activated on different devices
Expand Down Expand Up @@ -271,7 +280,7 @@ New Opt-In accounts created after this beta release will not be shown on Opt-In

#### Added

- Added Account Restrictions feature (add and delete restrictions), includes the following types:
- Added Account Restrictions feature (add and delete restrictions), includes the following types:
- Address Restrictions
- Mosaic Restrictions
- Operation(Transaction Type) Restrictions
Expand All @@ -295,7 +304,7 @@ New Opt-In accounts created after this beta release will not be shown on Opt-In
- Fixed overflow on Transaction Modal.
- Fixed translation issues (especially Japaneese).
- Improved multi-sig graph view on Account Details Page and Aliases display.
- UI fixes
- UI fixes
- Fixed unable to add json Address Book after attaching invalid format file issue.
- Fixed select contact window issues.
- Fixed fee selector is not visible issue on modify mosaic supply modal.
Expand Down Expand Up @@ -521,7 +530,7 @@ NOTE: We have known issues which have been logged into github and will look for

- Fixed mosaic namespace resolution inside transfers (fixes #275)
- Fixed hardcoded network configuration properties (fixes #140) (fixes #139)
- Fixed private key import of duplicates (fixes #214)
- Fixed private key import of duplicates (fixes #214)
- Fixed vue-router error logs (fixes #252)

## [v0.9.8][v0.9.8] -
Expand All @@ -539,7 +548,7 @@ NOTE: We have known issues which have been logged into github and will look for
- Fixed wallet import in subwallet creation (fixes #214)


## [v0.9.7][v0.9.7] - 06-Apr-2020
## [v0.9.7][v0.9.7] - 06-Apr-2020

### Milestone: [catapult-server@v0.9.3.2](https://github.com/nemtech/catapult-server/releases/tag/v0.9.3.2)

Expand Down Expand Up @@ -720,3 +729,5 @@ NOTE: We have known issues which have been logged into github and will look for
[v0.9.5-beta2]: https://github.com/nemfoundation/symbol-desktop-wallet/compare/v0.9.5-beta1...v0.9.5-beta2
[v0.9.5-beta1]: https://github.com/nemfoundation/symbol-desktop-wallet/compare/v0.9.4-beta...v0.9.5-beta1
[v0.9.4-beta]: https://github.com/nemfoundation/symbol-desktop-wallet/releases/tag/v0.9.4-beta

[v1.0.5]: https://github.com/symbol/symbol-desktop-wallet/releases/tag/v1.0.5
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "symbol-desktop-wallet",
"description": "Symbol Wallet",
"homepage": "https://github.com/nemgrouplimited/symbol-desktop-wallet",
"version": "1.0.4",
"version": "1.0.5",
"repository": {
"type": "git",
"url": "https://github.com/nemgrouplimited/symbol-desktop-wallet.git"
Expand Down

0 comments on commit 0f574ac

Please sign in to comment.