Skip to content

Releases: Emurgo/yoroi-frontend

4.9.2 "What We Do in the Shadows"

14 Jan 16:53
Compare
Choose a tag to compare

Release PR: #2657

Single change:

  • Some improved debugging for the extension loading process

4.9.1 "Stop Spacing Out"

12 Jan 12:14
Compare
Choose a tag to compare

Release PR: #2653

Single change:

  • Fixes for some incorrect spacing in layout

4.9.0 "Permission to Host"

11 Jan 22:42
Compare
Choose a tag to compare

Release PR: #2649

Changes:

  • The main extension now includes the dapp-connector functionality and requests related permissions
  • Dapp-connector related UI is now part of Yoroi itself
  • Trezor support for new version
  • Submitted Cardano txs are visbled and displayed as "submitted" until first confirmed
  • Performance improvements related to the transaction history size
  • Performance improvements for the Send page and the transaction preparation

Fixes:

  • Syncing issues for wallets with 50+ addresses are now fixed
  • Token metadata is now being reloaded from the servers
  • Various small UI fixes

4.8.3 "Canonical"

18 Dec 00:24
Compare
Choose a tag to compare

Release PR: #2584

  • Canonical CBOR sorting for asset names is implemented for Ledger support
  • Rewards chart is enabled again

4.8.2 "If memory serves me correctly"

09 Dec 22:25
Compare
Choose a tag to compare

Release PR: #2561

Single main change:

  • The code is reworked to not occupy the memory with the entire transaction history

4.8.0 "Two Public Keys"

02 Dec 01:35
Compare
Choose a tag to compare

Release PR: #2549

Noticeable changes:

  • Ergo wallets display broadcasted transaction before it appears from the network
  • Invalid-script txs (Alonzo) are marked as failed
  • Trailing zeros are removed from amount displays
  • Locked asset deposit is displayed on the "Assets" page
  • Ledger update support
  • Ledger connection flow improvement (export 2 keys in one step)
  • Fix Buy ADA function
  • Coin-management improvement for token transactions
  • Wallet overlay on the first sync after restoring
  • Transaction ID can be exported with the tx history
  • Asset names are links to the explorer now on the "Assets" page
  • Error displayed when trying to restore an existing wallet again

Internal changes:

  • Sigma-Rust update for Ergo
  • Huge internal UI refactoring and upgrade (preparing for the UI revamp release)
  • Lots of upgrades to the dapp-connector API and functionality (still in dev beta)

4.7.500 "A better fit"

11 Nov 14:40
Compare
Choose a tag to compare

Release PR: https://github.com/Emurgo/yoroi-frontend/pull/2523/files

Single change:

  • Fixing which functions are used to extract an i128 type value from the Rust library when parsing rewards

4.7.400 "Mare Tranquillitatis"

24 Sep 21:14
Compare
Choose a tag to compare

Release PR: #2412

Notable changes:

  • "Shelley" word is removed in couple of places to reduce confusion with Alonzo
  • "Buy / Sell ADA" is replaced with "Buy ADA" for now
  • Topbar is fixed a lil to fit three lines of balance details
  • Forced block of reward display and withdrawal is removed
  • Coin-selection to not filter out inputs with zero spendable value (for repackaging) and to prioritize inputs with fewer assets in case of same spendable value

4.7.300 "Three Cubic Acres of Cash"

22 Sep 09:44
Compare
Choose a tag to compare

Release PR: #2404

Notable changes:

  • [general] New "Assets" tab is visible when wallet has any native assets present except the default currency
  • [ada] The current estimated locked amount of ADA required to store the native tokens is displayed next to the wallet balance
  • [ada] The coin selection for transactions is improved to prioritise inputs with the required asset or pure inputs as much as possible
  • [ada] The transaction-building is fixed to check the change output value size and break it down to multiple outputs in case of many assets

4.7.200 "Garder le Trésor"

15 Sep 14:11
Compare
Choose a tag to compare

Release PR: #2393

Includes:

  • Trezor API update for hardware wallets