Skip to content

Commit

Permalink
Update changelog and bump version to 9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Jun 25, 2023
1 parent 9d6414c commit 8301edf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.3.0] - 2023-06-25

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

- Send empty report after every write command, fixing the bug that resulted in 'onewo' when encountering consecutive 'one', 'two' write commands. `SMARTMACROS:PATCH`
- Disallow navigation modes in modifier layers. `SMARTMACROS:MINOR`
- Switch leds.fadeTimeout value from minutes to seconds. `SMARTMACROS:MINOR`
- Add onLayerChange and onKeymapLayerChange macro events. `SMARTMACROS:MINOR`
- Add prepend activateKeyPostponed option. `SMARTMACROS:MINOR`

## [9.2.3] - 2023-04-09

Device Protocol: 4.9.0 | Module Protocol: 4.2.0 | User Config: 5.1.0 | Hardware Config: 1.0.0 | Smart Macros: 1.1.2
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.2.3",
"firmwareVersion": "9.3.0",
"deviceProtocolVersion": "4.9.0",
"moduleProtocolVersion": "4.2.0",
"userConfigVersion": "5.1.0",
"hardwareConfigVersion": "1.0.0",
"smartMacrosVersion": "1.1.2",
"smartMacrosVersion": "1.2.0",
"devices": [
{
"deviceId": 1,
Expand Down

0 comments on commit 8301edf

Please sign in to comment.