This commit is contained in:
Peter D. Gray 2024-02-23 11:38:45 -05:00
parent 1e1fc5ad54
commit 40e39f12be
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C
2 changed files with 8 additions and 1 deletions

View File

@ -59,3 +59,10 @@
- cleanups, bugfixes
## 0.0.7 - 2024-02-23
- 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

View File

@ -1,5 +1,5 @@
# Our version for this release.
# - caution, some bootroms (Q < 1.0.3, all mk4) will not accept version < 3.0.0
VERSION_STRING = 0.0.6Q
VERSION_STRING = 0.0.7Q