- Fix issue with send amounts validation that was causing decimals to fail entry.
- Add show/hide non-zero Account functionality. If an account has a zero balance it can be hidden from being seen in dropdowns, etc.
- Add Immature tickets to StakeInfo on Tickets page.
- Add currency switching in various dropdowns.
- Make sure to request updated StakeInfo upon successful PurchaseTicket request so correct current values are shown to the user.
- More design tweaks as requested by linnutee.
Install
To install decrediton download, uncompress, and run
[decrediton Linux](https://github.com/decred/decred-binaries/releases/download/v1.0.6/decrediton-1.0.6.tar.gz) or
[decrediton OSX](https://github.com/decred/decred-binaries/releases/download/v1.0.6/decrediton-1.0.6.dmg).
See manifest-v1.0.6.txt, and the package specific manifest files for sha256 sums and the associated .asc files to confirm those shas.
See [README.md](./README.mdverifying-binaries) for more info on verifying the files.
Notes
Changes
| Description | Pull Request |
| --- | ---- |
| Don't try to set permissions with rsync in build script. | [decred/decrediton461](https://github.com/decred/decrediton/pull/461) |
| Update cli tools to v1.0.5 | [decred/decrediton463](https://github.com/decred/decrediton/pull/463) |
| Update to please PropTypes movement | [decred/decrediton464](https://github.com/decred/decrediton/pull/464) |
| Fix various bugs that have been found in 1.0.5 | [decred/decrediton466](https://github.com/decred/decrediton/pull/466) |
| Add show/hide account functionality | [decred/decrediton468](https://github.com/decred/decrediton/pull/468) |
| Add Immature tickets to stake info | [decred/decrediton469](https://github.com/decred/decrediton/pull/469) |
| Add currency type switching to dropdowns | [decred/decrediton470](https://github.com/decred/decrediton/pull/470) |
| Add getStakeInfoAttempt on successful purchase tickets attempt | [decred/decrediton471](https://github.com/decred/decrediton/pull/471) |
| A few remaining design fixes for v1.0.6 release | [decred/decrediton473](https://github.com/decred/decrediton/pull/473) |
| Bump for v1.0.6 | [decred/decrediton472](https://github.com/decred/decrediton/pull/472) |
| Fix function references | [decred/decrediton475](https://github.com/decred/decrediton/pull/475) |
Commits
This release was built from:
| Repository | Commit Hash |
| --- | ---- |
| decred/decrediton | 6eb4c2bcaba7217c7d370d342babee423565d6ca |
Known Issues
---