Skip to content

Commit c83676e

Browse files
committed
Bump Agent version to 8.0.0 and update changelog and package.json
1 parent 9b391b3 commit c83676e

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ 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+
## [8.0.0] - 2025-07-10
10+
11+
Firmware: 15.0.1 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v15.0.1)] | Device Protocol: 4.15.0 | User Config: **12.0.0** | Hardware Config: 1.0.0
12+
13+
- Compress subsequent none actions, including their RGB properties, to make user configurations substantially smaller. `USERCONFIG:MAJOR`
14+
- Map sleep device action to Fn2+Pause on every keymap of the default configuration.
15+
- Prevent crash when couldn't parse macro command line from status buffer. `DEVICEPROTOCOL:MINOR`
16+
- Copy the Zephyr log to the clipboard when clicking on the "Copy log" button.
17+
- Handle Zephyr shell newline characters.
18+
- Properly terminate the execute macro USB command with 0x00. `DEVICEPROTOCOL:MINOR`
19+
- Make the blinking animation not stuck when remapping a key via middle click and leaving the mouse pointer on the key.
20+
- Fix a bug which made the key action popover impossible to close on a keymap whose abbreviation contained unconvential characters when jumping to a macro from it and jumping back to the key action popover.
21+
922
## [7.0.1] - 2025-05-22
1023

1124
Firmware: 14.0.1 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v14.0.1)] | Device Protocol: 4.15.0 | User Config: 11.0.0 | Hardware Config: 1.0.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"private": true,
44
"author": "Ultimate Gadget Laboratories",
55
"main": "electron/dist/electron-main.js",
6-
"version": "7.0.1",
7-
"firmwareVersion": "14.0.1",
6+
"version": "8.0.0",
7+
"firmwareVersion": "15.0.1",
88
"deviceProtocolVersion": "4.15.0",
99
"userConfigVersion": "12.0.0",
1010
"hardwareConfigVersion": "1.0.0",

0 commit comments

Comments
 (0)