Skip to content

Commit 4ec5206

Browse files
committed
Bump Agent version to 3.2.0, bump firmware version to 10.3.0, update changelog and package.json
1 parent b4b3b9c commit 4ec5206

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ 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.0] - 2023-11-14
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+
- Optimize in-line editable command macro action for horizontal space.
14+
- Add "Open configuration folder" link on the settings page.
15+
- Fix crash when changing theme before the default user config is loaded.
16+
- Fix suggestion widget visibility in Monaco Editor.
17+
- Set default error panel height to 10% percent of screen height.
18+
- Upgrade to Bootstrap 5.
19+
920
## [3.1.0] - 2023-10-01
1021

1122
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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"private": true,
44
"author": "Ultimate Gadget Laboratories",
55
"main": "electron/dist/electron-main.js",
6-
"version": "3.1.0",
7-
"firmwareVersion": "10.3.0",
6+
"version": "3.2.0",
7+
"firmwareVersion": "10.4.0",
88
"deviceProtocolVersion": "4.10.0",
99
"userConfigVersion": "6.0.0",
1010
"hardwareConfigVersion": "1.0.0",

0 commit comments

Comments
 (0)