Skip to content

Dash Desktop v1.0.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@pshenmic pshenmic released this 24 Jul 10:42
9fd6bb9

Big stable release

  • Shielded Transactions
  • New Multi Send Screen
  • Platform Addresses support
  • Tons of speed, stability and UX improvements

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 open up on newer MacOS systems.

Execute this line in your Terminal:

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

What's Changed

  • fix: UI fixes by @r0man1337 in #60
  • feat: auto-derive core/shielded/platform addresses + periodic balance refresh by @r0man1337 in #59
  • feat(ui): shielded notes, send routing & wallet UX improvements by @r0man1337 in #61
  • fix(conventions): style-rule compliance & sidebar/unlock polish by @r0man1337 in #62
  • Migrations fix by @owl352 in #66
  • UI fixes and consistency batch, forgot-password flow, and enum refactor by @r0man1337 in #65
  • Write logs to the file by @owl352 in #67

Full Changelog: 0.1.0-rc.1...v1.0.0-beta.1