Skip to content

v4.36.0

Compare
Choose a tag to compare
@benma benma released this 08 Mar 10:53
· 1674 commits to master since this release
v4.36.0
4e8bf8a

Release notes

  • Integration of Pocket Bitcoin, making it easy to buy Bitcoin within the app. You can share a single address or an xpub.
  • Re-style header for a better space utilisation
  • Re-style sidebar navigation on mobile (portrait) to be full-screen for better space utilisation and a more modern look
  • Automatically recover from a corrupt headers database (caused e.g. by the computer shutting down during a database write)
  • Re-style account selector to show the account's balance and its coin logo
  • Show a 'Receive' (crypto) button beside the 'Buy' button for an empty wallet
  • Create a new screen for selecting an account to receive crypto

Verifying the release

Note: the public key 1AA6 2C17 C56D 4275 A541 2320 9CD5 646C 0AD5 161E used to sign previous releases was revoked and replaced with the key DD09 E413 0975 0EBF AE0D EF63 5092 49B0 68D2 15AE for operational reasons. The new key is now hosted on the shiftcrypto.ch webserver.

Get a public key of security@shiftcrypto.ch with fingerprint DD09 E413 0975 0EBF AE0D EF63 5092 49B0 68D2 15AE:

curl https://shiftcrypto.ch/download/shiftcryptosec-509249B068D215AE.gpg.asc | gpg --import

Download the app for your platform and the corresponding .asc file and place them in the same folder.

We will verify the signature of the macOS release as an example. The other files are verified in the same way by replacing the filename.

To verify the signature, execute:

gpg --verify BitBox-4.36.0-macOS.zip.asc

You should see the following output:

gpg --verify BitBox-4.36.0-macOS.zip.asc
gpg: assuming signed data in 'BitBox-4.36.0-macOS.zip'
gpg: Signature made <DATE AND TIME>
gpg:                using RSA key DD09E41309750EBFAE0DEF63509249B068D215AE
gpg: Good signature from "ShiftCrypto Security <security@shiftcrypto.ch>" [ultimate]

(The [ultimate] could say [unknown] or something else depending on your trust level.)