Prepare for 4.1.8 release
This commit is contained in:
parent
c59dc3539f
commit
13d2d8cc10
2
external/ckcc-protocol
vendored
2
external/ckcc-protocol
vendored
@ -1 +1 @@
|
||||
Subproject commit 9abbe10db4c8f16f9731d422dcd5635c1d10b230
|
||||
Subproject commit f3033b9dce8619c3ad89bdd840f5c91156d9598c
|
||||
2
external/libngu
vendored
2
external/libngu
vendored
@ -1 +1 @@
|
||||
Subproject commit 0b9d7600d12d0eda6877f8188b098088c2261912
|
||||
Subproject commit 74b373c2b7c92e6e903be22da773bad3f0daa09b
|
||||
2
external/micropython
vendored
2
external/micropython
vendored
@ -1 +1 @@
|
||||
Subproject commit c087bbe8d273a940482bdb00c806f430960d6d9c
|
||||
Subproject commit db4e297ea1f40d2105cea1e2592e46fbda918dbc
|
||||
2
external/mpy-qr
vendored
2
external/mpy-qr
vendored
@ -1 +1 @@
|
||||
Subproject commit cb71312dd7369ae6cacd185a81c12683892b971e
|
||||
Subproject commit 198042652fa5720efeed09d20aee436ddbf35ece
|
||||
@ -1,5 +1,10 @@
|
||||
## 4.1.8 - Jun 19, 2023
|
||||
|
||||
- Bugfix: "Validating..." screen would be shown twice in some cases. Improves signing performance.
|
||||
- Bugfix: Reproducible builds corrected.
|
||||
|
||||
## 4.1.7 - Nov 15, 2022
|
||||
|
||||
- Bugfix: Upgrades to 4.1.6 version using SD Card did not work due to an obscure alignment
|
||||
bug. USB upgrade did work. A workaround to this issue has been added for this release.
|
||||
|
||||
|
||||
@ -34,7 +34,7 @@ BOOTLOADER_BASE = 0x08000000
|
||||
FILESYSTEM_BASE = 0x080e0000
|
||||
|
||||
# Our version for this release.
|
||||
VERSION_STRING = 4.1.7
|
||||
VERSION_STRING = 4.1.8
|
||||
|
||||
#
|
||||
# Sign and merge various parts
|
||||
|
||||
Loading…
Reference in New Issue
Block a user