Skip to content

Commit 0b9c804

Browse files
committed
Bump Agent version to 1.2.7 and update changelog.
1 parent 365a459 commit 0b9c804

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ 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.7] - 2018-07-26
10+
11+
Firmware: 8.4.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.4.0)] | Device Protocol: 4.4.0 | User Config: 4.0.1 | Hardware Config: 1.0.0
12+
13+
- Fix Agent startup exception on Linux by upgrading Electron builder.
14+
- Change the shortcut which enables the USB stack test code, so that it can be triggered with the default Mac US keymap.
15+
916
## [1.2.6] - 2018-07-26
1017

1118
Firmware: 8.**4.0** [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.4.0)] | Device Protocol: 4.**4.0** | User Config: 4.0.1 | Hardware Config: 1.0.0

package.json

+1-1
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.6",
6+
"version": "1.2.7",
77
"firmwareVersion": "8.4.0",
88
"deviceProtocolVersion": "4.4.0",
99
"userConfigVersion": "4.0.1",

0 commit comments

Comments
 (0)