diff --git a/CHANGELOG.md b/CHANGELOG.md index beb590336b8..529a2d6f6fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ 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). +## [4.0.2] - 2024-03-05 + +Firmware: 11.0.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v11.0.0)] | Device Protocol: 4.10.0 | User Config: 7.0.0 | Hardware Config: 1.0.0 + +- Realign the circular module puzzle buttons on keymap pages to slightly overlap with modules. +- Swap the trackpoint and touchpad submenus. +- Increase the touchpad hold continuation timeout slider maximum to 2000 ms. +- Make tooltips show even when they're close to the bottom of the page. + ## [4.0.1] - 2024-03-03 Firmware: 11.0.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v11.0.0)] | Device Protocol: 4.10.0 | User Config: 7.0.0 | Hardware Config: 1.0.0 diff --git a/package.json b/package.json index 97ca859c608..52c04035d0a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "author": "Ultimate Gadget Laboratories", "main": "electron/dist/electron-main.js", - "version": "4.0.1", + "version": "4.0.2", "firmwareVersion": "11.0.0", "deviceProtocolVersion": "4.10.0", "userConfigVersion": "7.0.0",