From 9f35ae52db9d3ac0ce5226fbef73e68d6c60d9c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sun, 10 Mar 2024 10:53:13 +0100 Subject: [PATCH] Bump firmware version to 11.0.1 and update changelog. --- CHANGELOG.md | 7 +++++++ scripts/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd26c551d..09a60c8fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.0.1] - 2024-03-10 + +Device Protocol: 4.10.0 | Module Protocol: 4.3.0 | User Config: 7.0.0 | Hardware Config: 1.0.0 | Smart Macros: 2.4.**1** + +- Fix the `ifLayer` macro command to work with native layer switching. `SMARTMACROS:PATCH` +- Fix H key backlight on UHK 60 v1 keyboards. + ## [11.0.0] - 2024-02-28 Device Protocol: 4.10.0 | Module Protocol: 4.3.0 | User Config: **7.0.0** | Hardware Config: 1.0.0 | Smart Macros: 2.**4.0** diff --git a/scripts/package.json b/scripts/package.json index 89ac0ee47..9b3a99e00 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -17,7 +17,7 @@ "md5": "2.3.0", "shelljs": "^0.8.4" }, - "firmwareVersion": "11.0.0", + "firmwareVersion": "11.0.1", "deviceProtocolVersion": "4.10.0", "moduleProtocolVersion": "4.3.0", "userConfigVersion": "7.0.0",