Skip to content

Commit 440db56

Browse files
committed
Bump Agent version to 1.2.3 and update changelog.
1 parent 337e6e6 commit 440db56

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ 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.3] - 2018-06-19
10+
11+
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
12+
13+
- Add checkboxes for remapping keys on all layers and/or all keymaps.
14+
- Add separator line between the keyboard halves.
15+
- Add double tap icon for switch layer actions.
16+
- Improve the looks and content of the tooltips of the key action popover.
17+
- Make the left keyboard half less likely to timeout during firmware update.
18+
- Terminate the firmware update process if blhost segfaults.
19+
- Replace the Linux x64 version of the blhost binary which should not make it segfault anymore.
20+
- Make the firmware update log shorter by listing one device per line and not repeating the list of available USB devices.
21+
- Make the firmware update help text shorter.
22+
923
## [1.2.2] - 2018-05-27
1024

1125
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

+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.2",
6+
"version": "1.2.3",
77
"firmwareVersion": "8.2.5",
88
"deviceProtocolVersion": "4.3.1",
99
"userConfigVersion": "4.0.1",

0 commit comments

Comments
 (0)