Skip to content

Commit f3713f3

Browse files
committed
Bump version to 3.1.0, update package.json and changelog.
1 parent dae082f commit f3713f3

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ 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+
## [3.1.0] - 2023-10-01
10+
11+
Firmware: 10.3.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v10.3.0)] | Device Protocol: 4.**10.0** | User Config: 6.0.0 | Hardware Config: 1.0.0
12+
13+
- Add error panel to display smart macro errors in Agent.
14+
- Implement MD5 checksum based firmware updates. `DEVICEPROTOCOL:MINOR`
15+
- Add audible option for I2C debugging.
16+
917
## [3.0.2] - 2023-08-13
1018

1119
Firmware: 10.1.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v10.1.0)] | Device Protocol: 4.9.0 | User Config: 6.0.0 | Hardware Config: 1.0.0

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "3.0.2",
7-
"firmwareVersion": "10.1.0",
8-
"deviceProtocolVersion": "4.8.0",
6+
"version": "3.1.0",
7+
"firmwareVersion": "10.3.0",
8+
"deviceProtocolVersion": "4.10.0",
99
"userConfigVersion": "6.0.0",
1010
"hardwareConfigVersion": "1.0.0",
1111
"description": "Agent is the configuration application of the Ultimate Hacking Keyboard.",

0 commit comments

Comments
 (0)