Skip to content

Releases: novasamatech/parity-signer

Parity Signer v4.5.1-beta

18 Aug 12:38
652009a
Compare
Choose a tag to compare

This release update the DOT to New DOT according to denomination vote.

Android APK

System Architecture Binary SHA256 Checksum
Android Parity-Signer-v4.5.1-beta.apk a98c028eb4b6f589ad05ca18cec4b8b3457dfef2d0f8f754c18d712c13eab5ca

Parity Signer v4.5.0-beta

18 Aug 12:27
f262b00
Compare
Choose a tag to compare

This release fix compatibility issue on Andorid ARM32 devices and x86_64 devices.

It also add the new feature of displaying the network specifications.

Included commits:

build: update android arm32 rust library and bump version (#675)
fix: erros on unknown network. show Identity on SignedTx/SignedMessage(#673)
fix: remove kusama CC2 Network (#671)
build: add support for x86_64 android devices (#670)
feat: Network settings display (#668)

Parity Signer v4.4.3-beta

03 Aug 15:20
98dc025
Compare
Choose a tag to compare

This release include state management refactoring with new features and fixes.

New features:

  • Use custom alerts UI in both Android and iOS, an informative alert will automatically disappear.
  • Add a quick derivation button for ordinal child accounts.

Fiexs:

  • fix: android build with flipper (#647)
  • refactor: extract rust packages into independent library (#650)
  • fix: reorder the paths and pathsGroups (#653)
  • fix: consistently use network root account as default created account (#654)
  • refactor: state management and extract unstated (#660)
  • fix: refine the state control in account seed (#662)
  • chore: Update Centrifuge metadata (#661)
  • build: extract async storage from react package (#663)
  • style: make alert button bigger (#666)

Android APK

System Architecture Binary SHA256 Checksum
Android Parity-Signer-v4.4.3-beta.apk d178d3a2f43e414dce6eb89157187eed78ef284888071ece2efd439dfbd04d7f

Parity Signer v4.4.0-beta

24 Jun 18:10
7284d15
Compare
Choose a tag to compare

This release mainly improves the compatibility with other key manager tools like subkey and Polkadot.js apps.
Features:

  • Users are now able to export a hard derived account by showing a QR code of its seed.
  • The first key pair generated for the identity will be the root account created by the seed phrase.
  • Pin input does not need pressing the confirmation button.

Fixes:

  • Account password now supports alphabetic input.
  • Remove length limitation of the account password.
  • Update genesisHash of Westend Network.
  • Improve the layout of the "Derive" button and "Scan" button.
  • Add version information to the "About" page.
  • Change the navigation after account derivation.
  • Display unknown accounts that do not have network affliation.

Android APK

System Architecture Binary SHA256 Checksum
Android Parity-Signer-v4.4.0-beta.apk ea128e5354d72ced010fe42ff5448897866ba4b1379bfdf7477c977f62a6739e

Parity Signer v4.3.1-beta

02 Jun 13:30
9f1fb53
Compare
Choose a tag to compare

Android APK

System Architecture Binary SHA256 Checksum
Android Parity-Signer-v4.3.1-beta.apk 0ed6f339433621cf75303a49202557c13aa29d90b8f774b3605973f2f6d30bc3

Release Note

This release uses a redesigned UI and supports hash signing for oversized messages.

Parity Signer v4.3.0-beta

27 May 21:34
ea6a0f7
Compare
Choose a tag to compare

Android APK

System Architecture Binary SHA256 Checksum
Android Parity-Signer-v4.3.0-beta.apk 6ec2aef005f89dcf154a72bc3588a84c6f3337bdbe8797a5348a202d5dead903

Release Note

This release fix the Signing issue on Polkadot CC1 , and an account that generated with password will now always requrie password for signing.

Parity Signer v4.2.7-beta

26 May 18:54
d880c81
Compare
Choose a tag to compare

Android APK

System Architecture Binary SHA256 Checksum
Android Parity-Signer-v4.2.7-beta.apk c621ac944e0fdecb5ce581b4b9ba674728ca1449f2641fd01eba3b7e4363659a

Release Note

This release update the genesisHash and metaData of Polkadot CC1. Polkadot signing is still not available yet, update will comming soon.

Parity Signer v4.2.6-beta

22 May 14:58
38808f5
Compare
Choose a tag to compare

Android APK

System Architecture Binary SHA256 Checksum
Android Parity-Signer-v4.2.6-beta.apk 71d3faea710017d57b25237c04545b4f005354376c4ab82b7890b74f75bb455d

Release Note

This Release fit the TransactionVersion update on Substrate, temporoarily remove the payload details display for Substrate extrinsics.

Parity Signer v4.2.4-beta

14 May 13:47
de9913f
Compare
Choose a tag to compare

Android APK

System Architecture Binary SHA256 Checksum
Android Parity-Signer-v4.2.4-beta.apk 627ced4a677be3837a54ee916a1cf8b80e4bcc007eba139c26bc46b2dd77bcfa

Release Note

This Release fix the user reported error on v4.2.3 based on #617

  • fix multi frame scanning problem for the frame start with byte 00 or 7b.
  • can get the parent path correctly when derive a new account under a network without default account.
  • upgrade react navigation.

Parity Signer v4.2.3-beta

05 May 15:03
5e95b98
Compare
Choose a tag to compare

Android APK

System Architecture Binary SHA256 Checksum
Android Parity-Signer-v4.2.3-beta.apk 8c7aca7633d106a6007ee0b387051f24224acf44989eac657d9a72e2c875ce32

Release Note

This release enables memorize user's pin input in secure environment, which simplifies UX flow add more possibilities for UI, also add passworded account feature, regroup the accounts, add Centrifuge support, and simplify scanning and signing process.

refactor: regroup the paths into their own network. (#575)
feat: sign with seed reference (#580)
fix: sync extend types with polkadot.js/api (#586)
chore: update docs for 32-bit apple architecture (#572)
feat: enable generate address with seed (#590)
fix: identities switch bottom shadow blocks button (#594)
feat: add Centrifuge Mainnet and Centrifuge Testnet Amber (#591)
feat: error handling/report in rust lib (#597)
feat: add passworded identity (#565)
feat: simplify sign flow (#603)
build: use proguard and remove internet permission in android (#578)
feat: change identicon when derivate path (#602)
fix: prevent back on network choser android (#601)
feat: support pinless signing when user already input pin recently (#589)
chore: add chain metadata (#598)
ci: use github actions (#554)