Skip to content

Commit 56b4602

Browse files
committed
Bump Agent version to 1.5.11 and update changelog.
1 parent 28bd060 commit 56b4602

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ 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.5.11] - 2020-03-31
10+
11+
Firmware: 8.10.**8** [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.10.8)] | Device Protocol: 4.7.0 | User Config: 4.1.1 | Hardware Config: 1.0.0
12+
13+
- Make the firmware updater update connected modules.
14+
- Make key swapping work via drag-and-drop for non-rectangular keys.
15+
- Update the default user configuration and factory configuration so that "double tap to lock" is only enabled for the Mouse key.
16+
- When a macro is deleted, don't jump to the first macro, but to the next one.
17+
- When a macro items is edited, don't jump to the end of the macro.
18+
919
## [1.5.10] - 2020-03-11
1020

1121
Firmware: 8.10.**7** [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.10.7)] | Device Protocol: 4.7.0 | User Config: 4.1.1 | Hardware Config: 1.0.0
@@ -22,7 +32,7 @@ Firmware: 8.10.**5** [[release](https://github.com/UltimateHackingKeyboard/firmw
2232
- Show connected modules.
2333
- Make the side menu always visible.
2434
- Fix keyboard description edit bug.
25-
- Fix duplicate keymap / macro name bug.
35+
- Fix duplicate keymap and duplicate macro name bug.
2636
- Make auto-upgrade work even on the first start of Agent.
2737

2838
## [1.5.8] - 2020-12-01

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.5.10",
6+
"version": "1.5.11",
77
"firmwareVersion": "8.10.8",
88
"deviceProtocolVersion": "4.7.0",
99
"userConfigVersion": "4.1.1",

0 commit comments

Comments
 (0)