Skip to content

Commit 74b20be

Browse files
committed
Bump Agent version to 4.2.0 and update changelog.
1 parent 4b66b96 commit 74b20be

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ 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.0] - 2024-06-27
10+
11+
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
12+
13+
- Add macro command syntax highlighting and autocompletion.
14+
- When clicking on a macro error, jump to the relevant smart macro cursor position.
15+
- Add "duplicate macro item" button.
16+
- Add a logarithmic slider for LED fade timeout setting.
17+
- Support 20 mouse buttons.
18+
- Group configuration history records per device.
19+
- Make the "back to keymap" link revert to the previously visible layer.
20+
- Fix "add macro action" animation glitches.
21+
- Always make Agent display firmware documentation, even if git information is missing.
22+
- Make tooltips always appear on-screen, even when they're at the bottom of the screen.
23+
- Fix the "Double tap to lock layer timeout" tooltip on the typing behaviour page.
24+
- Fix occasionally incomplete firmware "update succeeded" message.
25+
926
## [4.1.0] - 2024-05-03
1027

1128
Firmware: 11.1.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v11.1.0)] | Device Protocol: 4.10.0 | User Config: 7.1.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.1.0",
6+
"version": "4.2.0",
77
"firmwareVersion": "11.1.1",
88
"deviceProtocolVersion": "4.10.0",
99
"userConfigVersion": "7.1.0",

0 commit comments

Comments
 (0)