From 53527cf598db63b23a3bba49df755fbab4a4534b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Wed, 27 Oct 2021 21:43:57 +0200 Subject: [PATCH] Bump version to 8.10.12, update changelog, package.json and versions.h --- CHANGELOG.md | 7 +++++++ lib/agent | 2 +- scripts/package.json | 2 +- shared/versions.h | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96b1a471e..bc20c22f9 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. +## [8.10.12] - 2021-10-27 + +Device Protocol: 4.7.1 | Module Protocol: 4.1.0 | User Config: 4.2.0 | Hardware Config: 1.0.0 + +- Reduce trackball module wake up lag. +- Reduce the audible noise of UHK 60 v2 LED drivers. + ## [8.10.11] - 2021-09-16 Device Protocol: 4.7.1 | Module Protocol: 4.1.0 | User Config: 4.2.0 | Hardware Config: 1.0.0 diff --git a/lib/agent b/lib/agent index 866e52357..9caf4b942 160000 --- a/lib/agent +++ b/lib/agent @@ -1 +1 @@ -Subproject commit 866e5235714cd9f341e35df24090fd3d885e645e +Subproject commit 9caf4b9427946db5ee85665459dbaba71554c287 diff --git a/scripts/package.json b/scripts/package.json index 29a35072d..aea9c137f 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -16,7 +16,7 @@ "commander": "^2.11.0", "shelljs": "^0.8.4" }, - "firmwareVersion": "8.10.11", + "firmwareVersion": "8.10.12", "deviceProtocolVersion": "4.7.1", "moduleProtocolVersion": "4.1.0", "userConfigVersion": "4.2.0", diff --git a/shared/versions.h b/shared/versions.h index 256c3d12b..9811ce141 100644 --- a/shared/versions.h +++ b/shared/versions.h @@ -20,7 +20,7 @@ #define FIRMWARE_MAJOR_VERSION 8 #define FIRMWARE_MINOR_VERSION 10 - #define FIRMWARE_PATCH_VERSION 11 + #define FIRMWARE_PATCH_VERSION 12 #define DEVICE_PROTOCOL_MAJOR_VERSION 4 #define DEVICE_PROTOCOL_MINOR_VERSION 7