From ae2e9246bcb5af0a8b251fed2366d380118aefb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Wed, 1 Jan 2025 19:23:50 +0100 Subject: [PATCH] Update changelog and package.json --- CHANGELOG.md | 11 +++++++++++ scripts/package.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2d8ae1c..1c8d0f31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/scripts/package.json b/scripts/package.json index bdcc543a..72ca548b 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -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",