Skip to content

Commit 38184e7

Browse files
committed
Bump Agent version to 1.2.6 and firmware version to 8.4.0. Update changelog.
1 parent f6092ea commit 38184e7

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ 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.6] - 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+
- Replace the Linux blhost binary with a statically compiled version that doesn't use special instructions and shouldn't segfault.
14+
- Keep the current layer when changing keymaps.
15+
- Fix the sleep key of Mac keymaps.
16+
- Add help page.
17+
- Add "save to keyboard" and "remap key" shortcuts.
18+
- Build only AppImages for Linux.
19+
- Replace ng2-select2 widgets with ngx-select-ex that always shows up in the correct position.
20+
- Improve the phrasing of the firmware update error message.
21+
- Tweak unsupported Windows firmware update notification.
22+
- Hide the Settings menu until auto update is implemented.
23+
- Don't scroll when the macro tab of the key action popover gets selected.
24+
- Add keyboard shortcut for enabling the USB stack test mode of the firmware. `DEVICEPROTOCOL:MINOR`
25+
- Tone down the color of the separator line.
26+
927
## [1.2.5] - 2018-06-26
1028

1129
Firmware: 8.2.5 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.2.5)] | Device Protocol: 4.3.1 | User Config: 4.0.1 | Hardware Config: 1.0.0

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"private": true,
44
"author": "Ultimate Gadget Laboratories",
55
"main": "electron/dist/electron-main.js",
6-
"version": "1.2.5",
7-
"firmwareVersion": "8.2.5",
8-
"deviceProtocolVersion": "4.3.1",
6+
"version": "1.2.6",
7+
"firmwareVersion": "8.4.0",
8+
"deviceProtocolVersion": "4.4.0",
99
"userConfigVersion": "4.0.1",
1010
"hardwareConfigVersion": "1.0.0",
1111
"description": "Agent is the configuration application of the Ultimate Hacking Keyboard.",

0 commit comments

Comments
 (0)