Skip to content

Commit

Permalink
add release notes for v1.0.9 (#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
bassemmagdy committed Dec 9, 2021
1 parent fcd3c15 commit 8b236aa
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ 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.9][v1.0.9] - 10-Dec-2021
### Milestone: Stabilize and bug fix

#### Added
- Added OpenAPI client integration [#1776](https://github.com/symbol/desktop-wallet/pull/1776)
- Added Korean language [#1794](https://github.com/symbol/desktop-wallet/pull/1794)
- Show update warning when users are on old versions [#1393](https://github.com/symbol/desktop-wallet/issues/1393)

#### Changed
- Used OpenAPI client for statistics-service API calls [#1777](https://github.com/symbol/desktop-wallet/pull/1777)
- Updated symbol-sdk version to 1.0.3 [#1756](https://github.com/symbol/desktop-wallet/pull/1756)
- Replaced old explorer URL with the new one [#1766](https://github.com/symbol/desktop-wallet/pull/1766)
- Harvesting page improvements: find node by `nodePublicKey` from statistics service instead of local storage, multi-device operation support [#1781](https://github.com/symbol/desktop-wallet/pull/1781)
#### Fixed
- Fixed outdated README [#1764](https://github.com/symbol/desktop-wallet/issues/1764)
- Fixed login error when selected node is broken or Websocket is failing. [#1767](https://github.com/symbol/desktop-wallet/issues/1767)
- Fixed transfer form shows not enough balance [#1771](https://github.com/symbol/desktop-wallet/issues/1771)
- Fixed expired mosaic is visible on supply change transaction page [#1663](https://github.com/symbol/desktop-wallet/issues/1663)
- Fixed leading zeros are ignored if there is no decimal point [#1730](https://github.com/symbol/desktop-wallet/issues/1730)
- Fixed offline transactions page ERROR_EMPTY_RESPONSE error [#1674](https://github.com/symbol/desktop-wallet/issues/1674)
- Allowed pasting option in password fields [#1780](https://github.com/symbol/desktop-wallet/issues/1780)
- Fixed non-ability of initializing an aggregate with a single transaction [#1803](https://github.com/symbol/desktop-wallet/issues/1803)
- Removed NxL and nemfoundation references [#1761](https://github.com/symbol/desktop-wallet/issues/1761)
- Updated translations

## [1.0.8][v1.0.8] - 1-Nov-2021

### Milestone: Stabilize and bug fix
Expand Down
4 changes: 2 additions & 2 deletions 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/symbol/desktop-wallet",
"version": "1.0.8",
"version": "1.0.9",
"repository": {
"type": "git",
"url": "https://github.com/symbol/desktop-wallet.git"
Expand Down

0 comments on commit 8b236aa

Please sign in to comment.