Skip to content

Commit

Permalink
Bump Agent version to 1.5.11 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Mar 31, 2021
1 parent 28bd060 commit 56b4602
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1

Every Agent version includes the most recent firmware version. See the [firmware changelog](https://github.com/UltimateHackingKeyboard/firmware/blob/master/CHANGELOG.md).

## [1.5.11] - 2020-03-31

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

- Make the firmware updater update connected modules.
- Make key swapping work via drag-and-drop for non-rectangular keys.
- Update the default user configuration and factory configuration so that "double tap to lock" is only enabled for the Mouse key.
- When a macro is deleted, don't jump to the first macro, but to the next one.
- When a macro items is edited, don't jump to the end of the macro.

## [1.5.10] - 2020-03-11

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
Expand All @@ -22,7 +32,7 @@ Firmware: 8.10.**5** [[release](https://github.com/UltimateHackingKeyboard/firmw
- Show connected modules.
- Make the side menu always visible.
- Fix keyboard description edit bug.
- Fix duplicate keymap / macro name bug.
- Fix duplicate keymap and duplicate macro name bug.
- Make auto-upgrade work even on the first start of Agent.

## [1.5.8] - 2020-12-01
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"author": "Ultimate Gadget Laboratories",
"main": "electron/dist/electron-main.js",
"version": "1.5.10",
"version": "1.5.11",
"firmwareVersion": "8.10.8",
"deviceProtocolVersion": "4.7.0",
"userConfigVersion": "4.1.1",
Expand Down

0 comments on commit 56b4602

Please sign in to comment.