|
| 1 | +## 2018-10-15 |
| 2 | + |
| 3 | + |
| 4 | +## Install |
| 5 | + |
| 6 | +To install the command line tools, please see [dcrinstaller](https://github.com/decred/decred-release/tree/master/cmd/dcrinstall). |
| 7 | + |
| 8 | +To install decrediton download, uncompress, and run [decrediton Linux](https://github.com/decred/decred-binaries/releases/download/v1.3.1/decrediton-1.3.1.tar.gz) or [decrediton OSX](https://github.com/decred/decred-binaries/releases/download/v1.3.1/decrediton-v1.3.1.dmg) or [decrediton Windows](https://github.com/decred/decred-binaries/releases/download/v1.3.1/decrediton-v1.3.1.exe). |
| 9 | + |
| 10 | +See manifest-v1.3.1.txt, and the package specific manifest files for sha256 sums and the associated .asc files to confirm those shas. |
| 11 | + |
| 12 | +See [README.md](./README.md#verifying-binaries) for more info on verifying the files. |
| 13 | + |
| 14 | + |
| 15 | +## Contents |
| 16 | + |
| 17 | +* [decrediton](#decrediton-v131) |
| 18 | + |
| 19 | + |
| 20 | +# decrediton v1.3.1 |
| 21 | + |
| 22 | +This is primarily a patch release for Decrediton, but also reveals some exciting |
| 23 | +new functionality to the entire user base. Previously, SPV wallet functionality |
| 24 | +and Politeia access were hidden behind configuration settings (which were only |
| 25 | +accessible by knowledgeable users). Now Politeia is seen by default underneath |
| 26 | +the new "Governance" page that can be found on the left sidebar. SPV can be |
| 27 | +enabled by going to the Settings page and updating the option (this will |
| 28 | +cause decrediton to reset to begin using the systems correctly). |
| 29 | + |
| 30 | +We are also proud to add our first round of translations. We have added French, |
| 31 | +Spanish, German, Japanese, Chinese (simplified). If you are a long standing |
| 32 | +community member and notice any incorrect translations you can open an issue on |
| 33 | +[github](https://www.github.com/decred/decrediton/issues) or contact the team on |
| 34 | +the slack/matrix chat platforms. While we appreciate input from all users, |
| 35 | +the translation process demands some existing trust, so we'd prefer only users |
| 36 | +with existing relationships with the project submit translation issues. We're |
| 37 | +attempting to formalize our translations procedures to allow input from more |
| 38 | +users. Our goal is to provide the same high quality content for all users, no |
| 39 | +matter their preferred language. Our tentative next list of languages are: |
| 40 | +Russian, Arabic, Malay/Tagalog. |
| 41 | + |
| 42 | +## Bug Fixes |
| 43 | + |
| 44 | +* The underlying dcrwallet was updated to include a required fix that caused |
| 45 | + panics in some wallets with certain transactions (typically stakepool fee txs). |
| 46 | + |
| 47 | +* Non-US languages were causing some odd strings to be shown. |
| 48 | + |
| 49 | +* Use streaming GetTickets with dcrwallet to ease decrediton loading. Now tickets |
| 50 | + are requested on a smaller basis to avoid issues with very large voting wallets. |
| 51 | + |
| 52 | +## Other improvements |
| 53 | + |
| 54 | +* Add proper wallet and daemon closing procedures to allow settings changes for |
| 55 | + SPV and Advanced Daemon. Now the user does not have to completely close the |
| 56 | + wallet to enable these changes. There is also an added button to close the |
| 57 | + current wallet and select a new one to load. |
| 58 | + |
| 59 | +* The transaction details page has received a design update from Eeter. We have |
| 60 | + added the "Rebroadcast Transaction" button if the transaction is "Pending." |
| 61 | + This should be close to the final form of the page with some minor tweaks. |
| 62 | + |
| 63 | +* Updated Help page with more links and updated design from Eeter. |
| 64 | + |
| 65 | +* Update major some major dependencies and others: Webpack 4, Electron 2.0.8 |
| 66 | + |
| 67 | +* Retain number of tickets to purchase upon unsuccessful attempt. |
| 68 | + |
| 69 | +## Changelog |
| 70 | + |
| 71 | +All commits since the last release may be viewed on GitHub |
| 72 | +[here](https://github.com/decred/dcrwallet/compare/release-v1.3.0...release-v1.3.1). |
| 73 | + |
| 74 | + |
1 | 75 | ## 2018-09-21 |
2 | 76 |
|
3 | 77 |
|
|
0 commit comments