Skip to content

Commit

Permalink
Bump version number and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Nov 22, 2021
1 parent c66dcc1 commit 2fe3e80
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions 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.17] - 2021-11-22

Firmware: 8.10.12 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.10.12)] | Device Protocol: 4.7.0 | User Config: 4.1.1 | Hardware Config: 1.0.0

- When adding a preset keymap, change the keymap switch actions that reference non-existing keymaps to none actions.
- Fix duplicate macro/keymap name generation when cloning macros/keymaps.
- Make the extra scrollbar not show when the new release notification appears.
- Fix the input field validation of mouse move and scroll actions when using arrows to set coordinate values.
- In the configuration history, show "Same as current" for current entries after the first "Current" entry.

## [1.5.16] - 2021-10-27

Firmware: 8.10.12 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.10.12)] | Device Protocol: 4.7.0 | User Config: 4.1.1 | Hardware Config: 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.16",
"version": "1.5.17",
"firmwareVersion": "8.10.12",
"deviceProtocolVersion": "4.7.0",
"userConfigVersion": "4.1.1",
Expand Down

0 comments on commit 2fe3e80

Please sign in to comment.