diff --git a/VERSION b/VERSION index 2b197ff..1c0cf4b 100644 --- a/VERSION +++ b/VERSION @@ -12,9 +12,9 @@ "url": "https://github.com/decred/decred-binaries/releases/tag/v1.0.1" }, "decrediton": { - "version": "1.1.2", + "version": "1.1.3", "build": "", - "date": "2017-12-14", - "url": "https://github.com/decred/decred-binaries/releases/tag/v1.1.2" + "date": "2017-12-21", + "url": "https://github.com/decred/decred-binaries/releases/tag/v1.1.3" } } diff --git a/manifests/manifest-decrediton-v1.1.3.txt b/manifests/manifest-decrediton-v1.1.3.txt new file mode 100644 index 0000000..5a22338 --- /dev/null +++ b/manifests/manifest-decrediton-v1.1.3.txt @@ -0,0 +1,5 @@ +1c1a8d6ae9d5f0e80401e2a442ab593149375fe9fb2834c0fdc4f17a7f5d8ce6 decrediton-v1.1.3.dmg +68df7ebbfa6d76719f10131612b26451268c427ec5845fb06114e7c2747d858f decrediton-v1.1.3.exe +d5b4e8ab3844866bd16959666eae3dfdc46e9452f3aca03c20ae2e2f259a38de decrediton-v1.1.3.tar.gz +739678a11c73b03836d9f97c2a387b820172b70e085e70d2cbfe332972323d74 decrediton-v1.1.3.x86_64.rpm +86b169ee050dcaa3abe541a94b3a23509a6745b57943bfb9c93e0b8f5530db6e decrediton_v1.1.3_amd64.deb diff --git a/manifests/manifest-decrediton-v1.1.3.txt.asc b/manifests/manifest-decrediton-v1.1.3.txt.asc new file mode 100644 index 0000000..0649dcb --- /dev/null +++ b/manifests/manifest-decrediton-v1.1.3.txt.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIcBAABAgAGBQJaO+xOAAoJEG2Jft9RigMdoEkP/0+ALGZly+bthPH1eKiv7xX/ +G6sC04LRRX+0uL69s4qa+TnOy3I/2zkwG42Cr2IODLte2J0T6bl+iW4NinzV8u2i +a9e7A/Q++5ZuOolhOkAvrS+Ft9VkLR2kfOudDx70EDa45FA5UlOTJ+K6MEaC84Np +KOCak+ZAAv/PqJzBFbRRM1NKgfdSqMh3MKVSzAaTx/Hpm+n/iPsfMcsOjqaLBm6C +FbkdYxdTuvYN6y96Q6a+vw42majbLDuvUhjBeIIDVWh4xt23p1Bzk/+plDr2jNnr +h46e+LuuboxBp4bT3v759llx+AeTOk497LeSIdFWNis01fNyzDfC+p5mLUaZP2WQ +xUZp6lo+Nfw5YcHtjkPD7FDRqG10WUlXCj4WQDm+V/DVndF4CUEVHqBpccorEvKG +KCfn6CCvifCaNVJbt6zPfIYY9tG70gLDdENN0RluE7SQeN2UwjzD6+UoMl5pfLF1 +5cjcasWBJicPlIMing7m1gb5rJWYnJq2WnyFCuKeQIL6q4E1U26Zb+EgyUOVeMEG +HYBTHrTHPeRfDg+fovlvLB9yZ7XuZegylJN0mwjRQ5Rk08dZbYg16wGS9m96lpSJ +gPIXT3cnPpOAQKyIWwwtplefwNT0nALOzL0ZA88I9kpsSC4yREpL5auqAQwo5xjW +777bBGiOOU0eEippgvZc +=QADl +-----END PGP SIGNATURE----- diff --git a/release-notes.md b/release-notes.md index 6490186..38e2aba 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,51 @@ +## 2017-12-21 + + +## Install + +To install decrediton download, uncompress, and run +[decrediton Linux](https://github.com/decred/decred-binaries/releases/download/v1.1.3/decrediton-1.1.3.tar.gz) or +[decrediton OSX](https://github.com/decred/decred-binaries/releases/download/v1.1.3/decrediton-1.1.3.dmg) or +[decrediton Windows](https://github.com/decred/decred-binaries/releases/download/v1.1.3/decrediton-1.1.3.exe). + +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. + +See [README.md](./README.md#verifying-binaries) for more info on verifying the files. + + +# decrediton v1.1.3 + +This decrediton patch release covers a few commonly reported issues shortly +after v1.1.2 was released. Most importantly this fixes a random issue on +the Windows version that was causing an unavoidable crash on startup. + +## Bug Fixes + +* Rollback electron-store/conf version to avoid asar/json Windows issue. + +* Remove "Revoke tickets..." alert from Overview. Due to a deeper issue in + dcrwallet the notification whether there are tickets to revoke is being + incorrectly announced. Until that fix is available, it seems better to avoid + showing the alert which confuses the user. + +* Fix errors on adding Stakepool API. On failed Stakepool API requests, the + Stakey bounce animation would remain and the user would be unable to proceed. + +* Fix sorting of voted/revoked tickets in My Tickets. + +* Fix Account Key display + +* Fix issue with using "Enter" to complete any Get Started form. Doing so + would previously make Decrediton shut down instead of submitting the action. + +* Hide Paginator when <= 1 page + +## Changelog + +All commits since the last release may be viewed on GitHub +[here](https://github.com/decred/decrediton/compare/v1.1.2...v1.1.3). + + # 2017-12-14