Skip to content

Commit

Permalink
Update changelog and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Jan 1, 2025
1 parent 61a8ab3 commit ae2e924
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.

## [12.2.0] - 2025-01-01

Device Protocol: 4.**13.0** | Module Protocol: 4.3.0 | User Config: 8.3.0 | Hardware Config: 1.0.0 | Smart Macros: 3.0.0

- Fix touchpad stuck tap and doubletap.
- Always update keymap on module change, including bootup.
- Make pairing screen always on.
- Reduce audible noise and expose related settings via the device protocol. `DEVICEPROTOCOL:MINOR`
- Fix ISO LED lighting in switch test mode.
- Fade UHK 80 LEDs gradually.

## [12.1.0] - 2024-12-23

Device Protocol: 4.**12.0** | Module Protocol: 4.3.0 | User Config: 8.3.0 | Hardware Config: 1.0.0 | Smart Macros: 3.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 @@ -18,8 +18,8 @@
"serialport": "^12.0.0",
"shelljs": "^0.8.4"
},
"firmwareVersion": "12.1.0",
"deviceProtocolVersion": "4.12.0",
"firmwareVersion": "12.2.0",
"deviceProtocolVersion": "4.13.0",
"moduleProtocolVersion": "4.3.0",
"userConfigVersion": "8.3.0",
"hardwareConfigVersion": "1.0.0",
Expand Down

0 comments on commit ae2e924

Please sign in to comment.