Releases: superhero-com/superhero-wallet
Releases · superhero-com/superhero-wallet
Release v2.9.6
Release v2.9.5
2.9.5 (2026-04-06)
Overview
This release improves name claiming flow and also includes some small maintenance work.
Features
- be able to claim several names one by one (6d6c9df)
Bug Fixes
- be able to sign multisig creation with not active account (c3f8144)
Maintenance
- run npm update (f126eaa)
Performance
- optimize token search (a9306ad)
Tests
Release v2.9.4
2.9.4 (2026-03-26)
Features
- aeternity: add advance transaction settings (8455b71)
Bug Fixes
- aeternity: set custom fee correctly in multiple recipients flow (7b8eede)
- do not remove pending transaction after 10 minutes (b75ef88)
- infinite-scroll: only render over actual items (f34adcd)
- remove unused locale (4d0d4b0)
Maintenance
Release v2.9.3
Release v2.9.2
Release v2.9.1
2.9.1 (2026-02-26)
Overview
This release is focused on fixing the scrolling issue on the Chrome version higher than 144.
Bug Fixes
- be able to scroll (8f3a190)
Maintenance
- remove report.html from ff build (de1883a)
- run npm audit fix (07e4cd1)
- update capacitor/ionic packages (5a2eb39)
Performance
- transaction-list: remove the second local scroll retry path (22e4802)
Release v2.9.0
2.9.0 (2025-10-07)
Overview
We are gathering all the pieces of information in order to bring the overview...
Features
- address-book: add ability to sort by chain (73ba0b4)
- be able to search a protocol (817a8f1)
- collapse AccountDetailsBase header on transaction list scroll (3ad4bc8)
- evm: propogate active account to the dApp (0bd90db)
- search by input and chain in account selector (8be540f)
- show spinner in AssetSelector on tokens loading (97f6470)
- update Chinese translation (66b641c)
- wallet-connect: propagate account change (9b819e8)
Bug Fixes
- webApp wallet connect link redirection (ea87fb5)
Maintenance
- enable transitions on chrome (61ebb72)
Tests
Performance
Release v2.8.1
Release v2.8.0
2.8.0 (2025-09-15)
Overview
- Introduce Avalanche Blockchain Asset Management
- Introduce Polygon Blockchain Asset Management
- Introduce Dogecoin Blockchain Asset Management
- Improve SEO for Web Version
- Remove dependency sdk version 13 (old aeternity/aepp-sdk) - Decrease Application Size
- Upgrade aeternity sdk to 14.1.0
- Upgrade Runtime Compatibility to Nodejs 22 for Web Version
Features
- add Polygon Pos support (b0c2a61)
- avalanche c-chain support (4f5b085)
- avalanche sending (08af834)
- avax fee calculation (efd1580)
- dogecoin support (5dd99bc)
- dogecoing: add transaction speed picker (92f5c95)
- dogecoin: implement MAX button (6d1fbc6)
- implement spending functionality (558b88f)
- improve SEO (92488ad)
Bug Fixes
- do not search for account only by address (b93d6de)
- dogecoin: be able to send to the multiple recipients (21c8fe7)
- dogecoin: validate addresses for each network (fbb1514)
- estimate fee correctly for Bitcoin and Dogecoin (52e3920)
- polygon-pos: use alchemy for fetching token info (79fa1ae)
- show correct icon for coin transactions (19c2668)
- transaction overview protocol (ef982dd)
Performance
- remove unnecessary sdk 13 dependency (69ded40)
Tests
- cover Dogecoin functionality (4b29e51)
Maintenance
Release v2.7.0
2.7.0 (2025-09-03)
Overview
Features
- Create Accounts in Solana Blockchain
- Create Accounts in BNB Blockchain
- Improve dapp Connection with Wallet Connect. Filter Accounts for requested blockchain.
- Support dapp connection for BNB Blockchain with Wallet Connect
- Update Address Book Filters and Account Icon for EVM to support new blockchains
- Upgrade to Etherscan v2
Bug fixes
- Fix in Android Version, Overlap of SH Wallet icons in mobile top screen
- Export Address Book
- Fix issue of opening wallet with receive link second time in a row
Features
- add network selection dropdown in address book (7693a3b)
- bnb send - fee calculation is wrong (220cbed)
- bnb: show tokens information (ef0a116)
- dashboard account selector with protocol (3d74e36)
- display evm addresses in both eth and bnb (d851a69)
- draft bnb-chain, send not working (6016845)
- filter transactions based on protocol (c3fd220)
- solana initial structure (7d3251c)
- solana: add batch transactions support (42e245b)
- supericon for evm in address book (1782feb)
- support Solana (41f9bd1)
- update trusted dapps (d60ac63)
- use ethplorer api key instead of freeKey (4ca4e4c)
- wallet-connect: support BNB chain (dd6dfa3)
Bug Fixes
- android: be able to export address book (ab4d61f)
- android: edge to edge issue (dc607b8)
- bnb speed and fee calculation (4985696)
- bnb: calculate fee for tokenTransfer correctly (048033e)
- calculate correct protocol (a94bbcf)
- choose account correctly in ConnectBase (79824f6)
- correctly load currencies info (e810025)
- dont show supericon when filter is selected (3b80535)
- error when switching branches (ed6b0a7)
- failling tests (3ca2a1d)
- lint (56fd3cc)
- load correct transaction details (f8722d0)
- multisig form select (0e4e836)
- nan balance (20cc4e5)
- own addresses not highlighted in All filter (c11ca09)
- protocol in receive modal (5751f33)
- refactor variable name (e1b308e)
- replace console.log (a519c30)
- resolve name hash in new logic (045780f)
- send popup not opening the second time (766cec3)
- show correct account in transaction label based on protocol (9b42804)
- show protocol on connection correctly (bcd6b9c)
- show supericon in all cases in address book (0605284)
- support eth coins in deeplink send link (e452f9e)
- total balance (40c0655)
- transaction overview protocol (ebf0d15)
- wrong display of account and share link (1ab63f5)
Tests
- add several EVM tests (bb0d767)
- add several screens to snapshot (77494d1)
- add several Solana functionality tests (37754aa)
- cover bnb and evm functionality with unit tests (9da0e91)
- cover Connect.vue with unit tests (9196c18)
- reorganize unit tests (6ec7648)