Skip to content

Commit 1408908

Browse files
committed
Bump Agent version to 7.0.0 and update package.json and changelog.
1 parent be3857b commit 1408908

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
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+
## [7.0.0] - 2025-05-07
10+
11+
Firmware: 14.0.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v14.0.0)] | Device Protocol: 4.**15.0** | User Config: **11.0.0** | Hardware Config: 1.0.0
12+
13+
- Add "Battery settings" page.
14+
- Expose Zephyr logs via the "Advanced settings" page.
15+
- Add "ISO #" scancode in the scancode selector.
16+
- Fix the selected keymap in the side menu after deleting or duplicating a keymap.
17+
- Use async node-hid communication, making Agent no longer miss a packet occasionally.
18+
- Delete all configuration history records per device by right-clicking on the relevant device tab in the "Configuration history" section.
19+
- Select the default keymap in the side menu upon startup.
20+
- Show git sha on the firmware when upgrading firmwares.
21+
- Fix keymap description position when UHK 60 halves are merged.
22+
- Fix the visibility of the corner of the next/previous keymap when window size is small.
23+
- Extend and fine-tune firmware update error instructions.
24+
- Offer to load previous configuration or reset it when Agent is downgraded.
25+
- Show firmware upgrade log entries. This addresses a regression introduced in the previous Agent release.
26+
927
## [6.0.0] - 2025-03-21
1028

1129
Firmware: 13.0.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v13.0.0)] | Device Protocol: 4.14.1 | User Config: **9.0.0** | Hardware Config: 1.0.0

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"private": true,
44
"author": "Ultimate Gadget Laboratories",
55
"main": "electron/dist/electron-main.js",
6-
"version": "6.0.0",
7-
"firmwareVersion": "13.0.0",
8-
"deviceProtocolVersion": "4.14.1",
9-
"userConfigVersion": "9.99.0",
6+
"version": "7.0.0",
7+
"firmwareVersion": "14.0.0",
8+
"deviceProtocolVersion": "4.15.0",
9+
"userConfigVersion": "11.0.0",
1010
"hardwareConfigVersion": "1.0.0",
1111
"description": "Agent is the configuration application of the Ultimate Hacking Keyboard.",
1212
"repository": {

0 commit comments

Comments
 (0)