Skip to content

Commit a953e9b

Browse files
committed
Bump Agent version to 6.0.0 and update changelog and package.json
1 parent fe796ae commit a953e9b

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ 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+
## [6.0.0] - 2025-03-21
10+
11+
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
12+
13+
- Add device actions to the key action popover, allowing to easily switch between connected devices.
14+
- Add connection switch actions to the Fn2 layers of the default keymaps.
15+
- Add "Delete device pairings" button to the Connections page.
16+
- Allow reordering connections.
17+
- Fix BLE address display: Don't reverse the order of the address bytes and prefix single-digit bytes with a 0.
18+
- Keep reconnecting upon UHK 60 firmware update failures instead of timing out and having the user restart the update.
19+
- Ensure that the keymap description is always visible, even when the keyboard halves are joined together.
20+
- Improve firmware update tooltip content.
21+
- Always show status icons during firmware updates.
22+
- Fall back to the bundled firmware documentation if a development firmware is used.
23+
924
## [5.1.0] - 2025-02-08
1025

1126
Firmware: 12.3.3 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v12.3.3)] | Device Protocol: 4.**14.1** | User Config: 8.3.0 | Hardware Config: 1.0.0

package.json

+2-2
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": "5.1.0",
7-
"firmwareVersion": "12.3.3",
6+
"version": "6.0.0",
7+
"firmwareVersion": "13.0.0",
88
"deviceProtocolVersion": "4.14.1",
99
"userConfigVersion": "9.0.0",
1010
"hardwareConfigVersion": "1.0.0",

0 commit comments

Comments
 (0)