Skip to content

Commit

Permalink
Bump firware version to 12.1.0 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Dec 22, 2024
1 parent eee7bce commit 890a617
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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.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

- Fix layer toggling.
- Fix ISO LEDs handling.
- Fix firmware tags and version numbers returned by the firmware and shown by Agent.
- Make USB resume from sleep via keypress work.
- Fix NewPairings flag and add GetNewPairings paging device protocol command. `DEVICEPROTOCOL:MINOR`
- Fix BLE bond clearing.
- Make mouse interface not freeze when switching between host connections.
- Add HID battery interface.
- Upgrade to nRF Connect SDK 2.8.0

## [12.0.1] - 2024-12-18

Device Protocol: 4.11.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.0.1",
"deviceProtocolVersion": "4.11.0",
"firmwareVersion": "12.1.0",
"deviceProtocolVersion": "4.12.0",
"moduleProtocolVersion": "4.3.0",
"userConfigVersion": "8.3.0",
"hardwareConfigVersion": "1.0.0",
Expand Down

0 comments on commit 890a617

Please sign in to comment.