Skip to content

Commit f3bd83a

Browse files
committed
Bump version to 1.2.10, update changelog and package.json
1 parent 0b3fca6 commit f3bd83a

File tree

3 files changed

+34
-8
lines changed

3 files changed

+34
-8
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ 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.10] - 2018-09-24
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+
- Add History Back and History Forward scancodes.
14+
- Save the actual decelerated scroll speed instead of using the accelerated scroll speed by accident.
15+
- Allow layer switcher secondary roles only on the base layer.
16+
- When remapping modifiers, display a warning suggesting to remap them on all layers.
17+
- Display more exact instructions on the permission setup screen.
18+
- Set the decelerated scroll speed of the default configuration from 20 to 10.
19+
- Map Caps Lock without Ctrl on default keymaps.
20+
- Rename "Scroll Lock" to "ScrLk" and "Num Lock" to "NumLk" on keys to avoid text overlap.
21+
- In the scancode select2, display "Print Screen SysRq" and add SysRq above PrtScn when rendering the key.
22+
- Fix left and right direction titles for mouse movement macro actions.
23+
924
## [1.2.9] - 2018-09-13
1025

1126
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

package-lock.json

+18-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)