Skip to content

Commit cc18f83

Browse files
committed
Bump version to 3.2.1. Update changelog and package.json
1 parent 0ce3cdd commit cc18f83

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ 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.2.1] - 2023-11-16
10+
11+
Firmware: 10.4.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v10.4.0)] | Device Protocol: 4.10.0 | User Config: 6.0.0 | Hardware Config: 1.0.0
12+
13+
- Fix bug that caused the Agent window to go black. This fix required an Electron 27.0.4 update, which removes macOS 10.13 and 10.14 support, so Agent only runs on macOS 10.15 (Catalina) or later going forward.
14+
- Fix bug that made double-clicking on the color code field slide the UHK out of screen.
15+
916
## [3.2.0] - 2023-11-14
1017

1118
Firmware: 10.**4.0** [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v10.4.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.0",
6+
"version": "3.2.1",
77
"firmwareVersion": "10.4.0",
88
"deviceProtocolVersion": "4.10.0",
99
"userConfigVersion": "6.0.0",

0 commit comments

Comments
 (0)