Skip to content

Commit e41a7da

Browse files
committed
Bump version to 2.1.1, depend on firmware 9.2.1, update changelog and package.json
1 parent 4ff0bf5 commit e41a7da

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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+
## [2.1.1] - 2023-01-16
10+
11+
Firmware: 9.2.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v9.2.0)] | Device Protocol: 4.9.0 | User Config: 5.1.0 | Hardware Config: 1.0.0
12+
13+
- Add hidden advanced settings page, enabling I2C debugging and ANSI-ISO layout switching.
14+
915
## [2.1.0] - 2023-01-11
1016

1117
Firmware: 9.2.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v9.2.0)] | Device Protocol: 4.**9**.0 | User Config: 5.1.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": "2.1.0",
7-
"firmwareVersion": "9.2.0",
6+
"version": "2.1.1",
7+
"firmwareVersion": "9.2.1",
88
"deviceProtocolVersion": "4.8.0",
99
"userConfigVersion": "5.1.0",
1010
"hardwareConfigVersion": "1.0.0",

0 commit comments

Comments
 (0)