diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ff254da0..8a16ef37e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to the [UHK Versioning](VERSIONING.md) conventions. +## [12.0.1] - 2024-12-18 + +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 + +- Fix left half dissapearing in Agent. +- Fix spurious loads of default module mappings. +- Fix touchpad gestures. + ## [12.0.0] - 2024-12-15 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** | - 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` - 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` - New `powerMode` macro command and battery-related `leds.*` fade timeout variables. `SMARTMACROS:MINOR` +- Implement high resolution scrolling for the UHK 60 v1 and UHK 60 v2. ## [11.2.0] - 2024-10-06 diff --git a/lib/agent b/lib/agent index 172671877..b82ea735b 160000 --- a/lib/agent +++ b/lib/agent @@ -1 +1 @@ -Subproject commit 17267187747545be595c10481322f60333b28b5d +Subproject commit b82ea735b3ea5a4a06a8e28b25e65a9a628ebc5b diff --git a/scripts/package.json b/scripts/package.json index 6937bf040..66a05d2f0 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -18,7 +18,7 @@ "serialport": "^12.0.0", "shelljs": "^0.8.4" }, - "firmwareVersion": "12.0.0", + "firmwareVersion": "12.0.1", "deviceProtocolVersion": "4.11.0", "moduleProtocolVersion": "4.3.0", "userConfigVersion": "8.3.0",