Skip to content

Commit f6fcc06

Browse files
committed
Bump version to 4.0.2 and update changelog.
1 parent dd5c222 commit f6fcc06

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1
66

77
Every Agent version includes the most recent firmware version. See the [firmware changelog](https://github.com/UltimateHackingKeyboard/firmware/blob/master/CHANGELOG.md).
88

9+
## [4.0.2] - 2024-03-05
10+
11+
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
12+
13+
- Realign the circular module puzzle buttons on keymap pages to slightly overlap with modules.
14+
- Swap the trackpoint and touchpad submenus.
15+
- Increase the touchpad hold continuation timeout slider maximum to 2000 ms.
16+
- Make tooltips show even when they're close to the bottom of the page.
17+
918
## [4.0.1] - 2024-03-03
1019

1120
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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"author": "Ultimate Gadget Laboratories",
55
"main": "electron/dist/electron-main.js",
6-
"version": "4.0.1",
6+
"version": "4.0.2",
77
"firmwareVersion": "11.0.0",
88
"deviceProtocolVersion": "4.10.0",
99
"userConfigVersion": "7.0.0",

0 commit comments

Comments
 (0)