diff --git a/CHANGELOG.md b/CHANGELOG.md index eb7e4445..393219b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ 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.2.4] - 2018-06-21 + +Firmware: 8.2.5 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.2.5)] | Device Protocol: 4.3.1 | User Config: 4.0.1 | Hardware Config: 1.0.0 + +- Replace Linux x86-64 blhost with a statically linked version which should make firmware updates work on every Linux distro. + ## [1.2.3] - 2018-06-19 Firmware: 8.2.5 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.2.5)] | Device Protocol: 4.3.1 | User Config: 4.0.1 | Hardware Config: 1.0.0 @@ -16,7 +22,7 @@ Firmware: 8.2.5 [[release](https://github.com/UltimateHackingKeyboard/firmware/r - Improve the looks and content of the tooltips of the key action popover. - Make the left keyboard half less likely to timeout during firmware update. - Terminate the firmware update process if blhost segfaults. -- Replace the Linux x64 version of the blhost binary which should not make it segfault anymore. +- Replace the Linux x86-64 version of the blhost binary which should not make it segfault anymore. - Make the firmware update log shorter by listing one device per line and not repeating the list of available USB devices. - Make the firmware update help text shorter. diff --git a/package.json b/package.json index a613e644..020cc527 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "author": "Ultimate Gadget Laboratories", "main": "electron/dist/electron-main.js", - "version": "1.2.3", + "version": "1.2.4", "firmwareVersion": "8.2.5", "deviceProtocolVersion": "4.3.1", "userConfigVersion": "4.0.1",