Skip to content

Commit 062ad45

Browse files
author
Jamie C. Driver
committed
Update CHANGELOG.md
1 parent 735f0a1 commit 062ad45

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Fixed
1313

14+
## [1.0.33] - 2024-11-26
15+
### Added
16+
- Add 'extended_reply' to provide more information during firmware upgrade process
17+
- Add BIP85 RSA signing and pubkey retrieval, given a key size and index number
18+
19+
### Changed
20+
- Do not reset BIP39 passphrase preference when initialising saved wallet
21+
- Update BIP39 passphrase preference names for clarity
22+
- Update component dependencies
23+
24+
### Fixed
25+
- Improve BLE pairing/bonding for esp32s3 devices
26+
- Improve error handling for usb-storage (eg. sd card reader) for esp32s3 devices
27+
- When signing psbt file on usb-storage, write new file rather than overwriting the input file
28+
- Hide files that begin with a period ('.') from the usb-storage file-chooser screen
29+
- Fix held-button repeat speed for esp32s3 devices
30+
1431
## [1.0.32] - 2024-10-11
1532
### Added
1633
- Add support for esp32s3 DIY devices TTGO TWatchS3 and M5Stack CoreS3
1734
- Support building pypi project wheel and readthedocs.io documentation
1835

1936
### Changed
20-
- Use PIN-entry style screen for entering bip85 index and bip44 account number
37+
- Use PIN-entry style screen for entering BIP85 index and BIP44 account number
2138
- On larger displays show address strings in groups of 4 characters
2239
- Update ESP-IDF base firmware to v5.3.1, and update dependencies
2340
- Update libwally to 1.3.1
@@ -43,7 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4360
### Changed
4461
- Newly designed Home and Camera/QRScan screens
4562
- Lock device only when *in-use* serial or BLE connection lost (ie. not when just [un-]plugging for charging purposes)
46-
- Always reset to 'no bip39 passphrase' when new wallet initially created/restored
63+
- Always reset to 'no BIP39 passphrase' when new wallet initially created/restored
4764
- Stop BLE listener/handler tasks if doing serial-OTA or once user authenticated over USB/serial or QR
4865
- Optimise cbor message parsing from bytes received
4966
- Update ESP-IDF base firmware to v5.2.2, and update dependencies
@@ -70,7 +87,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7087
### Fixed
7188
- Fixed display of error messages if OTA (delta) fails
7289
- Fix bug when signer placeholder reused in registered descriptor policy
73-
- Fixed handling of Specter 'sign_message' QR when bip32 path missing
90+
- Fixed handling of Specter 'sign_message' QR when BIP32 path missing
7491

7592
## [1.0.29] - 2024-03-22
7693
### Added

0 commit comments

Comments
 (0)