Skip to content

Commit

Permalink
Bump version to 3.2.1. Update changelog and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Nov 16, 2023
1 parent 0ce3cdd commit cc18f83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ 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).

## [3.2.1] - 2023-11-16

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

- 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.
- Fix bug that made double-clicking on the color code field slide the UHK out of screen.

## [3.2.0] - 2023-11-14

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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"author": "Ultimate Gadget Laboratories",
"main": "electron/dist/electron-main.js",
"version": "3.2.0",
"version": "3.2.1",
"firmwareVersion": "10.4.0",
"deviceProtocolVersion": "4.10.0",
"userConfigVersion": "6.0.0",
Expand Down

0 comments on commit cc18f83

Please sign in to comment.