Skip to content

Releases: dashpay/dashwallet-ios

Release 6.3.3

11 May 14:06
94bf1b8
Compare
Choose a tag to compare

What's Changed

  • feat(ui): Redesign Send/Receive flow by @tikhop in #538
  • feat(ui): Redesign backup wallet by @tikhop in #539
  • chore: Merge master into develop by @tikhop in #542
  • feat: Redesign balance view by @tikhop in #540
  • feat(ui): Update shortcut bar icons by @tikhop in #543
  • feat: Thread safety tx userinfo by @tikhop in #544
  • feat: Redesign MN and Extended keys screens by @tikhop in #545
  • chore: Gemfile updates by @tikhop in #547
  • fix: Switching currency in settings should update currency on Home Screen by @tikhop in #546
  • chore: Release 6.3.3 by @tikhop in #548

Full Changelog: 6.3.2...6.3.3

Release 6.3.2

12 Apr 07:42
06185bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.3.1...6.3.2

Release 6.3.1

29 Mar 05:11
71a0be4
Compare
Choose a tag to compare

What's Changed

  • fix(crowdnode): UI lags and signup not going through by @Syn-McJ in #530
  • fix(crowdnode): Validating preferences before restoring state by @Syn-McJ in #531
  • fix(crowdnode): create an address if empty by @Syn-McJ in #532
  • chore: Release preparation by @tikhop in #533
  • chore: Merge develop into master by @tikhop in #534

Full Changelog: 6.3.0...6.3.1

Release 6.3.0

04 Mar 15:34
be3f407
Compare
Choose a tag to compare

Version 6.3.0 brings the introduction of CrowdNode on iOS. Now you can easily stake Dash with a few simple taps.

What's Changed

  • [NMI-826] CrowdNode sign up via blockchain API by @Syn-McJ in #423
  • fix: crowdnode error tracking by @Syn-McJ in #424
  • [NMI-829] Restoring in-progress/created CrowdNode account by @Syn-McJ in #426
  • Feature/crowdnode background by @Syn-McJ in #427
  • [NMI-830] CrowdNode entry point by @Syn-McJ in #428
  • (CrowdNode) New account / in progress UI by @Syn-McJ in #433
  • feat(crowdnode): Getting started UI by @Syn-McJ in #435
  • chore(crowdnode): merge develop into feature/crowdnode by @Syn-McJ in #450
  • feat(crowdnode): Deposit and withdraw logic by @Syn-McJ in #454
  • chore(crowdnode): Merge Coinbase branch by @Syn-McJ in #455
  • feat(crowdnode): Portal UI [NMI-834] by @Syn-McJ in #460
  • fix(crowdnode): authenticate the user before deposit by @Syn-McJ in #464
  • chore(crowdnode): Merge Coinbase into CrowdNode by @Syn-McJ in #466
  • feat(crowdnode): Deposit UI by @Syn-McJ in #472
  • feat(crowdnode): Withdraw UI [NMI-837] by @Syn-McJ in #473
  • chore(crowdnode): Merge develop into crowdnode by @Syn-McJ in #475
  • feat(crowdnode): "How staking works" dialog [NMI-835] by @Syn-McJ in #478
  • feat(crowdnode): Display APY by @tikhop in #483
  • chore(crowdnode): Localization improvements by @tikhop in #482
  • feat(crowdnode): withdrawal limits info/error dialogs by @Syn-McJ in #484
  • chore: Code clean up by @tikhop in #485
  • chore(crowdnode): merge Coinbase into CrowdNode by @Syn-McJ in #487
  • feat(crowdnode): link existing online account [NMI-914] by @Syn-McJ in #494
  • chore(crowdnode): merge Coinbase into CrowdNode by @Syn-McJ in #495
  • chore: Merge coinbase into crowdnode by @tikhop in #496
  • feat(crowdnode): Low balance warning [NMI-841] by @Syn-McJ in #498
  • feat(crowdnode): Combine transactions by @tikhop in #500
  • chore: Merge develop into crowdnode by @tikhop in #501
  • feat(crowdnode): Verify & Restore Online account by @Syn-McJ in #502
  • feat(crowdnode): Linking New Online account [NMI-917] by @Syn-McJ in #506
  • feat(crowdnode): UI enhancements by @tikhop in #505
  • fix: Post-merge issues by @tikhop in #507
  • feat: Switching from 'DSPriceManager' to 'CurrencyExchanger' by @tikhop in #511
  • feat(crowdnode): Tax category for CrowdNode and Coinbase by @Syn-McJ in #515
  • feat(crowdnode): Withdrawal confirmation dialog by @Syn-McJ in #516
  • chore: Merge develop into crowdnode by @tikhop in #517
  • feat: Tx list optimizations by @tikhop in #518
  • feat(crowdnode): remove authentication for some functions by @Syn-McJ in #520
  • feat(crowdnode): CrowdNode integration by @Syn-McJ in #521
  • fix(crowdnode): portal gradient width by @Syn-McJ in #522
  • feat: Properly layout elements when user has custom fonts size in settings by @tikhop in #523
  • fix(crowdnode): Online account issues by @Syn-McJ in #524
  • fix: Display 'Syncing...' message instead of crashing by @tikhop in #525
  • feat: Update infrastructure urls (insight, github) by @tikhop in #526
  • feat: Check whether sqlite column is null before trying to deserialize it by @tikhop in #527
  • chore: Release 6.3.0 preparation by @tikhop in #528
  • chore: Merge develop into master by @tikhop in #529

Full Changelog: 6.2.1...6.3.0

Release 6.2.1

22 Feb 09:59
6be4d19
Compare
Choose a tag to compare

This release brings "Store historical rates" feature alive

What's Changed

Full Changelog: 6.2.0...6.2.1

Release 6.2.0

10 Feb 08:40
83562ad
Compare
Choose a tag to compare

Version 6.2.0 brings the introduction of Coinbase on iOS. Users can now swap, transfer and buy dash straight from the app.

What's Changed

  • feat(coinbase): Handle small amounts by @tikhop in #465
  • refactor(coinbase): Improve working with account entity and handle user session properly by @tikhop in #468
  • chore: Merge develop into coinbase by @tikhop in #469
  • feat(coinbase): Custodial swaps by @tikhop in #481
  • feat(coinbase): Convert crypto improvements by @tikhop in #486
  • feat(ui): Improvements by @tikhop in #488
  • feat(ui): Redesign specify amount screen by @tikhop in #489
  • feat(ui): Support dark mode by @tikhop in #490
  • chore: Merge develop into coinbase by @tikhop in #491
  • feat(ui): Dark mode UI enhancements for Coinbase by @tikhop in #492
  • feat: Migrate Uphold transfer screen from legacy to new Enter Amount Controller by @tikhop in #493
  • chore: Merge Coinbase into Develop by @tikhop in #497
  • chore: Release 6.2.0 preparations by @tikhop in #499
  • chore: Merge develop into master by @tikhop in #503

Full Changelog: 6.1.4...6.2.0

Release 6.1.4

12 Jan 04:41
5476c8d
Compare
Choose a tag to compare

What's Changed

  • fix(ui): Use 'delete.left' icon when running on device with iOS < 15.0 by @tikhop in #476
  • feat(ui): Send screen improvements by @tikhop in #477

Full Changelog: 6.1.3...6.1.4

Release 6.1.3

09 Jan 09:08
2df8cdb
Compare
Choose a tag to compare

Release 6.1.3 brings new "Send" screen and other minor UI/UX improvements.

What's Changed

  • feat: New send Dash flow by @tikhop in #443
  • feat(explore-dash): Improve handling actions on merchant screen by @tikhop in #459
  • chore(explore-dash): Update explore dash database by @tikhop in #470
  • feat(ui): Improve onboarding screen by @tikhop in #471

Full Changelog: 6.1.1...6.1.3

Release 6.1.2

09 Jan 04:20
83291de
Compare
Choose a tag to compare

This release includes minor fixes to explore dash UI/UX

What's Changed

  • feat(explore-dash): Improve handling actions on merchant screen by @tikhop in #459

Full Changelog: 6.1.1...6.1.2

Release 6.1.1

15 Dec 16:17
160531a
Compare
Choose a tag to compare

• Updated version of Explore Dash database
• Minor UI improvements