move to rev-chrono
This commit is contained in:
parent
bc6fab8c9f
commit
d22df75b7c
@ -7,11 +7,10 @@
|
||||
- Press QR or NFC key in many contexts and useful things happen (may not be documented)
|
||||
- QR icon in corner: can paste into text field from QR
|
||||
|
||||
|
||||
## Little Things
|
||||
|
||||
- whitens TRNG source for seed generation with double sha256 instead of single
|
||||
|
||||
- "calculator login" mode
|
||||
|
||||
## Secure Notes & Passwords
|
||||
|
||||
@ -22,79 +21,9 @@
|
||||
- detects OTP 2FA (RFC ?) QR code and provides nice title
|
||||
- detects URL in QR, and uses domain name as title
|
||||
|
||||
# Releases
|
||||
# Releases - Most Recent First
|
||||
|
||||
## 0.0.3Q - 2024-02-08
|
||||
|
||||
- first test-only release
|
||||
|
||||
## 0.0.4Q - 2024-02-15
|
||||
|
||||
- BBQr animation display smoother
|
||||
- test cases fixed, bugs that were exposed, fixed.
|
||||
- lots of bugfixes: batch signing, seed XOR, big backups
|
||||
- "Ready to Sign" messaging improved, slot B support.
|
||||
- block firmware upgrade when battery very low
|
||||
|
||||
## 0.0.5Q - 2024-02-16
|
||||
|
||||
- fixes and changes from version 5.2.2 of Mk4 encorporated
|
||||
- bugfix: save bip-39 password to absent SD card
|
||||
- import multisig wallet via descriptor inside a QR
|
||||
- too much whitespace in locktime details
|
||||
- bugfix: cant detect SD card in Ready to Sign...
|
||||
- WIF private key detected when scaning QR (display only for now)
|
||||
|
||||
## 0.0.6Q - 2024-02-22
|
||||
|
||||
- bugfix: randomize keys for PIN entry
|
||||
- when picking files, we just skip to showing you the files options (or picking the
|
||||
single winner) rather than talking about it first.
|
||||
- BIP-39 passphrase process completely streamlined
|
||||
- batch signing now offered when we see two or more signable PSBT's on the card
|
||||
- bugfix: can now reformat SD card in B slot
|
||||
- move away from `44'` (prime) for hardened derivation paths, in favour of `44h`; both accepted
|
||||
for input, but we are going to display `44h` style going forward.
|
||||
- bugfix: (QR) or other double-wide chars would be garbled if half off right edge
|
||||
- cleanups, bugfixes
|
||||
|
||||
|
||||
## 0.0.7Q - 2024-02-26
|
||||
|
||||
- bugfix: BBQr display of some segwit transactions would sometimes fail with message
|
||||
about "non hex digit"
|
||||
- bugfix: very obscure bug in low level code could cause txid to be miscalculated
|
||||
if all the conditions occured just right
|
||||
- Animated BBQr are shown as chunkier QR's to make them easier for other devices to scan.
|
||||
- Supports QR export from Wallet Exports: will be either text file (U) or JSON (J)
|
||||
BBQr sequence, but only if it cannot fit into normal single QR.
|
||||
|
||||
## 0.0.8Q - 2024-03-02
|
||||
|
||||
- BBQr display changes:
|
||||
- if less than 12 frames would result, uses simpliest QR that can fit on
|
||||
screen at 3x or 2x size. Result is easier to scan BBQr's.
|
||||
- progress bar along bottom drawn differently
|
||||
- in some cases, the status bar area (at top) will be used to show QR
|
||||
- added: Advanced > Danger Zone > Debug Functions > BBQr Demo
|
||||
- Says "Loading..." not "Wait..." during login process.
|
||||
- Many more test cases.
|
||||
|
||||
|
||||
## 1.0.0Q - 2024-03-10
|
||||
|
||||
- Bump major verison number, remove BETA marking.
|
||||
- Finalize version 1.0.4 bootrom (no real changes).
|
||||
- Bugfix: Yikes when saving seed words imported by QR.
|
||||
- Bugfix: Crash w/ blank screen sometimes, either on power-up or after upgrading firmware.
|
||||
- Testing: Accelerate internal testing by reviving "headless" mode of simulator.
|
||||
|
||||
## 1.0.1Q - 2024-03-14
|
||||
|
||||
- Enhancement: Move dice rolls (for generating master seed) to `Advanced` submenu.
|
||||
- Cleanup reproducible building / start process of backporting to Mk4.
|
||||
|
||||
## 1.0.2Q - 2024-04-xx
|
||||
## 1.0.2Q - 2024-04-02
|
||||
|
||||
- Enhancement: Scan any QR and report if it is part of a wallet this Coldcard knows
|
||||
the key for. Includes Multisig and single sig wallets.
|
||||
@ -118,3 +47,72 @@
|
||||
- Tweak: Cursor movements wrap around if menu is longer than screen height.
|
||||
- Tweak: Force default HW settings (USB,NFC,VDisk OFF) after clone/backup is restored.
|
||||
- Tweak: Cleanup in NFC code: repeated messages, "Unable to find data expectd in NDEF", removed.
|
||||
|
||||
## 1.0.1Q - 2024-03-14
|
||||
|
||||
- Enhancement: Move dice rolls (for generating master seed) to `Advanced` submenu.
|
||||
- Cleanup reproducible building / start process of backporting to Mk4.
|
||||
|
||||
## 1.0.0Q - 2024-03-10
|
||||
|
||||
- Bump major verison number, remove BETA marking.
|
||||
- Finalize version 1.0.4 bootrom (no real changes).
|
||||
- Bugfix: Yikes when saving seed words imported by QR.
|
||||
- Bugfix: Crash w/ blank screen sometimes, either on power-up or after upgrading firmware.
|
||||
- Testing: Accelerate internal testing by reviving "headless" mode of simulator.
|
||||
|
||||
## 0.0.8Q - 2024-03-02
|
||||
|
||||
- BBQr display changes:
|
||||
- if less than 12 frames would result, uses simpliest QR that can fit on
|
||||
screen at 3x or 2x size. Result is easier to scan BBQr's.
|
||||
- progress bar along bottom drawn differently
|
||||
- in some cases, the status bar area (at top) will be used to show QR
|
||||
- added: Advanced > Danger Zone > Debug Functions > BBQr Demo
|
||||
- Says "Loading..." not "Wait..." during login process.
|
||||
- Many more test cases.
|
||||
|
||||
## 0.0.7Q - 2024-02-26
|
||||
|
||||
- bugfix: BBQr display of some segwit transactions would sometimes fail with message
|
||||
about "non hex digit"
|
||||
- bugfix: very obscure bug in low level code could cause txid to be miscalculated
|
||||
if all the conditions occured just right
|
||||
- Animated BBQr are shown as chunkier QR's to make them easier for other devices to scan.
|
||||
- Supports QR export from Wallet Exports: will be either text file (U) or JSON (J)
|
||||
BBQr sequence, but only if it cannot fit into normal single QR.
|
||||
|
||||
## 0.0.6Q - 2024-02-22
|
||||
|
||||
- bugfix: randomize keys for PIN entry
|
||||
- when picking files, we just skip to showing you the files options (or picking the
|
||||
single winner) rather than talking about it first.
|
||||
- BIP-39 passphrase process completely streamlined
|
||||
- batch signing now offered when we see two or more signable PSBT's on the card
|
||||
- bugfix: can now reformat SD card in B slot
|
||||
- move away from `44'` (prime) for hardened derivation paths, in favour of `44h`; both accepted
|
||||
for input, but we are going to display `44h` style going forward.
|
||||
- bugfix: (QR) or other double-wide chars would be garbled if half off right edge
|
||||
- cleanups, bugfixes
|
||||
|
||||
## 0.0.5Q - 2024-02-16
|
||||
|
||||
- fixes and changes from version 5.2.2 of Mk4 encorporated
|
||||
- bugfix: save bip-39 password to absent SD card
|
||||
- import multisig wallet via descriptor inside a QR
|
||||
- too much whitespace in locktime details
|
||||
- bugfix: cant detect SD card in Ready to Sign...
|
||||
- WIF private key detected when scaning QR (display only for now)
|
||||
|
||||
## 0.0.4Q - 2024-02-15
|
||||
|
||||
- BBQr animation display smoother
|
||||
- test cases fixed, bugs that were exposed, fixed.
|
||||
- lots of bugfixes: batch signing, seed XOR, big backups
|
||||
- "Ready to Sign" messaging improved, slot B support.
|
||||
- block firmware upgrade when battery very low
|
||||
|
||||
## 0.0.3Q - 2024-02-08
|
||||
|
||||
- first test-only release
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user