Release notes
- Bundle BitBox02 firmware version v9.25.0
- Add a dropdown on the "Receiver address" input in the send screen to select an account
- Add feedback link to guide and about settings
- Move active currencies to top of currency dropdown
- Export logs now includes rotated log file (log.txt.1) when present
- Fix hang when adding an account with no keystores connected
- Android: fix connectivity misdetection when switching between WIFI and cellular network.
- Android: dropped support for Android versions lower than 7.
- Sort backups from newest to oldest in manage backups
- Android: fix display of external links from Bitrefill
- fix language sometimes not persistent across app restarts
- Android: fix layout issues with status and navigation bars.
- Android: make the UI work with responsive font sizes and adhere to OS font size settings
- Add "Change device password" functionality (in Settings)
- Add icons for CTA and action buttons in account page
- Restructure "Manage device" tab in settings
- Responsive account selector (Marketplace)
- iOS: Improve Bluetooth alert messaging by distinguishing between system-wide Bluetooth being disabled and the app lacking Bluetooth permission.
- Ethereum: use shiftcrypto.io Etherscan proxy.
- Fixes a bug that would cause the portfolio chart to not load.
Verifying the release
Get a public key of security@shiftcrypto.ch with fingerprint DD09 E413 0975 0EBF AE0D EF63 5092 49B0 68D2 15AE:
curl https://bitbox.swiss/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.50.0-macOS.dmg.asc
You should see the following output:
gpg --verify BitBox-4.50.0-macOS.dmg.asc
gpg: assuming signed data in 'BitBox-4.50.0-macOS.dmg'
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.)