Releases: chainapsis/keplr-wallet
v0.8.12
v0.8.8
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
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
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
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
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
v0.8.6-rc0
v0.8.6-rc0 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
v0.8.5
v0.8.5 Release Note
Add support for Regen Network and Sentinel. This release of Keplr fixes minor bugs regarding IBC tokens, and adds a new feature request to provide added customization for account derivation. There are no API-breaking changes.
New Chain Integration
- Regen Network
- Sentinel
Feature Update
- Allow editing the 'change' and 'address_index' of the BIP44 account derivation path (#75)
Bug Fix
- Fix 'clearDecimals' showing wrong amount in the tx confirmation screen(#76)
- Fix issue where IBC tokens with 2-hops weren't shown properly within the wallet
Minor update
- Add a warning to securely store the seed when creating a new account with a new mnemonic seed.
v0.8.5-rc.0
v0.8.5-rc.0 Release Note
This release of Keplr fixes minor bugs regarding IBC tokens, and adds a new feature request to provide added customization for account derivation. There are no API-breaking changes.
Feature Update
- Allow editing the 'change' and 'address_index' of the BIP44 account derivation path (#75)
Bug Fix
- Fix 'clearDecimals' showing wrong amount in the tx confirmation screen(#76)
- Fix issue where IBC tokens with 2-hops weren't shown properly within the wallet
Minor update
- Add a warning to securely store the seed when creating a new account with a new mnemonic seed.
v0.8.4
v0.8.4 Release Notes
This release of Keplr fixes minor bugs on the IBC transfer interactions and allows users to claim rewards when delegated to over 8 validators. There are no API-breaking changes.
Bugfix
- Fix bug where Keplr extension screen goes blank when the IBC token balance becomes 0
- Fix issue where claiming reward from 8+ validators runs into block gas limit and the transaction can't be processed. Keplr now only claims rewards for up to 8 validators at a time (in the order of pending staking reward of the primary staking token). Users will have to send another 'claim reward' transaction to claim from the other 8+ validators.
- Fix issue where IBC transfer transaction's loading indicator doesn't show.
UX Improvements
- Show staking reward rate for IRISnet, Sifchain.
- Add Korean translations related to IBC related components.