Skip to content

Commit d407601

Browse files
dajohialexlyp
authored andcommitted
v1.1.3 - decrediton (#69)
1 parent 355c28f commit d407601

File tree

4 files changed

+72
-3
lines changed

4 files changed

+72
-3
lines changed

VERSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"url": "https://github.com/decred/decred-binaries/releases/tag/v1.0.1"
1313
},
1414
"decrediton": {
15-
"version": "1.1.2",
15+
"version": "1.1.3",
1616
"build": "",
17-
"date": "2017-12-14",
18-
"url": "https://github.com/decred/decred-binaries/releases/tag/v1.1.2"
17+
"date": "2017-12-21",
18+
"url": "https://github.com/decred/decred-binaries/releases/tag/v1.1.3"
1919
}
2020
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
1c1a8d6ae9d5f0e80401e2a442ab593149375fe9fb2834c0fdc4f17a7f5d8ce6 decrediton-v1.1.3.dmg
2+
68df7ebbfa6d76719f10131612b26451268c427ec5845fb06114e7c2747d858f decrediton-v1.1.3.exe
3+
d5b4e8ab3844866bd16959666eae3dfdc46e9452f3aca03c20ae2e2f259a38de decrediton-v1.1.3.tar.gz
4+
739678a11c73b03836d9f97c2a387b820172b70e085e70d2cbfe332972323d74 decrediton-v1.1.3.x86_64.rpm
5+
86b169ee050dcaa3abe541a94b3a23509a6745b57943bfb9c93e0b8f5530db6e decrediton_v1.1.3_amd64.deb
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
-----BEGIN PGP SIGNATURE-----
2+
3+
iQIcBAABAgAGBQJaO+xOAAoJEG2Jft9RigMdoEkP/0+ALGZly+bthPH1eKiv7xX/
4+
G6sC04LRRX+0uL69s4qa+TnOy3I/2zkwG42Cr2IODLte2J0T6bl+iW4NinzV8u2i
5+
a9e7A/Q++5ZuOolhOkAvrS+Ft9VkLR2kfOudDx70EDa45FA5UlOTJ+K6MEaC84Np
6+
KOCak+ZAAv/PqJzBFbRRM1NKgfdSqMh3MKVSzAaTx/Hpm+n/iPsfMcsOjqaLBm6C
7+
FbkdYxdTuvYN6y96Q6a+vw42majbLDuvUhjBeIIDVWh4xt23p1Bzk/+plDr2jNnr
8+
h46e+LuuboxBp4bT3v759llx+AeTOk497LeSIdFWNis01fNyzDfC+p5mLUaZP2WQ
9+
xUZp6lo+Nfw5YcHtjkPD7FDRqG10WUlXCj4WQDm+V/DVndF4CUEVHqBpccorEvKG
10+
KCfn6CCvifCaNVJbt6zPfIYY9tG70gLDdENN0RluE7SQeN2UwjzD6+UoMl5pfLF1
11+
5cjcasWBJicPlIMing7m1gb5rJWYnJq2WnyFCuKeQIL6q4E1U26Zb+EgyUOVeMEG
12+
HYBTHrTHPeRfDg+fovlvLB9yZ7XuZegylJN0mwjRQ5Rk08dZbYg16wGS9m96lpSJ
13+
gPIXT3cnPpOAQKyIWwwtplefwNT0nALOzL0ZA88I9kpsSC4yREpL5auqAQwo5xjW
14+
777bBGiOOU0eEippgvZc
15+
=QADl
16+
-----END PGP SIGNATURE-----

release-notes.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
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+
149
# 2017-12-14
250

351

0 commit comments

Comments
 (0)