Skip to content

Releases: pontem-network/pontem-wallet

v1.7.0

24 Sep 20:29
2287644
Compare
Choose a tag to compare

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

17 Sep 21:41
2287644
Compare
Choose a tag to compare

Changelog:

  • We've done options to change networks, including custom ones.
  • API updates related to network functionality: the ability to get the current network, triggers, etc - read in our docs.
  • NFT support 🥇 - basic one. We are going to improve it in future releases
  • Bug fixes

v1.5.0

09 Sep 14:06
2287644
Compare
Choose a tag to compare

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

02 Sep 14:50
2287644
Compare
Choose a tag to compare

Changelog:

  • Hotfix activity for exotic transactions.

v1.4.0

30 Aug 14:06
2287644
Compare
Choose a tag to compare

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 and signTransaction 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

19 Aug 14:28
2287644
Compare
Choose a tag to compare

Changelog:

  • Update to Aptos devnet 18-08-2022
  • Bug fixing.

v1.2.0

18 Aug 12:07
2287644
Compare
Choose a tag to compare
v1.2.0 Pre-release
Pre-release

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

11 Aug 13:49
2287644
Compare
Choose a tag to compare

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

05 Aug 15:12
24da925
Compare
Choose a tag to compare

Changelog: 💯

  • Fixed redirect after transaction cancellation or confirmation.
  • Update styles for transaction confirmation buttons.
  • Bug fixing.

See installation instruction.

v1.0.1

05 Aug 14:44
0336026
Compare
Choose a tag to compare

Changelog: 🥇

  • Wallet recovery by mnemonic.
  • Initial integration with Liquidswap
  • Bug fixing.

See installation instruction.