diff --git a/CHANGELOG.md b/CHANGELOG.md index 59e635f8..3cf522c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ Every Agent version includes the most recent firmware version. See the [firmware ## [1.2.0] - 2018-04-20 -Firmware: 8.1.6 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.1.6)] | Device Protocol: 4.2.0 | User Config: 4.0.0 | Hardware Config: 1.0.0 +Firmware: 8.**2.0** [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.2.0)] | Device Protocol: 4.**3.0** | User Config: 4.0.0 | Hardware Config: 1.0.0 - Tweak the default mouse speed. This was necessary because the last firmware version adjusted speed multipliers. The mouse speed can be reset via the "Reset speeds to default" button of the "Mouse speed" page. @@ -62,7 +62,7 @@ Firmware: 8.1.**2** [[release](https://github.com/UltimateHackingKeyboard/firmwa ## [1.1.0] - 2018-01-15 -Firmware: 8.**1**.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.1.0)] | Device Protocol: 4.2.0 | User Config: 4.0.0 | Hardware Config: 1.0.0 +Firmware: 8.**1**.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.1.0)] | Device Protocol: 4.**2.0** | User Config: 4.0.0 | Hardware Config: 1.0.0 - Only accept device, keymap, and macro names upon editing if their trimmed length is non-zero. - Add diagnostics USB scripts, most notably /packages/usb/{get-i2c-health,set-i2c-baud-rate}.js, some utilizing new device protocol commands and properties. `DEVICEPROTOCOL:MINOR` diff --git a/package.json b/package.json index f8ce810c..e7795fb2 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "Ultimate Gadget Laboratories", "main": "electron/dist/electron-main.js", "version": "1.2.0", - "firmwareVersion": "8.1.6", + "firmwareVersion": "8.2.0", "deviceProtocolVersion": "4.3.0", "userConfigVersion": "4.0.0", "hardwareConfigVersion": "1.0.0",