v4.48.1
Release notes
- Bundle BitBox02 firmware version v9.23.1
- Format BTC/sat spaces consistently in account summary and total balance
- Improved offline UX: added detection to show an offline warning banner and auto-reconnect when back online
- iOS: various UI improvements
- Add option to disable Bluetooth for BitBox02 Nova (non-iOS devices only)
- Disabled the option to enable Tor proxy on iOS
- Android: Fix occasional crash when unplugging the BitBox
Below is a copy of the release notes of v4.48.0, which was only released on iOS and does not have a dedicated
release. On the other platforms, these changes are released for the first time in v4.48.1:
- Bundle BitBox02 firmware version v9.23.0
- Removed the BTC/sat switch from the general settings in favor of a rotating unit in the account balance.
- Reduced support for BitBox01
- Fix a bug that would prevent the app to perform firmware upgrade when offline.
- Replace sidebar with bottom navigation bar for mobile devices
- Introduce full screen selector for mobile in place of dropdown
- Fix wrong estimated confirmation time for ERC20 tokens.
- Enable unlock test wallet in testnet
- Added support to show on the BitBox when a transaction's recipient is an address of a different account on the device.
- Persist third party widget sessions
- Change notes export file type to JSON Lines
- Add received date to coin control transaction details
Verifying the release
Get a public key of [email protected] 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.48.1-macOS.dmg.asc
You should see the following output:
gpg --verify BitBox-4.48.1-macOS.dmg.asc
gpg: assuming signed data in 'BitBox-4.48.1-macOS.dmg'
gpg: Signature made <DATE AND TIME>
gpg: using RSA key DD09E41309750EBFAE0DEF63509249B068D215AE
gpg: Good signature from "ShiftCrypto Security <[email protected]>" [ultimate]
(The [ultimate]
could say [unknown]
or something else depending on your trust level.)