From d7e61d477c706f469dd558da6d4b8e52364d21d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 14 Dec 2023 22:22:13 +0100 Subject: [PATCH] Bump version to 3.2.2 and update changelog. --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6b1ed7978d..b47ff827dc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1 Every Agent version includes the most recent firmware version. See the [firmware changelog](https://github.com/UltimateHackingKeyboard/firmware/blob/master/CHANGELOG.md). +## [3.2.2] - 2023-12-14 + +Firmware: 10.5.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v10.5.0)] | Device Protocol: 4.10.0 | User Config: 6.0.0 | Hardware Config: 1.0.0 + +- Fix cursor position in macro command editor, which affects some desktops with display scaling enabled. +- Fix firmware version number color. + ## [3.2.1] - 2023-11-16 Firmware: 10.4.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v10.4.0)] | Device Protocol: 4.10.0 | User Config: 6.0.0 | Hardware Config: 1.0.0 diff --git a/package.json b/package.json index 4cbe805fcbc..9302359cd01 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "private": true, "author": "Ultimate Gadget Laboratories", "main": "electron/dist/electron-main.js", - "version": "3.2.1", - "firmwareVersion": "10.4.0", + "version": "3.2.2", + "firmwareVersion": "10.5.0", "deviceProtocolVersion": "4.10.0", "userConfigVersion": "6.0.0", "hardwareConfigVersion": "1.0.0",