Skip to content

Commit 68614ce

Browse files
committed
Update changelog, bump Agent version to 4.2.1 and bundle firmware 11.2.0
1 parent 04b26dd commit 68614ce

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ 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.2.1] - 2024-10-10
10+
11+
Firmware: 11.2.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v11.2.0)] | Device Protocol: 4.10.0 | User Config: 7.1.0 | Hardware Config: 1.0.0
12+
13+
- Fix crash when "trigger safety margin" was set to a negative value.
14+
- Fix crash that occurred when the user config history folder contained an invalid device.
15+
- Set key colors of uninitialized NoneActions instead of crashing Agent.
16+
- Only save the application window state on exit, not on every change, which previously led to rare crashes.
17+
- Add tooltip for layers.
18+
- Restore persistent visibility of "back to keymap" link, which previously disappeared when adding or removing macro action items of new macros.
19+
- Implement HTML escaping for keymap descriptions to prevent potential security issues.
20+
- Remove empty modules from the default user config.
21+
- Use async device calls for better performance.
22+
- Enhance configuration history view:
23+
- Now showing the history records of the current device by default
24+
- Making the tab of the current device bold for easy identification
25+
- Displaying device serial number in a tooltip of its tab
26+
927
## [4.2.0] - 2024-06-27
1028

1129
Firmware: 11.1.1 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v11.1.1)] | Device Protocol: 4.10.0 | User Config: 7.1.0 | Hardware Config: 1.0.0

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"private": true,
44
"author": "Ultimate Gadget Laboratories",
55
"main": "electron/dist/electron-main.js",
6-
"version": "4.2.0",
7-
"firmwareVersion": "11.1.1",
6+
"version": "4.2.1",
7+
"firmwareVersion": "11.2.0",
88
"deviceProtocolVersion": "4.10.0",
99
"userConfigVersion": "7.1.0",
1010
"hardwareConfigVersion": "1.0.0",

0 commit comments

Comments
 (0)