Skip to content

Commit

Permalink
Bump Agent version to 4.1.0 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed May 3, 2024
1 parent 4234779 commit be32ed1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@ 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.1.0] - 2024-05-03

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

- Add the "jump to macro" and "add a new macro for this key" buttons in the key action popover macro tab.
- Add a "Back to keymap" link on module pages when navigating via a module icon of keymap pages.
- Add a "Back to keymap" link on macro pages when navigating via the key action popover.
- Make the "Remap on all layers" option of the key action popover not remap modifier layers, except for the current layer.
- Fix the saving and restoration of SwitchKeymapAction colors.
- Rework parts of the module pages to make them easier to digest.
- Display the "Invert horizontal scrolling" option on every module page. `USERCONFIG:MINOR`
- Add acceleration diagram into module tooltips.
- Fix current key highlighting.
- Fix the gap below the upper triangle part of the key action popover.
- Improve macro action drag and drop icon and its padding.
- Add a tooltip to the "secondary roles" header of the "typing behavior" page.
- Maximize select component list height.
- Make key borders visible when the background color is similar to the key color.
- Fix icon stroke widths.
- Remove the unintended gray outline of icon keys.
- Don't partially hide the smart macro editor autocomplete popup.

## [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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"author": "Ultimate Gadget Laboratories",
"main": "electron/dist/electron-main.js",
"version": "4.0.2",
"version": "4.1.0",
"firmwareVersion": "11.1.0",
"deviceProtocolVersion": "4.10.0",
"userConfigVersion": "7.1.0",
Expand Down

0 comments on commit be32ed1

Please sign in to comment.