Skip to content

Commit 1c9123b

Browse files
committed
Bump Agent version to 9.0.0 and update chanelog and package.json
1 parent 2853a80 commit 1c9123b

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +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+
## [9.0.0] - 2025-12-24
10+
11+
Firmware: 16.0.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v16.0.0)] | Device Protocol: 4.17.0 | User Config: **13.0.0** | Hardware Config: 1.0.0
12+
13+
- Handle macro arguments. `USERCONFIG:MINOR`
14+
- Save Agent and firmware version information to the user configuration for debugging purposes. `USERCONFIG:MAJOR`
15+
- Display user-friendly warning when the digital signature of Agent is invalid.
16+
- Relax builtFirmwareUserConfig version constraints to make firmware versions work with a wider range of Agent versions.
17+
918
## [8.0.1] - 2025-11-09
1019

11-
Firmware: 15.3.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v15.3.0)] | Device Protocol: 4.15.0 | User Config: 12.0.0 | Hardware Config: 1.0.0
20+
Firmware: 15.3.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v15.3.0)] | Device Protocol: 4.**17.0** | User Config: 13.0.0 | Hardware Config: 1.0.0
1221

1322
**Windows users! Auto-update won't update to this version because the digital signature of the installer has changed. Update manually this time, and auto-update will work again.**
1423

1524
- Upgrade to the latest Electron to make Agent run seamlessly on macOs Tahoe.
1625
- Make the error panel closeable by clicking on the close button.
17-
- Prevent firmware version checks during firmware upgrades.
26+
- Prevent firmware version checks during firmware upgrades. `DEVICEPROTOCOL:MINOR`
1827
- Make machine wide installation on Windows possible.
1928
- Allow switching to the same keymap, which is useful from overridden, descendant keymaps.
2029
- Fix the handling of non-alphanumeric characters in keymap abbreviations.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"private": true,
44
"author": "Ultimate Gadget Laboratories",
55
"main": "electron/dist/electron-main.js",
6-
"version": "8.0.1",
7-
"firmwareVersion": "15.3.0",
8-
"deviceProtocolVersion": "4.15.0",
6+
"version": "9.0.0",
7+
"firmwareVersion": "16.0.0",
8+
"deviceProtocolVersion": "4.17.0",
99
"userConfigVersion": "13.0.0",
1010
"hardwareConfigVersion": "1.0.0",
1111
"description": "Agent is the configuration application of the Ultimate Hacking Keyboard.",

0 commit comments

Comments
 (0)