@@ -4,7 +4,32 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 1.0.39] - 2026-13-06
7+ ## [ 1.0.40] - 2026-04-24
8+
9+ ### Added
10+ - Support importing exported Google Authenticator OTP records.
11+ - Support showing OTP secrets as text or a QR.
12+ - Support showing BIP85/BIP39 qr codes.
13+ - Support DIY device ESP32-S3-DevKitC-1.
14+
15+ ### Changed
16+ - Allow entering indices/numbers directly without requiring leading zeros.
17+ - Improve unlock screen display text for clarity.
18+ - Minor firmware size and display performance optimizations.
19+ - Update jade_builder docker image.
20+
21+ ### Fixed
22+ - Fix a crash when verifying a BIP85 mnemonic.
23+ - Reject mnemonic import for invalid and non-12/24 word mnemonics.
24+ - Reject OTP registration for unsupported periods.
25+ - Clear secrets from memory more diligently after UI display.
26+ - Always confirm all outputs when Green recovery signing.
27+ - Upgrade cbor2 to 5.9.0 to fix upstream parsing issues.
28+ - Upgrade libwally to release 1.5.3.
29+ - Various libjade fixes and improvements.
30+
31+
32+ ## [ 1.0.39] - 2026-03-06
833
934### Added
1035- Support for signing Green 2of3 recovery transactions as the recovery signer.
0 commit comments