Releases: allemanfredi/PEGASUS
pegasus-v0.12.0
This new release includes:
- Importing SeedVault (.kdbx file).
- Changed data reload time to 15 seconds.
- Fixes automatic new address generation.
pegasus-v0.11.0
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
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
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
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
This new release includes:
- handling of multiple connection requests from tabs
- changing in header style
pegasus-v0.7.2
This new release includes:
- fixes of account data handling
- adds security and generals settings
- adds currency conversion
pegasus-v0.7.1
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
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
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