Skip to content

Commit 517043b

Browse files
committed
Changelog fixes.
1 parent 7128ffe commit 517043b

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Changelog
22

3+
34
All notable changes to this project will be documented in this file.
45

56
The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
67
and this project adheres to the [UHK Versioning](VERSIONING.md) conventions.
78

8-
## [16.2.1] - 2026-02-17
9+
## [16.2.1] - 2026-04-07
910

1011
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
1112

@@ -14,10 +15,10 @@ General:
1415
- Refactor doubletap handling.
1516

1617
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`]
18+
- Fix backlight update after overlayLayer, overlayKeymap, replaceLayer, replaceKeymap commands. `SMARTMACROS:PATCH`
19+
- Fix macro crashes (main thread stack overflows) on too deeply nested expressions. `SMARTMACROS:PATCH`
20+
- Fix a 16.2.0 macro parser benevolence: e.g., parser wouldn't accept `if(` due to missing space. `SMARTMACROS:PATCH`
21+
- Fix some key release scenarios in postponed nested local scopes. `SMARTMACROS:PATCH`
2122

2223
## [16.2.0] - 2026-02-17
2324

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dongleProtocolVersion": "1.0.2",
2525
"userConfigVersion": "13.0.0",
2626
"hardwareConfigVersion": "1.0.0",
27-
"smartMacrosVersion": "3.13.0",
27+
"smartMacrosVersion": "3.13.1",
2828
"devices": [
2929
{
3030
"deviceId": 1,

0 commit comments

Comments
 (0)