Skip to content

Releases: Emurgo/yoroi

4.1.4. - Token Decimals

15 Jun 21:09
006e27d
Compare
Choose a tag to compare
  • Add support for off-chain token metadata (#1403)

4.1.3 - Hot fix (Catalyst)

09 Jun 08:30
79a7a8c
Compare
Choose a tag to compare
  • Fix unexpected message about wallet not being delegated (see issue #1390)
  • Improve instructions in Catalyst registration flow (#1395)
  • Remove option to create Byron wallets. Restoring Byron wallets remains possible (#1396)

4.1.2 - Catalyst update (minor fix)

02 Jun 10:07
5bb285d
Compare
Choose a tag to compare
  • Display 500 ADA as the minimum required balance to vote (#1354)
  • Improve flow coverage (see several contributions by Kevin Sullivan)
  • Add some missing translations

4.1.1 Bug fixes and minor internal improvements

26 May 10:10
a37e34a
Compare
Choose a tag to compare
  • fix delegation center not loading results (#1351)
  • push catalyst voting registration dates (#1350)
  • bump react-native-webview to 11.6.2 (#1349)
  • Fix address not found for utxo error in delegation center (#1348)
  • some other minor improvements

4.1.0 - Catalyst voting registration support and multiple internal improvements

18 May 21:09
f4e45dc
Compare
Choose a tag to compare
  • Catalyst support (#1243 et al)
  • Add Czech translations (#1257) (by Michal Vlček)
  • Add warning modal when users enables the send all checkbox (#1326)
  • Upgrade react-native to v0.63.4 (#1258)
  • Fix token balance display issue (#1260)
  • Fix wallet navigator not showing up (#1335)
  • add spinner to delegation dashboard (#1330) (by Kevin Sullivan)
  • fix wallet creation for small screens (#1270) (by Kevin Sullivan)
  • Multiple small bug fixes, dependency upgrades and other internal improvements

Kudos to Kevin Sullivan and Michal Vlček for their contributions!

4.0.2 -Bug fixes

11 Mar 09:43
1b4f5bf
Compare
Choose a tag to compare
  • Fix occasional crash when trying to send more funds than what is currently available in the wallet
  • Fix activity indicator not stopping when there is a user error in the send screen input amount
  • Fix android context menu (copy/pasting) not being displayed in the send screen
  • Add missing token amounts in the confirmation screen when sending all assets
  • Other minor UI fixes

4.0.0 - Mary support

26 Feb 22:53
970ce56
Compare
Choose a tag to compare
  • Support for the Mary hardfork (including sending custom assets)

3.4.2 - Bump ledgerjs

23 Feb 07:30
88fbc5a
Compare
Choose a tag to compare
  • Bump @cardano-foundation/ledgerjs-hw-app-cardano to version 2.2.1 (PR #1194)

3.4.1 - Ledger Hot fix and dependency upgrades

10 Feb 07:32
a67762d
Compare
Choose a tag to compare
  • Fix delegation transactions using ledger devices
  • Temporary disable biometric authentication for Android >= 10
  • move to new AsyncStorage and attempt to disable auto-backup on iOS
  • Multiple dependency upgrades, mainly patch and minor version bumps.
  • Re-enable testnet builds

3.4.0 - Support for read-only wallets, ledger update and more internal improvements

22 Jan 11:40
36b5622
Compare
Choose a tag to compare
  • New feature: Support for restoring read-only wallets from QR codes
  • UI change: the login screen was removed. The auth screen is now shown immediately.

Fixes:

  • Minor UI fix (removes a blank space on the top)

Internal changes:

  • Bumps ledger dependency for compatibility with 2.1.0 app
  • Move to react-navigation 5.x. Users should only notice two minor changes:
    • the wallet navigation menu in the bottom is now shared across all wallet views (transaction history, send, receive, etc)
    • The back button, if pressed inside a wallet view, now navigates to the wallet selection screen, instead of closing the app.