Skip to content

Commit 2faccd1

Browse files
committed
Update changelog, bump firmware version, bump Agent version to 9.0.1
1 parent 9b03138 commit 2faccd1

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ 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.1] - 2025-12-26
10+
11+
Firmware: 16.1.1 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v16.1.1)] | Device Protocol: 4.17.0 | User Config: 13.0.0 | Hardware Config: 1.0.0
12+
13+
- Make pasting work.
14+
- Generate build for ARM64.
15+
- Escape macro names in the status buffer parser. Thanks for reporting, @hasteful!
16+
- Support new status buffer format in which the error message is more than 4 lines, starting from firmware 16.1.0
17+
- Index host connections from 1 instead of 0.
18+
- Allow saving the current layer as SVG.
19+
920
## [9.0.0] - 2025-12-24
1021

1122
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
@@ -21,7 +32,7 @@ Firmware: 15.3.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/
2132

2233
**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.**
2334

24-
- Upgrade to the latest Electron to make Agent run seamlessly on macOs Tahoe.
35+
- Upgrade to the latest Electron to make Agent run seamlessly on macOS Tahoe.
2536
- Make the error panel closeable by clicking on the close button.
2637
- Prevent firmware version checks during firmware upgrades. `DEVICEPROTOCOL:MINOR`
2738
- Make machine wide installation on Windows possible.

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": "9.0.0",
7-
"firmwareVersion": "16.0.0",
6+
"version": "9.0.1",
7+
"firmwareVersion": "16.1.1",
88
"deviceProtocolVersion": "4.17.0",
99
"userConfigVersion": "13.0.0",
1010
"hardwareConfigVersion": "1.0.0",

0 commit comments

Comments
 (0)