Skip to content

Commit 7128ffe

Browse files
committed
Bump versions.
1 parent e8bdd8b commit 7128ffe

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to the [UHK Versioning](VERSIONING.md) conventions.
77

8+
## [16.2.1] - 2026-02-17
9+
10+
Device Protocol: 4.17.0 | Module Protocol: 4.3.0 | Dongle Protocol: 1.0.2 | User Config: 13.0.0 | Hardware Config: 1.0.0 | Smart Macros: 3.13.1
11+
12+
General:
13+
- Implement new zephyr backends for shell and logging.
14+
- Refactor doubletap handling.
15+
16+
Macro fixes:
17+
- Fix backlight update after overlayLayer, overlayKeymap, replaceLayer, replaceKeymap commands. [`SMARTMACROS:PATCH`]
18+
- Fix macro crashes (main thread stack overflows) on too deeply nested expressions. [`SMARTMACROS:PATCH`]
19+
- Fix a 16.2.0 macro parser benevolence: e.g., parser wouldn't accept `if(` due to missing space. [`SMARTMACROS:PATCH`]
20+
- Fix some key release scenarios in postponed nested local scopes. [`SMARTMACROS:PATCH`]
21+
822
## [16.2.0] - 2026-02-17
923

1024
Device Protocol: 4.17.0 | Module Protocol: 4.3.0 | Dongle Protocol: 1.0.2 | User Config: 13.0.0 | Hardware Config: 1.0.0 | Smart Macros: 3.13.0

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"serialport": "^12.0.0",
1919
"shelljs": "^0.8.4"
2020
},
21-
"firmwareVersion": "16.2.0",
21+
"firmwareVersion": "16.2.1",
2222
"deviceProtocolVersion": "4.17.0",
2323
"moduleProtocolVersion": "4.3.0",
2424
"dongleProtocolVersion": "1.0.2",

0 commit comments

Comments
 (0)