Skip to content

Commit

Permalink
Bump version to 1.5.1 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Aug 10, 2020
1 parent 3335bfa commit 24a9fd0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ 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.1] - 2020-08-10

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

- Allow key swapping by drag and dropping the keys to be swapped.
- Display numpad keys explicitly by prefixing them with "Np ", and add relevant icons where applicable.
- Upon importing a configuration, don't save it automatically but merely load it into Agent. The save to keyboard button saves the imported configuration.
- Upon restoring a configuration from the configuration history, don't save it automatically but merely load it into Agent. The save to keyboard button saves the restored configuration.
- Lay out mouse pointer speed and mouse scroll speed sections in two columns.
- Lay out the buttons horizontally on the device configuration page.
- Slightly improve the about page loading state by using a spinner and improving phrasing.

## [1.5.0] - 2020-06-23

Firmware: 8.**10.1** [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.10.1)] | Device Protocol: 4.7.0 | User Config: 4.1.1 | Hardware Config: 1.0.0
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.0",
"version": "1.5.1",
"firmwareVersion": "8.10.1",
"deviceProtocolVersion": "4.7.0",
"userConfigVersion": "4.1.1",
Expand Down

0 comments on commit 24a9fd0

Please sign in to comment.