Skip to content

Commit

Permalink
Bump Agent version to 5.1.0 and update the changelog and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Feb 8, 2025
1 parent 817350a commit 1126bb4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1

Every Agent version includes the most recent firmware version. See the [firmware changelog](https://github.com/UltimateHackingKeyboard/firmware/blob/master/CHANGELOG.md).

## [5.1.0] - 2025-02-08

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

- Display notification about newly paired BLE devices and add them to host connections.
- Ensure unique host connection names.
- Compare the checksum of the UHK 80 and dongle devices.
- Add switchover tooltip on the Connections page.
- Support custom udev file path on Linux.
- Don't crash when can't read the hardware modules or when the module state is undefined.
- Improve firmware failed instructions.
- Make the `--usb-interface` command line argument optional.

## [5.0.2] - 2025-01-05

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
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"private": true,
"author": "Ultimate Gadget Laboratories",
"main": "electron/dist/electron-main.js",
"version": "5.0.2",
"firmwareVersion": "12.2.0",
"deviceProtocolVersion": "4.11.0",
"version": "5.1.0",
"firmwareVersion": "12.3.3",
"deviceProtocolVersion": "4.14.1",
"userConfigVersion": "8.3.0",
"hardwareConfigVersion": "1.0.0",
"description": "Agent is the configuration application of the Ultimate Hacking Keyboard.",
Expand Down

0 comments on commit 1126bb4

Please sign in to comment.