This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
Releases: PureStake/algosigner
Releases · PureStake/algosigner
Release 1.11.0
This release focuses on updates to Custom Networks, bringing both UX and behind-the-screen improvements.
Updates
- Automatic fetching of genesis IDs and Hashes for custom networks, ensuring effortless compatibility with
enable()
calls (#478) @janmarcano - Connecting to a dApp using an
enable()
call while logged out no longer closes the connection window after inputting your password (#473) @janmarcano - Updated error messages and data structures to better communicate the causes of errors (#472, #473, #476) @janmarcano
- Improved validations for
keyreg
transactions regarding nonParticipation (#476) @janmarcano - Improved validations for
acfg
transactions regarding the distinctions between 'Create', 'Config' and 'Destroy' (#476) @janmarcano - Update SDK to v2.0.0 (#471) @janmarcano
Bugfixes
- Fixed incorrect error being returned on single-transaction post calls (#472) @janmarcano
- Fixed account permission bug on
enable()
calls (#473) @janmarcano
Patch 1.10.1
This update focuses on adding support for signing multiple transactions in a single group at once with Ledger devices, as well as various bugfixes.
Updates
- Support single group transactions on ledger devices (#464) @janmarcano
- Update Ledger libraries (#466) @janmarcano
- Update to SDK 1.24.1 (#463) @janmarcano
- Update E2Es to ARC standards (#467) @janmarcano
Bugfixes
- Fix Custom Networks for 'enable' calls (#465) @janmarcano
- Fix error handling when signing w/ Reference Account (#461) @janmarcano
Release 1.10.0
As part of the process of supporting the Algorand Foundations ARCs, in 1.10.0 a number of non-breaking additions have been made to support how dApps will work with AlgoSigner. In time, the existing legacy features will be deprecated. Please refer to the documentation for further details.
Updates
- Algorand Foundation ARCs support (#455, #456, #457, #458) @janmarcano @PureBrent
- Bump SDK to v1.22.0 (#454) @janmarcano
Patch 1.9.6
Updates
This patch brings new utilities for easier dApp intregation:
- Support for the new
stxn
field (#450) @janmarcano - Improved validations with more distinct and descriptive error types (#450) @janmarcano
Patch 1.9.5
Updates
- Move Account creation process to a browser tab (#436) @janmarcano
- Various small fixes and updates (#443) @janmarcano
Patch 1.9.4
Updates
- Fix regression affecting Ledger devices introduced in 1.9.3 (#438) @janmarcano
Patch 1.9.3
Updates
- Bump Algorand SDK to 1.19.0 (#430) @janmarcano
- Move Contacts list out of Settings Menu (#429) @janmarcano
- Show Warning when sending funds directly to a Governance accounts (#428) @janmarcano
- Prevent adding repeated names on Accounts (#426) @janmarcano
Patch 1.9.2
Updates
- Fix Aliases not working under certain cases (#422) @janmarcano
- Improved Mnemonic Importing (#419) @PureBrent
- Improved Cache clearing (#417) @janmarcano
Patch 1.9.1
Updates
- Update SDK to v1.17.0 (#411) @janmarcano
- Support external Namespaces in AlgoSigner (#410) @janmarcano
- Update documentation (#408) @janmarcano
Release 1.9.0
Updates
- Reorganize layout of signing window (#401) (#403) @janmarcano
- Update SDK, Jest and Puppeteer versions (#398) @janmarcano
- Autocomplete for Imported Accounts and Contacts (#395) @janmarcano
- Remove v1 methods ('sign', 'signMultisig') (#393) @janmarcano
- Add missing fields and types to validations (#392) @janmarcano