Skip to content

Commit 903715c

Browse files
committed
Bump Agent version to 7.0.1. Bump firmware version to 14.0.1. Update changelog.
1 parent c5b31d1 commit 903715c

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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+
## [7.0.1] - 2025-05-22
10+
11+
Firmware: 14.0.1 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v14.0.1)] | Device Protocol: 4.15.0 | User Config: 11.0.0 | Hardware Config: 1.0.0
12+
13+
- Add sleep mode to the device tab of the key action popover.
14+
915
## [7.0.0] - 2025-05-07
1016

1117
Firmware: 14.0.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v14.0.0)] | Device Protocol: 4.**15.0** | User Config: **11.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": "7.0.0",
7-
"firmwareVersion": "14.0.0",
6+
"version": "7.0.1",
7+
"firmwareVersion": "14.0.1",
88
"deviceProtocolVersion": "4.15.0",
99
"userConfigVersion": "11.0.0",
1010
"hardwareConfigVersion": "1.0.0",

0 commit comments

Comments
 (0)