Skip to content

Commit be32ed1

Browse files
committed
Bump Agent version to 4.1.0 and update changelog.
1 parent 4234779 commit be32ed1

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ 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.1.0] - 2024-05-03
10+
11+
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
12+
13+
- Add the "jump to macro" and "add a new macro for this key" buttons in the key action popover macro tab.
14+
- Add a "Back to keymap" link on module pages when navigating via a module icon of keymap pages.
15+
- Add a "Back to keymap" link on macro pages when navigating via the key action popover.
16+
- Make the "Remap on all layers" option of the key action popover not remap modifier layers, except for the current layer.
17+
- Fix the saving and restoration of SwitchKeymapAction colors.
18+
- Rework parts of the module pages to make them easier to digest.
19+
- Display the "Invert horizontal scrolling" option on every module page. `USERCONFIG:MINOR`
20+
- Add acceleration diagram into module tooltips.
21+
- Fix current key highlighting.
22+
- Fix the gap below the upper triangle part of the key action popover.
23+
- Improve macro action drag and drop icon and its padding.
24+
- Add a tooltip to the "secondary roles" header of the "typing behavior" page.
25+
- Maximize select component list height.
26+
- Make key borders visible when the background color is similar to the key color.
27+
- Fix icon stroke widths.
28+
- Remove the unintended gray outline of icon keys.
29+
- Don't partially hide the smart macro editor autocomplete popup.
30+
931
## [4.0.2] - 2024-03-05
1032

1133
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.2",
6+
"version": "4.1.0",
77
"firmwareVersion": "11.1.0",
88
"deviceProtocolVersion": "4.10.0",
99
"userConfigVersion": "7.1.0",

0 commit comments

Comments
 (0)