Soothe Vault version history - 7 versions
Soothe Vault by Soothe
Soothe Vault version history - 7 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 0.7.0
Released Sep 3, 2025 - 2.24 MBWorks with firefox 109.0a1 and later- Introduced a "Report Bug" page for reporting failed operations:
- Currently implemented only for failed transactions (transactions not sent to the network).
- Future support is planned for all operations (e.g., create account, import account, etc.).
- Requests are now also displayed in the popup for easier access.
- Snackbars (toasts) now appear at the top when interacting with a request, ensuring action buttons (accept/reject) remain accessible.
- Balance fetch failures are now grouped into a single snackbar instead of showing one per failed balance.
- Added an Error Boundary view so users can report issues directly.
- Improved handling of failed transactions in the Migration workflow.
Source code released under MIT License
- Introduced a "Report Bug" page for reporting failed operations:
Older versions
Version 0.6.2
Released Jun 23, 2025 - 2.23 MBWorks with firefox 109.0a1 and later- Remove unused
selectableProtocolIddependency fromuseEffect - Fixes/migrate and more import
Source code released under MIT License
- Remove unused
Version 0.6.0
Released Jun 20, 2025 - 2.23 MBWorks with firefox 109.0a1 and later- Add enhanced error handling for failed transactions and UI improvements. by @Alann27 in https://github.com/trustsoothe/vault/pull/153
- Refactor gas parameter handling across Cosmos-related services by @jhenriquez in https://github.com/trustsoothe/vault/pull/152
Full Changelog: https://github.com/trustsoothe/vault/compare/v0.5.2...v0.6.0Source code released under MIT License
Version 0.5.2
Released Jun 8, 2025 - 2.23 MBWorks with firefox 109.0a1 and later- Switch broadcast method from async to sync in Cosmos service by @jhenriquez in https://github.com/trustsoothe/vault/pull/148
- Add Cosmos transaction support in vault import and improve snackbar UI handling by @Alann27 in https://github.com/trustsoothe/vault/pull/147
- Version Packages by @github-actions in https://github.com/trustsoothe/vault/pull/149
Full Changelog: https://github.com/trustsoothe/vault/compare/v0.5.1...v0.5.2Source code released under MIT License
Version 0.5.1
Released Jun 6, 2025 - 2.23 MBWorks with firefox 109.0a1 and laterSource code released under MIT License
Version 0.4.0
Released Jun 2, 2025 - 2.22 MBWorks with firefox 109.0a1 and laterMinor Changes- 3b5fbad: # Extension
- Updated LavaMoat policy.
- Add "faucet" to the Network interface.
- Set "pocket" as the default
shannonChainId. - Corrected grammatical errors, improving UI text clarity.
- Enhanced migration instructions for better user guidance.
- Added faucet links for networks.
# Vault- Implemented @cosmjs/tendermint-rpc to replace @cosmjs/stargate which is using websockets
- Improved the
getFeefunctionality to not depened on the private key. It extracts the signer address from the
messages.
Source code released under MIT License
Version 0.3.2
Released May 20, 2025 - 2.21 MBWorks with firefox 109.0a1 and later. Add LavaMoat for Firefox
. Add Cosmos Support
. Add Gas calculation support
. General enhance of the User Experience
*. OpenSource the codeSource code released under MIT License