Skip to content

Releases: chainapsis/keplr-wallet

v0.9.0-rc.5

12 Oct 15:14
Compare
Choose a tag to compare
  • Fix 64 character mnemonic being recognized as private key
  • Bump LedgerJS from v5.51 to v6.3
  • Add 'Link with Mobile' feature for Keplr Mobile support
  • Add Sifchain Staking APY
  • Add REGEN CoinGecko ID
  • Update native chain-id of Secret Network to secret-3

Full Changelog: v0.8.16...v0.9.0-rc.5

v0.9.0-rc.4

12 Oct 12:02
Compare
Choose a tag to compare
  • Fix 64 character mnemonic being recognized as private key
  • Bump LedgerJS from v5.51 to v6.3
  • Add 'Link with Mobile' feature for Keplr Mobile support
  • Add Sifchain Staking APY
  • Add REGEN CoinGecko ID

Full Changelog: v0.8.16...v0.9.0-rc.4

v0.8.16

12 Oct 12:03
Compare
Choose a tag to compare

Full Changelog: v0.8.15...v0.8.16

v0.8.15

13 Sep 15:48
Compare
Choose a tag to compare
  • Add ixo Impact Hub
  • Fix Certik account query issue
  • Change Osmosis 'average' fee to 0
  • Use '/status' query instead of '/block' query to find the latest chain-id (block queries can have big responses sizes, whereas status has constant response size)

v0.8.12

20 Jul 13:35
Compare
Choose a tag to compare
  • Add Persistence native integration
  • Bump SecretJS to v0.16.0
  • Fix issue where signDirect didn't result in raw message

v0.8.8

24 May 09:40
Compare
Choose a tag to compare

This release of Keplr integrates the Crypto.org chain, and includes bug fixes and improvements

New Integration

  • Add support for Crypto.org chain

Enhancements

  • Embed the ibc-transfer feature for IBC transfer enabled chains

Bug fix

  • Fix bug where address book input field has the previously added address (resolves #91)

v0.8.8-rc.0

20 May 13:24
Compare
Choose a tag to compare

This release of Keplr integrates the Crypto.org chain, and includes bug fixes and improvements

New Integration

  • Add support for Crypto.org chain

Enhancements

  • Embed the ibc-transfer feature for IBC transfer enabled chains

Bug fix

  • Fix bug where address book input field has the previously added address (resolves #91)

v0.8.7

20 May 13:21
Compare
Choose a tag to compare

This release of Keplr includes major improvements to responsiveness, loading times, and performance. There are no API-breaking changes.

Enhancements
Cache chain information and apply debounce logic to getChainInfos() to improve responsiveness and performance. (Up to 5x faster!)
Bug fix
Fix WebAssembly related bug by forcing 'libsodium' library under '@cosmjs/crypto' to not be included in the bundle.

v0.8.7-rc.1

29 Apr 07:37
Compare
Choose a tag to compare

v0.8.7-rc1 Release Note

This release of Keplr includes major improvements to responsiveness, loading times, and performance. There are no API-breaking changes.

Enhancements

  • Cache chain information and apply debounce logic to getChainInfos() to improve responsiveness and performance. (Up to 5x faster!)

Bug fix

  • Fix WebAssembly related bug by forcing 'libsodium' library under '@cosmjs/crypto' to not be included in the bundle.

v0.8.6

21 Apr 08:17
Compare
Choose a tag to compare

v0.8.6 Release Note

This release of Keplr implement temporary hotfixes for Sifchain, fixes minor bugs regarding IBC UI, and other layout-related bugs. There are no API-breaking changes.

Sifchain Bugfix

  • Address fix for bug where Keplr extension screen goes blank when Sifchain is selected (temporary solution–haven’t been able to replicate)
  • Temporary implementation of showing Sifchain currencies.

Bugfix

  • Fix unknown layout design error after Chrome version updated to 90.
  • Fix bug where internal IBC transfer doesn’t hide the fee buttons in the ‘tx confirmation’ screen

UX changes

  • Remove the option to modify the memo field in the ‘tx confirmation’ screen when it’s a MsgSend / MsgTransfer msg requested internally by Keplr extension.
  • Change all token view decimals to 6 decimal points