From 3d72646d8b99e3b6904ed01b5e730417f71d4401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 27 Jun 2024 00:19:05 +0200 Subject: [PATCH] Bump firmware version to 11.1.1 and update changelog. --- CHANGELOG.md | 9 +++++++++ scripts/package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b94eaf34f..8bf51e981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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. +## [11.1.1] - 2024-06-27 + +Device Protocol: 4.10.0 | Module Protocol: 4.3.0 | User Config: 7.1.0 | Hardware Config: 1.0.0 | Smart Macros: 2.4.**4** + +- Reset in-memory configuration state when saving the configuration. +- Fix press modmask modifier. `SMARTMACROS:PATCH` +- Fix mouse button 20. +- Make the fn LED light up when activating fn2 to fn5 layers. + ## [11.1.0] - 2024-05-03 Device Protocol: 4.10.0 | Module Protocol: 4.3.0 | User Config: 7.**1.0** | Hardware Config: 1.0.0 | Smart Macros: 2.4.**3** diff --git a/scripts/package.json b/scripts/package.json index 7f4817714..a33a1cfdb 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -17,12 +17,12 @@ "md5": "2.3.0", "shelljs": "^0.8.4" }, - "firmwareVersion": "11.1.0", + "firmwareVersion": "11.1.1", "deviceProtocolVersion": "4.10.0", "moduleProtocolVersion": "4.3.0", "userConfigVersion": "7.1.0", "hardwareConfigVersion": "1.0.0", - "smartMacrosVersion": "2.4.3", + "smartMacrosVersion": "2.4.4", "devices": [ { "deviceId": 1,