Skip to content

Commit 87635ec

Browse files
committed
Update changelog and bump versions.
1 parent a10a251 commit 87635ec

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ 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+
## [10.1.0] - 2026-06-23
10+
11+
Firmware: 17.1.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v17.1.0)] | Device Protocol: 4.17.0 | User Config: 14.0.0 | Hardware Config: 1.0.0
12+
13+
- Implement new logging/shell access with vt100 support.
14+
- Make keyboard names persistent when sharing a single config between multiple uhks.
15+
- Improve Typing Behavior page wording.
16+
- Fix: autocompletion grammar fallback.
17+
- Fix: autocompletion freeze on `tapKeySeq f1 f1 f1 f1...` and other ambiguous expressions.
18+
919
## [10.0.0] - 2026-04-28
1020

1121
Firmware: 17.0.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v17.0.0)] | Device Protocol: 4.17.0 | User Config: 14.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": "10.0.0",
7-
"firmwareVersion": "17.0.0",
6+
"version": "10.1.0",
7+
"firmwareVersion": "17.1.0",
88
"deviceProtocolVersion": "4.17.0",
99
"userConfigVersion": "14.0.0",
1010
"hardwareConfigVersion": "1.0.0",

0 commit comments

Comments
 (0)