From 440db560808ac82eba8d2ca36b041ff27d600ba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Tue, 19 Jun 2018 03:07:26 +0200 Subject: [PATCH] Bump Agent version to 1.2.3 and update changelog. --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c7e77a9..eb7e4445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ 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.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 + +- Add checkboxes for remapping keys on all layers and/or all keymaps. +- Add separator line between the keyboard halves. +- Add double tap icon for switch layer actions. +- 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. +- 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. + ## [1.2.2] - 2018-05-27 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 diff --git a/package.json b/package.json index 8a15331c..a613e644 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.2", + "version": "1.2.3", "firmwareVersion": "8.2.5", "deviceProtocolVersion": "4.3.1", "userConfigVersion": "4.0.1",