diff --git a/CHANGELOG.md b/CHANGELOG.md index 3be4b4761..b94eaf34f 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. +## [11.1.0] - 2024-05-03 + +Device Protocol: 4.10.0 | Module Protocol: 4.3.0 | User Config: 7.**1.0** | Hardware Config: 1.0.0 | Smart Macros: 2.4.**3** + +- Allow inverting horizontal scroll direction for all modules. `USERCONFIG:MINOR` +- Fix USB Switch Keymap getting reverted on first macro layer switch. `SMARTMACROS:PATCH` +- Parse key id abbreviations in `set keymapAction`. `SMARTMACROS:PATCH` + ## [11.0.2] - 2024-03-15 Device Protocol: 4.10.0 | Module Protocol: 4.3.0 | User Config: 7.0.0 | Hardware Config: 1.0.0 | Smart Macros: 2.4.**2** diff --git a/lib/agent b/lib/agent index 2cb50edda..c0dca8a7b 160000 --- a/lib/agent +++ b/lib/agent @@ -1 +1 @@ -Subproject commit 2cb50edda05a3f89f4704aaebd369ca18c6529dc +Subproject commit c0dca8a7bb29e3867fd7290c9ae9d2fb0cb5421f diff --git a/scripts/package.json b/scripts/package.json index b121626ff..7f4817714 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -17,12 +17,12 @@ "md5": "2.3.0", "shelljs": "^0.8.4" }, - "firmwareVersion": "11.0.2", + "firmwareVersion": "11.1.0", "deviceProtocolVersion": "4.10.0", "moduleProtocolVersion": "4.3.0", "userConfigVersion": "7.1.0", "hardwareConfigVersion": "1.0.0", - "smartMacrosVersion": "2.4.2", + "smartMacrosVersion": "2.4.3", "devices": [ { "deviceId": 1,