Skip to content

Commit 14149d2

Browse files
committed
Bump version to 3.3.0 and update changelog.
1 parent 7f1ab24 commit 14149d2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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.3.0] - 2024-01-23
10+
11+
Firmware: 10.5.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v10.5.0)] | Device Protocol: 4.10.0 | User Config: 6.0.0 | Hardware Config: 1.0.0
12+
13+
- Make Agent compatible with more Linux distributions that use glibc 2.28+ instead of previously requested glibc 2.33+
14+
- Refine USB interface filtering, allowing for compatibility with upcoming firmware versions that use altered USB interface order for greater KVM compatibility.
15+
- Fix the dark mode styles of the color picker and firmware version display.
16+
917
## [3.2.2] - 2023-12-14
1018

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"author": "Ultimate Gadget Laboratories",
55
"main": "electron/dist/electron-main.js",
6-
"version": "3.2.2",
6+
"version": "3.3.0",
77
"firmwareVersion": "10.5.0",
88
"deviceProtocolVersion": "4.10.0",
99
"userConfigVersion": "6.0.0",

0 commit comments

Comments
 (0)