Skip to content

Commit

Permalink
Bump firmware version to 9.1.2 and update package.json and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Oct 30, 2022
1 parent a09bf9f commit f5fffa8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.2] - 2022-10-30

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

- Fix interactive smart macro documentation to properly generate mouseKeys.{move,scroll}.initialAcceleration `SMARTMACROS:PATCH`
- Add USB gamepad interface, which cannot be used yet from Agent.

## [9.1.1] - 2022-10-21

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
Expand Down
4 changes: 2 additions & 2 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"commander": "^2.11.0",
"shelljs": "^0.8.4"
},
"firmwareVersion": "9.1.1",
"firmwareVersion": "9.1.2",
"deviceProtocolVersion": "4.8.0",
"moduleProtocolVersion": "4.2.0",
"userConfigVersion": "5.1.0",
"hardwareConfigVersion": "1.0.0",
"smartMacrosVersion": "1.0.0",
"smartMacrosVersion": "1.0.1",
"devices": [
{
"deviceId": 1,
Expand Down

0 comments on commit f5fffa8

Please sign in to comment.