From f7f12a83b9f049c8454ea54382312446ad29e0c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sun, 6 Oct 2024 00:10:20 +0200 Subject: [PATCH] Update changelog and bump version to 11.2.0 --- CHANGELOG.md | 8 ++++++++ scripts/package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bf51e981..7c9b637db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.2.0] - 2024-10-06 + +Device Protocol: 4.10.0 | Module Protocol: 4.3.0 | User Config: 7.1.0 | Hardware Config: 1.0.0 | Smart Macros: 2.**5**.0 + +- Implement ifHold/ifTap commands. `SMARTMACROS:MINOR` +- Fix macroStartTime for postponed time. `SMARTMACROS:PATCH` +- Keyid parser fixes. `SMARTMACROS:PATCH` + ## [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** diff --git a/scripts/package.json b/scripts/package.json index a33a1cfdb..faad199ff 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -17,12 +17,12 @@ "md5": "2.3.0", "shelljs": "^0.8.4" }, - "firmwareVersion": "11.1.1", + "firmwareVersion": "11.2.0", "deviceProtocolVersion": "4.10.0", "moduleProtocolVersion": "4.3.0", "userConfigVersion": "7.1.0", "hardwareConfigVersion": "1.0.0", - "smartMacrosVersion": "2.4.4", + "smartMacrosVersion": "2.5.0", "devices": [ { "deviceId": 1,