This repository was archived by the owner on Apr 26, 2023. It is now read-only.
File tree 4 files changed +14
-9
lines changed
4 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 79
79
80
80
- ** Features:** Settings Tab. Default Blockchain explorer.
81
81
- ** Fixes:** Fix for vires in numeris hang.
82
- - ** UI:** Dark mode.
82
+ - ** UI:** Dark mode.
83
+
84
+ # 0.9.3 (2018.9.16)
85
+
86
+ - ** Features:** Error details.
87
+ - ** Fixes:** Invalid precision for generic tokens.
Original file line number Diff line number Diff line change 3
3
</p >
4
4
5
5
6
- [ ![ version] ( https://img.shields.io/badge/release-0.9.2 -lightgrey.svg )] ( https://github.com/tarassh/fairy-wallet/releases )
6
+ [ ![ version] ( https://img.shields.io/badge/release-0.9.3 -lightgrey.svg )] ( https://github.com/tarassh/fairy-wallet/releases )
7
7
8
8
# Fairy Wallet - Ledger Nano S compatible wallet for EOS software.
9
9
25
25
26
26
## Releases
27
27
28
- The latest release version is 0.9.2 . To download application use one the following links:
28
+ The latest release version is 0.9.3 . To download application use one the following links:
29
29
30
- - [ for MacOS] ( https://github.com/tarassh/fairy-wallet/releases/download/v0.9.2 /FairyWallet-0.9.2 .dmg )
31
- - [ for Windows] ( https://github.com/tarassh/fairy-wallet/releases/download/v0.9.2 /FairyWallet.Setup.0.9.2 .exe )
32
- - [ for Linux] ( https://github.com/tarassh/fairy-wallet/releases/download/v0.9.2 /fairy-wallet_0.9.2_amd64 .deb )
30
+ - [ for MacOS] ( https://github.com/tarassh/fairy-wallet/releases/download/v0.9.3 /FairyWallet-0.9.3 .dmg )
31
+ - [ for Windows] ( https://github.com/tarassh/fairy-wallet/releases/download/v0.9.3 /FairyWallet.Setup.0.9.3 .exe )
32
+ - [ for Linux] ( https://github.com/tarassh/fairy-wallet/releases/download/v0.9.3 /fairy-wallet_0.9.3_amd64 .deb )
33
33
34
- Release notes: https://github.com/tarassh/fairy-wallet/releases/tag/v0.9.2
34
+ Release notes: https://github.com/tarassh/fairy-wallet/releases/tag/v0.9.3
35
35
36
36
37
37
** NOTE** : Wallet on Linux may require additional permitions for the device. To add permitions, use this [ script] ( https://github.com/LedgerHQ/udev-rules/blob/master/add_udev_rules.sh ) .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fairy-wallet" ,
3
3
"productName" : " Fairy Wallet" ,
4
- "version" : " 0.9.2 " ,
4
+ "version" : " 0.9.3 " ,
5
5
"description" : " EOS desktop wallet application for Ledger Nano S" ,
6
6
"main" : " ./main.prod.js" ,
7
7
"author" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fairy-wallet" ,
3
3
"productName" : " FairyWallet" ,
4
- "version" : " 0.9.2 " ,
4
+ "version" : " 0.9.3 " ,
5
5
"description" : " EOS desktop wallet application for Ledger Nano S" ,
6
6
"scripts" : {
7
7
"build" : " concurrently \" npm run build-main\" \" npm run build-renderer\" " ,
You can’t perform that action at this time.
0 commit comments