From 890a617a07fa8de06cb77b48eac698d7d8f037bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Mon, 23 Dec 2024 00:53:44 +0100 Subject: [PATCH] Bump firware version to 12.1.0 and update changelog. --- CHANGELOG.md | 14 ++++++++++++++ scripts/package.json | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a16ef37..e2d8ae1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/scripts/package.json b/scripts/package.json index 66a05d2f..bdcc543a 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -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",