Skip to content
This repository was archived by the owner on Oct 21, 2020. It is now read-only.

Commit 2a9ebdf

Browse files
committed
chore(release): 1.6.0
1 parent 7938afc commit 2a9ebdf

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="1.6.0"></a>
6+
# [1.6.0](https://github.com/nano-wallet-company/nano-wallet-desktop/compare/v1.5.0...v1.6.0) (2019-01-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **appdmg:** patch to use err.code over err.exitCode ([7938afc](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/7938afc))
12+
* **download-progress:** only calculate ETA when seconds is finite number ([3e0cb2b](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/3e0cb2b))
13+
* **electron:** don't claim macOS dark mode support since we're frameless ([2f76606](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/2f76606))
14+
* **electron:** use simple timestamp to calculate download elapsed time ([75f29b7](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/75f29b7))
15+
16+
17+
### Features
18+
19+
* **electron:** upgrade node to V17.1 ([19d70ab](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/19d70ab))
20+
* **electron:** upgrade to Electron 4 ([9539f22](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/9539f22))
21+
* **frontier:** add frontier to models ([14fe52a](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/14fe52a))
22+
* **rpc:** support mode RPC actions ([b70f3dc](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/b70f3dc))
23+
* **status-tooltip:** format numbers ([154f6b1](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/154f6b1)), closes [#86](https://github.com/nano-wallet-company/nano-wallet-desktop/issues/86)
24+
* **upgrade-settings:** add utility to upgrade settings ([e3bb9f5](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/e3bb9f5))
25+
* **wallets-controller:** use accounts_balances to update balances ([7fec6f2](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/7fec6f2))
26+
27+
28+
### Performance Improvements
29+
30+
* **sum-amounts:** use BigNumber.sum to sum ([db15449](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/db15449))
31+
32+
33+
534
<a name="1.5.0"></a>
635
# [1.5.0](https://github.com/nano-wallet-company/nano-wallet-desktop/compare/v1.4.0...v1.5.0) (2018-12-21)
736

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nano-wallet-company/nano-wallet-desktop",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"productName": "Nano Wallet Desktop",
55
"genericName": "Wallet",
66
"description": "An ambitious Nano wallet for desktop and web.",

0 commit comments

Comments
 (0)