Skip to content

Commit

Permalink
Bump firmware version to 10.1.0. Update changelog and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Jul 26, 2023
1 parent ac84c00 commit 3d1ca46
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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.

## [10.1.0] - 2023-07-26

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

- Fix `oneShot` macro command for the proper composition of modifiers. `SMARTMACROS:PATCH`
- Fix `ifPrimary` and `ifSecondary` macro commands, which were not functional after reconnection onto default secondary role mechanism. `SMARTMACROS:PATCH`
- Fix the navigation mode of modifier layers to always correspond to the base layer.
- Make non-keypress actions in modifier layers not receive the relevant modifier.
- Add `overlayKeymap`, `overlayLayer`, and `replaceLayer` macro commands. `SMARTMACROS:MINOR`
- Add `module.MODULEID.{invertScrollDirectionX,invertScrollDirectionY}` macro variables. Use `module.MODULEID.invertScrollDirectionY` instead of the now deprecated `module.MODULEID.invertScrollDirection`. `SMARTMACROS:MINOR`
- Add `$onCapsLockStateChange`, `$onNumLockStateChange`, and `$onScrollLockStateChange` macro events. Scroll Lock only works as expected on Windows. `SMARTMACROS:MINOR`
- Add `ifCapsLockOn`, `ifNotCapsLockOn`, `ifScrollLockOn`, `ifNotScrollLockOn`, `ifNumLockOn`, `ifNotNumLockOn` conditional macro commands. Scroll Lock only works as expected on Windows. `SMARTMACROS:MINOR`
- Add `set backlight.keyRgb.LAYERID.KEYID` macro command. `SMARTMACROS:MINOR`
- Add Artificial delay between touchpad presses and releases, fixing doubletap-to-select-word for systems which ignore sub-20ms mouse button releases.
- Any module pointer action now triggers secondary roles.
- Make module states not oscillate temporarily upon module attachment/deattachment.

## [10.0.0] - 2023-07-10

Device Protocol: 4.9.0 | Module Protocol: 4.2.0 | User Config: **6.0.0** | Hardware Config: 1.0.0 | Smart Macros: 1.**3.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": "10.0.0",
"firmwareVersion": "10.1.0",
"deviceProtocolVersion": "4.9.0",
"moduleProtocolVersion": "4.2.0",
"userConfigVersion": "6.0.0",
"hardwareConfigVersion": "1.0.0",
"smartMacrosVersion": "1.3.0",
"smartMacrosVersion": "1.4.0",
"devices": [
{
"deviceId": 1,
Expand Down

0 comments on commit 3d1ca46

Please sign in to comment.