Releases: Emurgo/yoroi-frontend
Releases · Emurgo/yoroi-frontend
4.9.2 "What We Do in the Shadows"
4.9.1 "Stop Spacing Out"
4.9.0 "Permission to Host"
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"
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"
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"
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"
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"
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"
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