|
| 1 | +## 2017-12-21 |
| 2 | + |
| 3 | + |
| 4 | +## Install |
| 5 | + |
| 6 | +To install decrediton download, uncompress, and run |
| 7 | +[decrediton Linux](https://github.com/decred/decred-binaries/releases/download/v1.1.3/decrediton-1.1.3.tar.gz) or |
| 8 | +[decrediton OSX](https://github.com/decred/decred-binaries/releases/download/v1.1.3/decrediton-1.1.3.dmg) or |
| 9 | +[decrediton Windows](https://github.com/decred/decred-binaries/releases/download/v1.1.3/decrediton-1.1.3.exe). |
| 10 | + |
| 11 | +See manifest-decrediton-v1.1.3.txt, and the package specific manifest files for sha256 sums and the associated .asc files to confirm those shas. |
| 12 | + |
| 13 | +See [README.md](./README.md#verifying-binaries) for more info on verifying the files. |
| 14 | + |
| 15 | + |
| 16 | +# decrediton v1.1.3 |
| 17 | + |
| 18 | +This decrediton patch release covers a few commonly reported issues shortly |
| 19 | +after v1.1.2 was released. Most importantly this fixes a random issue on |
| 20 | +the Windows version that was causing an unavoidable crash on startup. |
| 21 | + |
| 22 | +## Bug Fixes |
| 23 | + |
| 24 | +* Rollback electron-store/conf version to avoid asar/json Windows issue. |
| 25 | + |
| 26 | +* Remove "Revoke tickets..." alert from Overview. Due to a deeper issue in |
| 27 | + dcrwallet the notification whether there are tickets to revoke is being |
| 28 | + incorrectly announced. Until that fix is available, it seems better to avoid |
| 29 | + showing the alert which confuses the user. |
| 30 | + |
| 31 | +* Fix errors on adding Stakepool API. On failed Stakepool API requests, the |
| 32 | + Stakey bounce animation would remain and the user would be unable to proceed. |
| 33 | + |
| 34 | +* Fix sorting of voted/revoked tickets in My Tickets. |
| 35 | + |
| 36 | +* Fix Account Key display |
| 37 | + |
| 38 | +* Fix issue with using "Enter" to complete any Get Started form. Doing so |
| 39 | + would previously make Decrediton shut down instead of submitting the action. |
| 40 | + |
| 41 | +* Hide Paginator when <= 1 page |
| 42 | + |
| 43 | +## Changelog |
| 44 | + |
| 45 | +All commits since the last release may be viewed on GitHub |
| 46 | +[here](https://github.com/decred/decrediton/compare/v1.1.2...v1.1.3). |
| 47 | + |
| 48 | + |
1 | 49 | # 2017-12-14 |
2 | 50 |
|
3 | 51 |
|
|
0 commit comments