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

Commit 05b7a6c

Browse files
committed
chore(release): 1.0.0
1 parent a681b92 commit 05b7a6c

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
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.0.0"></a>
6+
# [1.0.0](https://github.com/nano-wallet-company/nano-wallet-desktop/compare/v1.0.0-rc.3...v1.0.0) (2018-07-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **account-send:** prevent wonkiness surrounding the send buttons ([1b4d394](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/1b4d394)), closes [#37](https://github.com/nano-wallet-company/nano-wallet-desktop/issues/37)
12+
* **electron:** properly restart after updates on mac ([43e4c6f](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/43e4c6f))
13+
* **intl:** ensure xx-xx form of locale added when xx form reported ([e6b1468](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/e6b1468)), closes [#40](https://github.com/nano-wallet-company/nano-wallet-desktop/issues/40)
14+
* **ui:** account view scroll issue [#26](https://github.com/nano-wallet-company/nano-wallet-desktop/issues/26) ([74637cd](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/74637cd))
15+
* **ui:** copy mnemonic in backup screen issue [#28](https://github.com/nano-wallet-company/nano-wallet-desktop/issues/28) ([336635d](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/336635d))
16+
* **ui:** fix [#44](https://github.com/nano-wallet-company/nano-wallet-desktop/issues/44) increase settings icon size ([fd29bb2](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/fd29bb2))
17+
* **ui:** further fix to account view scroll [#26](https://github.com/nano-wallet-company/nano-wallet-desktop/issues/26) (still needs styling) ([d8a1561](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/d8a1561))
18+
* **ui:** settings modal size increase [#43](https://github.com/nano-wallet-company/nano-wallet-desktop/issues/43) ([258f8f0](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/258f8f0))
19+
20+
21+
### Features
22+
23+
* **account-address:** move to nano_ prefixed addresses ([beb83bd](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/beb83bd))
24+
* **account-send:** add notification on send ([a10f2f4](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/a10f2f4))
25+
* **download-progress:** show progress percent and ETA when possible ([cc8a093](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/cc8a093))
26+
* **electron:** code signing ([bd8c32f](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/bd8c32f))
27+
* **electron:** package rai_node executables within the repo itself ([d38073a](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/d38073a))
28+
29+
30+
531
<a name="1.0.0-rc.3"></a>
632
# [1.0.0-rc.3](https://github.com/nano-wallet-company/nano-wallet-desktop/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2018-06-22)
733

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.0.0-rc.3",
3+
"version": "1.0.0",
44
"productName": "Nano Wallet Desktop",
55
"genericName": "Wallet",
66
"description": "An ambitious Nano wallet for desktop and web.",

0 commit comments

Comments
 (0)