File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,24 @@ All notable changes to this project will be documented in this file.
66The format is loosely based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
77and 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
1129Device 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments