Skip to content

Releases: allemanfredi/PEGASUS

pegasus-v0.12.0

29 Jun 06:47
5e57905
Compare
Choose a tag to compare

This new release includes:

  • Importing SeedVault (.kdbx file).
  • Changed data reload time to 15 seconds.
  • Fixes automatic new address generation.

pegasus-v0.11.0

07 May 14:42
fe6e3da
Compare
Choose a tag to compare

This release include a breaking change in order to refactor the global data structure, improve the transactions handling and include the comnet support

Moreover includes:

  • New send page style
  • notifications: deposit/withdraw pending/included

pegasus-v0.10.0

23 Apr 05:52
61ed055
Compare
Choose a tag to compare

This release includes the following features:

  • omoku integration: link to redirect the user to omoku allowing him to receive funds in a simpler way
  • wallet initialization made on a tab

pegasus-v0.9.1

05 Apr 13:28
aeaaee2
Compare
Choose a tag to compare

This new release includes a security vulnerability fix:

An attacker able to create a background connection with tab = null (difficult to do) could access the APIs used by the popup and make requests without going through the connector.
Fixed creating a secure connection even with the popup.

pegasus-v0.9.0

03 Apr 12:13
5b4c6aa
Compare
Choose a tag to compare

This release includes the following new features:

  • possibility to only sign a bundle from tabs using core.prepareTransfers
  • possibility to broadcast a bundle from tabs using core.sendTrytes
  • possibility to directly send a transaction from tabs using transfer
  • possibility to switch account during a transfer or signing from tabs
  • possibility to see a bundle json from sendTrytes confirmation page

pegasus-v0.8.0

01 Apr 15:07
4f58edb
Compare
Choose a tag to compare

This new release includes:

  • handling of multiple connection requests from tabs
  • changing in header style

pegasus-v0.7.2

31 Mar 13:52
9f51207
Compare
Choose a tag to compare

This new release includes:

  • fixes of account data handling
  • adds security and generals settings
  • adds currency conversion

pegasus-v0.7.1

28 Mar 15:41
afe5030
Compare
Choose a tag to compare

This new release includes:

  • fix: redirection to login when user wants to connect with locked wallet from tabs
  • feat: adds spinner when user unlock the wallet

pegasus-v0.7.0

12 Mar 23:04
307a747
Compare
Choose a tag to compare

This new release includes the following features:

  • Login password comparison implemented with argon2id
  • Storage encryption (seed and other data) encrypted with argoin2id + aescbc-256
  • code refactoring

pegasus-v0.6.0

10 Mar 17:42
0c5a7a9
Compare
Choose a tag to compare

This new release includes the following features:

  • transactions auto promotion (if set)
  • filter transactions in home
  • big refactor of background code
  • possibility to add a connection with a website manually