Skip to content

Commit c19cf43

Browse files
committed
Bump version to 3.0.1, update changelog and package.json
1 parent e604c2e commit c19cf43

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ 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.0.1] - 2023-07-26
10+
11+
Firmware: 10.**1.0** [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v10.1.0)] | Device Protocol: 4.9.0 | User Config: 6.0.0 | Hardware Config: 1.0.0
12+
13+
- Break the color palette into multiple lines if it doesn't fit in a single line.
14+
- Add Cancel and Ok buttons to the color picker.
15+
- When remapping a key, keep its color.
16+
- Use LF consistently as a line separator in macro commands.
17+
- Prefix modifiers with L or R, and display RAlt as RAlt(Gr).
18+
- Use light gray case color for the keyboard case when in per-key RGB mode, which is more pleasant to the eyes.
19+
- Fix the color of the rotating Agent icon on the loading page to be higher contrast in dark mode.
20+
- Disable painting mode when switching to functional backlighting mode.
21+
- Make new macro text actions savable after pasting text.
22+
923
## [3.0.0] - 2023-07-11
1024

1125
Firmware: **10.0.0** [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v10.0.0)] | Device Protocol: 4.9.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.0.0",
7-
"firmwareVersion": "10.0.0",
6+
"version": "3.0.1",
7+
"firmwareVersion": "10.1.0",
88
"deviceProtocolVersion": "4.8.0",
99
"userConfigVersion": "6.0.0",
1010
"hardwareConfigVersion": "1.0.0",

0 commit comments

Comments
 (0)