Skip to content

Commit

Permalink
Bump Agent version to 3.2.0, bump firmware version to 10.3.0, update …
Browse files Browse the repository at this point in the history
…changelog and package.json
  • Loading branch information
mondalaci committed Nov 14, 2023
1 parent b4b3b9c commit 4ec5206
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ 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.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

- Optimize in-line editable command macro action for horizontal space.
- Add "Open configuration folder" link on the settings page.
- Fix crash when changing theme before the default user config is loaded.
- Fix suggestion widget visibility in Monaco Editor.
- Set default error panel height to 10% percent of screen height.
- Upgrade to Bootstrap 5.

## [3.1.0] - 2023-10-01

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

0 comments on commit 4ec5206

Please sign in to comment.