Skip to content

Commit 9c22d4e

Browse files
committed
Update changelog and bump versions.
1 parent f6780c2 commit 9c22d4e

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ 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+
## [16.3.0] - 2026-04-13
10+
11+
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
12+
13+
Features:
14+
15+
- Second tap on a host switch action cancels it.
16+
17+
Fixes and maintenance:
18+
19+
- Refactor: port uhk60 onto c2usb in order to increase codebase maintainability.
20+
- Refactor: rewrite usb stack integration.
21+
- Fix: rework usb-report send failure handling.
22+
- Fix: increase bluetooth reliability - bluetooth hid interfaces should no longer stop functioning randomly.
23+
- Fix: implement workaround for slow scrolling on microsoft hosts.
24+
- Fix: preprocess input during usb report send retries.
25+
- Fix: don't accumulate mouse coordinates during usb report send retries to prevent cursor jumps.
26+
927
## [16.2.1] - 2026-04-07
1028

1129
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

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.1",
21+
"firmwareVersion": "16.3.0",
2222
"deviceProtocolVersion": "4.17.0",
2323
"moduleProtocolVersion": "4.3.0",
2424
"dongleProtocolVersion": "1.0.2",

0 commit comments

Comments
 (0)