Skip to content

Releases: Emurgo/yoroi-frontend

1.2.1 - Migration to Yoroi bug fix

29 Jan 11:53
1ff6be8
Compare
Choose a tag to compare
  • Migration to Yoroi bug fix

Staging 1.2.1 - Migration to Yoroi bug fix

29 Jan 11:55
cf232ba
Compare
Choose a tag to compare
  • Migration to Yoroi bug fix

1.2.0 - Export transactions and lots of small improvements

27 Jan 13:00
Compare
Choose a tag to compare
  • Fix onClick in TrezorSendConfirmationDialog #246
  • Fix onClick in WalletSendConfirmationDialog #242
  • Show fee & Intrawallet transactions #241
  • Log time even on empty logs #233
  • Remove unused exports #231
  • Change casing on warning label #230
  • Change password requirements #219
  • Export transaction to file #222
  • New Crowdin translations #252

Staging 1.2.0 - Export transactions and lots of small improvements

27 Jan 13:01
Compare
Choose a tag to compare
  • Fix onClick in TrezorSendConfirmationDialog #246
  • Fix onClick in WalletSendConfirmationDialog #242
  • Show fee & Intrawallet transactions #241
  • Log time even on empty logs #233
  • Remove unused exports #231
  • Change casing on warning label #230
  • Export transaction to file #222
  • New Crowdin translations #252

1.1.0 - Hardware Wallets Integration

30 Dec 12:16
fd62e80
Compare
Choose a tag to compare

Updates 1.1.0

  • Yoroi now supports hardware wallets!. The first one to be integrated is Trezor! And Ledger is next.
  • Some Improvements in design, like links to youtube tutorials on the landing screen and better notifications.
  • New Language: Russian.
  • Code refactoring, better testing, bug fixes, improve in translations for Chinese Traditional, Chinese Simplified, Korean and Japanese.

Staging 1.1.0

30 Dec 12:17
82a07db
Compare
Choose a tag to compare
Staging 1.1.0 Pre-release
Pre-release

Updates 1.1.0

  • Yoroi now supports hardware wallets!. The first one to be integrated is Trezor! And Ledger is next.
  • Some Improvements in design, like links to youtube tutorials on the landing screen and better notifications.
  • New Language: Russian.
  • Code refactoring, better testing, bug fixes, improve in translations for Chinese Traditional, Chinese Simplified, Korean and Japanese.

1.0.4

21 Oct 19:43
0e6f4b6
Compare
Choose a tag to compare
  • fixes issue with the wallet that gives an error when calculating some fees. this was solved by updating js-cardano-wasm and cardano-rust.
  • fixes the timeout when trying to importer from Daedalus and the interaction from the user to press the import button would take more than one min, producing a timeout from the websocket.
  • In order to get more context about some problems, we updated error logs (the ones downloaded from settings) to have a header similar to the following style:
[INFO] Yoroi v.1.0.4
[INFO] Commit: 63b20e4e5be7b91321ab578c155c41794f196d13
[INFO] Network: testnet
No errors logged.
  • adds more e2e tests.

Staging 1.0.4

10 Oct 21:24
b6993f2
Compare
Choose a tag to compare
Staging 1.0.4 Pre-release
Pre-release

Staging 1.0.4

  • Fix bug where a user would wait 2 min after using migration feature and it would get an error, because of timeout of the websockets.
  • Update Cardano Rust library to fix fee calculation. See attached fee_problem.png.

1.0.3

08 Oct 13:38
30e116f
Compare
Choose a tag to compare

Fixes:

  • tx signing for big transactions. Underlying Cardano library was updated.