Skip to content

Commit

Permalink
Bump version to 3.0.1, update changelog and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Jul 26, 2023
1 parent e604c2e commit c19cf43
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ 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.0.1] - 2023-07-26

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

- Break the color palette into multiple lines if it doesn't fit in a single line.
- Add Cancel and Ok buttons to the color picker.
- When remapping a key, keep its color.
- Use LF consistently as a line separator in macro commands.
- Prefix modifiers with L or R, and display RAlt as RAlt(Gr).
- Use light gray case color for the keyboard case when in per-key RGB mode, which is more pleasant to the eyes.
- Fix the color of the rotating Agent icon on the loading page to be higher contrast in dark mode.
- Disable painting mode when switching to functional backlighting mode.
- Make new macro text actions savable after pasting text.

## [3.0.0] - 2023-07-11

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
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.0.0",
"firmwareVersion": "10.0.0",
"version": "3.0.1",
"firmwareVersion": "10.1.0",
"deviceProtocolVersion": "4.8.0",
"userConfigVersion": "6.0.0",
"hardwareConfigVersion": "1.0.0",
Expand Down

0 comments on commit c19cf43

Please sign in to comment.