Skip to content

Commit aba0b09

Browse files
committed
Bump Agent to version 1.2.8 and update changelog.
1 parent af608ee commit aba0b09

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ 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.8] - 2018-08-26
10+
11+
Firmware: 8.**2.5** [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.2.5)] | Device Protocol: 4.4.0 | User Config: 4.0.1 | Hardware Config: 1.0.0
12+
13+
- Uncheck the "Remap on all keymaps" and "Remap on all layers" checkboxes of the key action popover by default.
14+
- Bind left and right Shift on the Mouse layer of all keymaps in the default configuration.
15+
- Make ng2-select2 widgets faster.
16+
- Add note to the LED brightness page saying that current UHK versions are not backlit.
17+
- Fix the padding of the secondary role tooltip.
18+
- Remove the redundant scrollbar from the LED brightness page.
19+
920
## [1.2.7] - 2018-07-26
1021

1122
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.7",
6+
"version": "1.2.8",
77
"firmwareVersion": "8.2.5",
88
"deviceProtocolVersion": "4.4.0",
99
"userConfigVersion": "4.0.1",

0 commit comments

Comments
 (0)