Skip to content

Releases: Emurgo/yoroi-frontend

3.9.5 - Ergo assets & more!

22 Jan 11:23
5df4a73
Compare
Choose a tag to compare
  • Fix for payment URLs for Shelley addresses
  • Redesigned the transfer/claim landing page
  • Updated dashboard design
  • Changed Ergo to use sigma-rust instead of ergo-ts (internal change, but an important one)
  • Include rewards as part of tx history export
  • Show Ergo assets on tx history page
  • Allow sending assets from the send page for Ergo
  • Add some missing icons to the tabs on the wallet page
  • Update TOS
  • Enable read-only wallet export in the settings page

3.8.5 - Ledger hotfix

08 Jan 23:28
Compare
Choose a tag to compare

This is a hotfix to re-enable Ledger integration after the 2.1.0 Ledger Cardano app update

3.8.4

30 Oct 20:28
Compare
Choose a tag to compare

New feature

  • Update AdaPools explorer information

Bug fix

  • Truncate 2 epochs of the reward graph for Cardano

3.8.3

30 Oct 17:42
86bc76f
Compare
Choose a tag to compare

New features

  • Add support for mangled address detection + correction
  • Add support for enterprise addresses
  • Add reward graph for reward history
  • Add AdaStat to explorer list

Bug fixes

  • Fix crash on pool retirement in wallet history
  • Fix registration status on empty registration history
  • Updated Trezor-Connect library which fixed some Trezor issues

3.7.3 - Ergo support

08 Oct 16:04
Compare
Choose a tag to compare

Adds Ergo support to Yoroi

3.6.2 - Misc improvements

17 Sep 05:03
Compare
Choose a tag to compare

Bug fixes

  • Wallets with redemption addresses now properly render the transaction history (previously just showed "0 ADA" in the wallet with no transactions)

New features

  • Withdrawal warning is now more in-depth

3.5.1 - Bug fixes for 0 ADA withdrawals & deregistrations

09 Sep 21:03
Compare
Choose a tag to compare
  • Fix error message when trying to withdraw from a reward address with 0 ADA in it
  • Fix UI when trying to deregister an reward address with 0 ADA in it
  • Remove 0-ADA withdrawal from deregistration transactions when there is no need for a withdrawal

3.5.0

08 Sep 16:41
Compare
Choose a tag to compare
  • You can now withdraw rewards from the "dashboard" page (works with hardware wallets too). Also supports deregistering the staking key
  • You can now claim rewards using a raw private key or encrypted private key from the claim / transfer page (useful for pool operators or those that forgot their recovery phrase but remember their spending password for the ITN)
  • Added an error page if the app crashes (previously just showed a blank page)
  • Added a way to include the wallet's public key as part of the support log download in the settings page

3.4.0

04 Sep 03:56
Compare
Choose a tag to compare
  • Use the server's time for setting transaction TTL. This is to fix users who had their clocks set too far in the past being unable to send transactions. Additionally, there is now a banner warning you if your clock is off by more than 2 minutes
  • Update the list of explorers used. Also sets CardanoScan as the new default explorer
  • Added a link to our UTXO explainer blog post on the internal address page
  • Add ticker in the on-hover of the dashboard upcoming rewards
  • Removed "The amount earned was rounded down to 0" as a reward missing explanation since it was just confusing people (in practice, it would be like 0.01 ADA)
  • (bugfix) fixed tx history syncing for wallets that were also used to submit a pool registration certificate
  • (bugfix) taking address now uses the stake1 bech32 prefix to match Ledger
  • (bugfix) Reward dashboard now properly indicates "End of epoch" instead of the start of epoch for rewards
  • (bugfix) MIR certificates now properly contribute to the summary amount of the tx summary page
  • (bugfix) Fix the copy icon on the summary page (the checkmark for copy selected used to trigger in multiple places at once)
  • (bugfix) Ledger upgrade transaction now properly detects that the destination address belongs to you
  • (bugfix) Ledger transactions no longer show the change address in the tx confirmation flow
  • (bugfix) Running different copies of Yoroi no longer breaks the Ledger connection

3.3.0 - Ledger support

30 Aug 22:00
f9c7814
Compare
Choose a tag to compare
  • Support Ledger Shelley & Byron wallets
  • Add staking key hash & other information to the address verify page
  • (bugfix) fix pagination on backend
  • (bugfix) fix encoding of MIR certificates
  • (bugfix) fix tx history resync button