Skip to content

Releases: airgap-it/airgap-vault

v3.11.2

15 Nov 13:43
v3.11.2
Compare
Choose a tag to compare
version 3.11.2

v3.11.1

15 Nov 13:43
Compare
Choose a tag to compare
version 3.11.1

v3.11.0

15 Nov 13:43
v3.11.0
Compare
Choose a tag to compare
version 3.11.0

v3.10.0

04 Oct 09:58
v3.10.0
Compare
Choose a tag to compare

Changelog

Features

  • Mnemonic Import: The mnemonic import process has been revamped and is no longer using the system keyboard. Instead, a virtual keyboard is used that increases security and minimises the likelyhood of typos.
  • Entropy Collection: We added support for entropy collection with Dice Rolls and Coin Flips. Those methods will allow advanced users to provide their own entropy to generate a verifiable recovery phrase out of the dice rolls or coin flips.
  • Reset Device: A "Reset Device" option has been added to the settings. It will remove all secrets and reset the app back to the factory settings.
  • Local Error History: We added an option to export the local error history from the Vault. This is helpful for us to debug issues in case users can't get the Vault to run on their device.

SHA256 Hashes

airgap-vault-34171.apk: 2b09174e3fbc9a7688aafddf6c3cc52e8b9f06c7bdf0719ab270c1e4ccd2b315

v3.9.0

02 Sep 21:35
v3.9.0
Compare
Choose a tag to compare

Changelog

Features

  • Moonriver: Add support for Moonriver
  • Settings: The interaction preference is now a global setting, instead of a per-secret setting.

SHA256 Hashes

airgap-vault-33523.apk: 3b814d1b6e88ee5e4e6d634882c8e65f082891e4f24522b90e4e852d7cc1d9c4

v3.8.0

30 Jul 16:29
v3.8.0
Compare
Choose a tag to compare

Changelog

Features

  • Simplified Onboarding: It is now possible to share multiple accounts from the Vault to the Wallet at once
  • Simplified Onboarding: The label of the secret is now also shared with the Wallet
  • Simplified Onboarding: As part of the changes, AirGap Vault needs to read each Secret from the Secure Storage in order to generate the masterFingerprint of the secret. When sharing an account for the first time in the new version, a migration screen will be shown
  • Share Account: The details of the QR code on the "Share Account" page can now be displayed
  • Serializer: A new Serializer (v3) has been introduced with a number of improvements.
    • The encoding of the data is now done with bc-ur. This will bring improvements to the QR scanning because if a single QR code is missed during scanning, it can be recovered by scanning a couple additional QRs, instead of waiting for the missed QR to appear again.
    • We now use compression before encoding the data. This brings down the size of the data drastically for some payloads, for example batch transactions with a lot of duplicate data, where this results in an over 80% decrease in size.
    • The internal serialization of the messages is now done with CBOR instead of RLP.
    • If a message cannot be parsed by AirGap, the user now has the option to "copy" the data to the clipboard to inspect the payload.
    • For backwards compatibility, users can still enable the old Serializer (v2) in the settings.

SHA256 Hashes

airgap-vault-32548.apk: 3e448b7c1677b29abb3ee3b5242edace90b303757f040cbd4f7c545a9cd007e1

v3.7.0

28 Apr 08:02
v3.7.0
Compare
Choose a tag to compare

Changelog

Features

  • BIP-85: Add support for BIP-85, Deterministic Entropy From BIP32 Keychains
  • Tezos Sapling: Add support for shielded transactions (Edonet only)
  • Appium: Add automated UI tests

Fixes

  • Active Secret: Make sure active secret label is not cropped
  • Message Signing: Prompt for BIP39 Passphrase when signing a message
  • Warning: Fix button label on secure device warning page

Release Info

Version Code: 28519

SHA-256 hash: 57c362a3508f1420007fe5d0867f889a9683f0b51d746ab20067fb9e90abbc2f

v3.6.2

16 Mar 07:20
v3.6.2
Compare
Choose a tag to compare

Changelog

Features

  • Mnemonic: Add "Show Mnemonic" feature

Fixes

  • Android Secure Storage: Throw error if user is not authenticated
  • Sign Transaction Screen: Fix button position
  • Reproducibility: 3.6.1 was not reproducible, that was fixed in this version

Release Info

Version Code: 21975

SHA-256 hash: f3ff145265859f45da2c7a310ac6c94183c61910fe2bf2fba0da7dbf8e56e626

v3.5.0

01 Sep 12:09
v3.5.0
Compare
Choose a tag to compare

Version Code: 21975

SHA-256 hash: ec1ffc9b88898084eb66852b46c9460922401bd16b80ce20532c6a5548467aaa

changelog:

  • Fix a bug with the recovery popup

v3.4.0

21 Aug 16:19
v3.4.0
Compare
Choose a tag to compare

Version Code: 21383

SHA-256 hash: b3af1caabcdee5065be12a6238ed8464183909280bbd7f0c13c4e041025458fb

changelog:

  • Added support for BIP-39 passphrase
  • Bug fixes and improvements