Skip to content

Commit

Permalink
Bump Agent version to 5.0.0 and update changelog and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Dec 15, 2024
1 parent e8e615a commit e7930d1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ 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.0.0] - 2024-12-15

Firmware: 12.0.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v12.0.0)] | Device Protocol: 4.**11.0** | User Config: **8.3.0** | Hardware Config: 1.0.0

- Add support for the UHK 80.
- Support dongle pairing and firmware updates.
- On the "LED settings" page, show the Battery-powered column if the UHK 80 is connected.
- In the configuration history, show per-device history records.
- Fix "Back to keymap" link which disappeared when saving or cancelling macro action items.
- Remove Return alias in the scancode selector.

## [4.2.1] - 2024-10-10

Firmware: 11.2.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v11.2.0)] | Device Protocol: 4.10.0 | User Config: 7.1.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": "4.2.1",
"firmwareVersion": "11.2.0",
"deviceProtocolVersion": "4.10.0",
"version": "5.0.0",
"firmwareVersion": "12.0.0",
"deviceProtocolVersion": "4.11.0",
"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 e7930d1

Please sign in to comment.