Releases: pontem-network/pontem-wallet
Releases · pontem-network/pontem-wallet
v1.7.0
Changelog:
The most significant change in the current version is large refactoring (3000+ lines), allowing us to add new functions much simpler and quicker.
- Fixes for private routes to avoid multiple re-renders.
- Support of
Uint8Array
as payload field. - Mnemonic confirmation as option, yet would be improve in the next release.
- Updated unlock screen on wallet.
- Fix black screen after reloading wallets page in desktop view.
- Allow operations with addresses without 0x*** (NFT, import tokens etc.)
- Changed token name from Aptos to APT.
- Fixed hover effect on Cancel button.
- The text of any transaction status on the transaction details screen is now capitalized.
- Fixed default network to testnet.
- Fixed error notification for faucet.
- Fixed pending transaction.
- Fixed aptos explorer links.
v1.6.1
v1.5.0
Changelog:
- Added Disconnect Wallet functionality to API.
- Added the ability to get the public key via API.
- Updated Aptos SDK version to 1.3.11.
- Address validation when sending coins works both with and without 0x.
- Added the ability to get a public key through UI.
- Fixed the problem of displaying long site names in the list of connected sites.
- Minor fixes in UI.
v1.4.1
Changelog:
- Hotfix activity for exotic transactions.
v1.4.0
Huge release v1.4.0 with many changes and features 💯
Changelog:
- Activity screen, so you can follow your activity in your wallet: token sends, pending transactions, smart contract calls, etc.
- Migrated part of stored data from local storage to extension storage and implemented migration mechanism.
- Added
signMessage
andsignTransaction
methods to API. - Users can register coins from UI.
- Expand view.
- The wallet opens automatically after installation.
- Fixed bug with "continue" button on "send screen".
- Refactoring and many other bug fixes.
v1.3.0
Changelog:
- Update to Aptos devnet 18-08-2022
- Bug fixing.
v1.2.0
THIS IS DEV UPDATE, FOR PRODUCTION USAGE USE PREVIOUS ONE VERSION
Changelog:
- Added Connected Site functionality.
- Added real-time processing of events of adding / denying access to the site.
- Fixed UI bugs in Confirm Tx section.
- Moved wallet provider into wallet (Now access to the wallet can be obtained from window.pontem).
- If the wallet has just been installed and has not yet been configured by the user, then connect requests will be processed correctly after the wallet creation flow. No need to reload the site pages.
v1.1.0
Changelog:
- The password after 5 minutes of inactivity.
- The problem of instability of the connection with the site has been fixed.
- Added synchronization of the current account in the wallet with the 3rd party site.
- Fixed behavior when closing a transaction signature by closing window itself.
- After the site is closed, all transaction signing requests associated with it are canceled.
- Fixed restore account flow (secret phrase screen is not showing anymore).
- Fixed input fields autocomplete on send screen.
- Fixed autocomplete text color for search address field on search screen
- Fixed many minor bugs in UI.
v1.0.2
Changelog: 💯
- Fixed redirect after transaction cancellation or confirmation.
- Update styles for transaction confirmation buttons.
- Bug fixing.
v1.0.1
Changelog: 🥇
- Wallet recovery by mnemonic.
- Initial integration with Liquidswap
- Bug fixing.