Skip to content

Commit

Permalink
Bump version to 9.1.0, update changelog and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Oct 4, 2022
1 parent e81e6d6 commit 93e2014
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 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.

## [9.1.0] - 2022-10-04

Device Protocol: 4.8.0 | Module Protocol: 4.2.0 | User Config: 5.**1**.0 | Hardware Config: 1.0.0 | Smart Macros: 1.0.0

- Fix layer activation order. When enabling the mouse layer via layer toggling, the acceleration function of the mouse layer couldn't be used before.
- Add the new layers to the list of secondary role layers. `USERCONFIG:MINOR`
- Hide the widgets of the smart macro documentation when no macro command is focused.

## [9.0.1] - 2022-09-10

Device Protocol: 4.8.0 | Module Protocol: 4.2.0 | User Config: 5.0.0 | Hardware Config: 1.0.0 | Smart Macros: 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"commander": "^2.11.0",
"shelljs": "^0.8.4"
},
"firmwareVersion": "9.0.1",
"firmwareVersion": "9.1.0",
"deviceProtocolVersion": "4.8.0",
"moduleProtocolVersion": "4.2.0",
"userConfigVersion": "5.0.0",
"userConfigVersion": "5.1.0",
"hardwareConfigVersion": "1.0.0",
"smartMacrosVersion": "1.0.0",
"devices": [
Expand Down

0 comments on commit 93e2014

Please sign in to comment.