Skip to content

Commit 1126bb4

Browse files
committed
Bump Agent version to 5.1.0 and update the changelog and package.json
1 parent 817350a commit 1126bb4

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

+13
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+
## [5.1.0] - 2025-02-08
10+
11+
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
12+
13+
- Display notification about newly paired BLE devices and add them to host connections.
14+
- Ensure unique host connection names.
15+
- Compare the checksum of the UHK 80 and dongle devices.
16+
- Add switchover tooltip on the Connections page.
17+
- Support custom udev file path on Linux.
18+
- Don't crash when can't read the hardware modules or when the module state is undefined.
19+
- Improve firmware failed instructions.
20+
- Make the `--usb-interface` command line argument optional.
21+
922
## [5.0.2] - 2025-01-05
1023

1124
Firmware: 12.2.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v12.2.0)] | Device Protocol: 4.11.0 | User Config: 8.3.0 | Hardware Config: 1.0.0

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"private": true,
44
"author": "Ultimate Gadget Laboratories",
55
"main": "electron/dist/electron-main.js",
6-
"version": "5.0.2",
7-
"firmwareVersion": "12.2.0",
8-
"deviceProtocolVersion": "4.11.0",
6+
"version": "5.1.0",
7+
"firmwareVersion": "12.3.3",
8+
"deviceProtocolVersion": "4.14.1",
99
"userConfigVersion": "8.3.0",
1010
"hardwareConfigVersion": "1.0.0",
1111
"description": "Agent is the configuration application of the Ultimate Hacking Keyboard.",

0 commit comments

Comments
 (0)