Skip to content

Commit 15fbc68

Browse files
committed
Edit CHANGELOG.md and bump versions
1 parent afde9ec commit 15fbc68

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

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

9+
## [17.1.2] - 2026-06-06
10+
11+
Device Protocol: 4.18.1 | Module Protocol: 4.3.0 | Dongle Protocol: 1.0.2 | User Config: 14.0.0 | Hardware Config: 1.0.0 | Smart Macros: 3.14.0
12+
13+
- Fix: make modules restart after a firmware update correctly. This was broken between 17.0.0 to 17.1.1, and made uhk60 need manual restart after firmware upgrade.
14+
- Fix: one possible cause of event scheduler freezes.
15+
- Fix: generalize native kboot implementation to correctly handle all modules. `DEVICEPROTOCOL:PATCH`
16+
- Fix: add full vt100 zephyr shell support. (Needs Agent support.) `DEVICEPROTOCOL:PATCH`
17+
918
## [17.1.1] - 2026-06-02
1019

1120
Device Protocol: 4.18.0 | Module Protocol: 4.3.0 | Dongle Protocol: 1.0.2 | User Config: 14.0.0 | Hardware Config: 1.0.0 | Smart Macros: 3.14.0

lib/agent

scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"serialport": "^12.0.0",
1919
"shelljs": "^0.8.4"
2020
},
21-
"firmwareVersion": "17.1.1",
22-
"deviceProtocolVersion": "4.18.0",
21+
"firmwareVersion": "17.1.2",
22+
"deviceProtocolVersion": "4.18.1",
2323
"moduleProtocolVersion": "4.3.0",
2424
"dongleProtocolVersion": "1.0.2",
2525
"userConfigVersion": "14.0.0",

0 commit comments

Comments
 (0)