Releases: Emurgo/yoroi-frontend
Releases · Emurgo/yoroi-frontend
4.15.0 "Loading..."
Release PR: #2922
Changes:
- Wallets syncing process improvements
- Ledger handling functionality is reworked to be embedded within the extension itself
- UI and functionality changes for the global redesign project (multi-asset support and upgraded send-all functionality)
- Some fixes for wallet balance loading and for language switching
- Improved communications with the wallet backend
- Bech32/HEX conversion improvements
- Connector fix to provide the wallet icon in the injected code
4.14.500 "An Orderlier Manner"
4.14.400 "An Orderly Manner"
4.14.300 "Don't Ask Me Again"
Release PR: #2884
Changes:
- Removing some potential duplicate requests to the backend
- Connector API function
.getCollateral
is added instead of.getCollateralUtxos
for CIP30 compatibility
4.14.200 "Please retry"
Release PR: #2878
Changes:
- Error messages are improved
- Fetching of the fiat rates is fixed a bit
- Displayed total value in the connector popup is fixed when transaction has foreign inputs
- The fiat rate displaying it limited to the total wallet amount for now, until the redesign release
- Small rendering fixes
4.14.0 "Foreign Input"
Release PR: #2871
Changes:
- Improved parallel syncing for multiple wallets in the app
- UI improvements for the upcoming redesign release
- Frontend support for the fiat rates
- Script inputs, required signers, and full collateral support in the connector
4.13.100 "Gotta Go Fast"
4.13.0 "Can I Get an Autograph?"
Release PR: #2843
Changes:
- Proper transaction chaining before confirmation support in connector. Outputs from a just submitted tx are considered locally-available right away.
- Sign data function support in connector
- Foreign inputs support in connector UI (e.g. plutus inputs)
- Transaction inputs are automatically validated against the locally-spent set before the signing request. Request sign will fail with
utxo_spent
code in case the inputs are not available anymore. - New design for wallet navigation. Part of the global redesign.
4.12.100 "Please see logs"
4.12.0 "Collateral Manage"
Release PR: #2818
Changes:
- dApp connector
.getCollateral
api support - Coin-selection is majorly reworked in the wallet to handle collateral candidates
- Signing metadata with Ledger
- dApp connector UI fixes to display correct amounts
- Some fixes for the parallel wallet resyncing