Skip to content

Releases: Emurgo/yoroi-frontend

4.15.0 "Loading..."

25 Jul 20:19
Compare
Choose a tag to compare

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"

16 Jun 18:36
Compare
Choose a tag to compare

Release PR: #2893

Changes:

  • Trezor compatibility fix

4.14.400 "An Orderly Manner"

10 Jun 11:06
Compare
Choose a tag to compare

Release PR: #2888

Changes:

  • Ledger compatibility fix
  • Small last fixes about the fiat pairing UI

4.14.300 "Don't Ask Me Again"

09 Jun 13:12
Compare
Choose a tag to compare

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"

08 Jun 12:56
Compare
Choose a tag to compare

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"

06 Jun 18:33
Compare
Choose a tag to compare

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"

14 May 07:13
Compare
Choose a tag to compare

Release: #2841

Changes:

  • Wallet start-up speed improvement

4.13.0 "Can I Get an Autograph?"

12 May 22:39
Compare
Choose a tag to compare

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"

28 Apr 16:01
Compare
Choose a tag to compare

Release PRs:

  1. #2835
  2. #2833

Changes:

  • Wasm loading fix in one connector function
  • Connector error reporting improved
  • Wallet syncing fix

4.12.0 "Collateral Manage"

27 Apr 07:41
Compare
Choose a tag to compare

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