Releases: pshenmic/dash-desktop
Releases · pshenmic/dash-desktop
Release list
Dash Desktop v1.0.0-beta.1
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
Dash Desktop v0.1.0-rc.1
Shielded transfers support (Orchard / Halo2)
Basic support + UI (InstantLock / ChainLock)
What's Changed
- feat: shielded pool, platform L2 transactions & unified transfer hub by @r0man1337 in #52
- Platform (L2) credit transfer + multi-step Send UI by @r0man1337 in #50
- feat: register Dash Platform identity funded from wallet UTXOs by @LexxXell in #49
- feat: create identity from the shielded pool (shielded → new identity) by @r0man1337 in #57
- feat: direct identity → identity and identity → core L1 transfers by @r0man1337 in #56
- feat: L1 asset lock pipeline — shielded funding, resumable identity registration and top-up by @r0man1337 in #55
- InstantSend asset lock proofs for all fundings + SPV sync loss fixes by @r0man1337 in #58
Full Changelog: 0.0.1-rc.2...0.1.0-rc.1
Dash Desktop v0.0.1-rc.2
Send DASH + UI stabilization
- Send DASH screen working
- Wallet labels
- Dashboard
- Contacts
- Fiat Rates
- Export mnemonic
- UI improvements and bugfixes
- Better sync stability
What's Changed
- fix(p2p): sync stability and cfilter fixes by @r0man1337 in #37
- feat(renderer): persisted theme and live fiat rates by @r0man1337 in #38
- feat(contacts): address book and IPC channel wiring by @r0man1337 in #40
- feat: add setWalletLabel for renaming wallets by @LexxXell in #30
- Add L1 sendCoins support and tx deduplication by @LexxXell in #29
- feat: add exportMnemonic for seed phrase backup by @LexxXell in #31
- feat: add RatesService for DASH→USD balance conversion by @LexxXell in #32
- feat(settings): appearance, currency, CSV export and rename by @r0man1337 in #43
- Consolidate split stack (04-08) into master by @r0man1337 in #45
- Settings: export recovery phrase + move wallet delete; fix send button by @r0man1337 in #46
- Fix testnet issue by @pshenmic in #48
Full Changelog: 0.0.1-rc.1...0.0.1-rc.2
Dash Desktop v0.0.1-rc.1
What's Changed
- Fix Receive tab and improve wallet tab data loading by @LexxXell in #28
- Auto-resume P2P sync + auth/UX polish by @r0man1337 in #35
- P2P broadcast by @owl352 in #36
- Add P2P sync UI, settings page, and resetSync Windows-lock fix by @r0man1337 in #33
New Contributors
- @LexxXell made their first contribution in #28
- @r0man1337 made their first contribution in #35
Full Changelog: 0.0.1-dev.7...0.0.1-rc.1