Skip to content

Commit

Permalink
Update changelog and bump firmware version to 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed May 3, 2024
1 parent cbadb13 commit 29b49ef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion lib/agent
Submodule agent updated 170 files
4 changes: 2 additions & 2 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 29b49ef

Please sign in to comment.