Skip to content

Commit e294727

Browse files
committed
Bump Agent version to 1.2.1 and update the changelog.
1 parent f29d64c commit e294727

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ 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+
## [1.2.1] - 2018-05-12
10+
11+
Firmware: 8.2.**2** [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.2.2)] | Device Protocol: 4.3.0| User Config: 4.0.**1** | Hardware Config: 1.0.0
12+
13+
- Match for the new USB usage page and usage number. This is critical for UHKs flashed with firmware >=8.2.2 to be recognized by Agent on OSX.
14+
- Make the config serializer handle long media macro actions. `USERCONFIG:PATCH`
15+
- Add note on the macro page explaining that the macro engine of the firmware is not ready yet.
16+
- Add an example to the scancode tooltip to better explain users how to invoke non-US characters.
17+
918
## [1.2.0] - 2018-04-20
1019

1120
Firmware: 8.**2.0** [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.2.0)] | Device Protocol: 4.**3.0** | User Config: 4.0.0 | Hardware Config: 1.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"author": "Ultimate Gadget Laboratories",
55
"main": "electron/dist/electron-main.js",
6-
"version": "1.2.0",
6+
"version": "1.2.1",
77
"firmwareVersion": "8.2.2",
88
"deviceProtocolVersion": "4.3.0",
99
"userConfigVersion": "4.0.1",

0 commit comments

Comments
 (0)