Skip to content

Commit 0e04e28

Browse files
committed
Bump version to 12.0.1. Update changelog and package.json
1 parent 53bcea1 commit 0e04e28

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## [12.0.1] - 2024-12-18
9+
10+
Device Protocol: 4.11.0 | Module Protocol: 4.3.0 | User Config: 8.3.0 | Hardware Config: 1.0.0 | Smart Macros: 3.0.0
11+
12+
- Fix left half dissapearing in Agent.
13+
- Fix spurious loads of default module mappings.
14+
- Fix touchpad gestures.
15+
816
## [12.0.0] - 2024-12-15
917

1018
Device Protocol: 4.**11.0** | Module Protocol: 4.3.0 | User Config: **8.3.0** | Hardware Config: 1.0.0 | Smart Macros: **3.0.0**
@@ -14,6 +22,7 @@ Device Protocol: 4.**11.0** | Module Protocol: 4.3.0 | User Config: **8.3.0** |
1422
- The key ids have been changed to be more consistent with the UHK 80 and future keyboards. This means that old numeric key ids need to be migrated, ideally to key id abbreviations. Otherwise, for instance, `ifGesture 21 holdKey a` will be triggered by `h`, where formerly it used to be triggered by `j`. `SMARTMACROS:MAJOR`
1523
- Key id abbreviations for UHK 80 have been added. Previous key id abbreviations remain the same and are universal for both the UHK 80 and UHK 60 v1/v2. `SMARTMACROS:MINOR`
1624
- New `powerMode` macro command and battery-related `leds.*` fade timeout variables. `SMARTMACROS:MINOR`
25+
- Implement high resolution scrolling for the UHK 60 v1 and UHK 60 v2.
1726

1827
## [11.2.0] - 2024-10-06
1928

lib/agent

Submodule agent updated 58 files

scripts/package.json

+1-1
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": "12.0.0",
21+
"firmwareVersion": "12.0.1",
2222
"deviceProtocolVersion": "4.11.0",
2323
"moduleProtocolVersion": "4.3.0",
2424
"userConfigVersion": "8.3.0",

0 commit comments

Comments
 (0)