Skip to content

Dash Desktop v1.0.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@pshenmic pshenmic released this 07 Aug 19:49
· 241 commits to master since this release
c7ce3a9

Improved stability, bug fixes and UI improvements based on community feedback

  • Improved InstantSend locks recognition
  • Shielded transfers performance speed up on Windows (new native libs)
  • Many UI/UX improvements (based on users feedback)

Full issues list:
https://github.com/pshenmic/dash-desktop/issues?q=is%3Aissue%20milestone%3Av1.0.0-beta.2


For MacOS users, additional step is required. This release is not yet signed with Apple Developer account, and manual self signing is required for application to be opened on newer MacOS systems.

Execute this line in your Terminal:

codesign --force --deep --sign - "/Applications/Dash Desktop.app"

What's Changed

  • Optimize working with memory in p2p by @owl352 in #64
  • Code refactor by @owl352 in #98
  • Frontend fixes: easy issues batch by @r0man1337 in #101
  • implement fee calculation ipc by @owl352 in #107
  • feat(ui): app-wide UX polish across balances, transactions, navigation and settings by @r0man1337 in #102
  • feat(send): take platform transition fees from the backend quote by @r0man1337 in #108
  • feat(send): reserve fixed Core network fee by @r0man1337 in #111
  • fix: Disable RPC fallback in P2P mode by @r0man1337 in #112
  • Request unused addresses in different sync modes by @owl352 in #113
  • Fix wallet deletion bypassing lock screen by @r0man1337 in #115
  • fix: use fixed Core fee for coin selection by @r0man1337 in #117
  • Fix fee calculation for platform addresses transfer by @owl352 in #119
  • fix(send): enter Platform amounts in DASH by @r0man1337 in #118

Full Changelog: 1.0.0-beta.1...1.0.0-beta.2