From e90544db3330c9e2158224514c36402360443854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Mon, 9 Apr 2018 13:59:38 +0200 Subject: [PATCH] Bump Agent version to 1.1.4 in package.json and update the changelog. --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0bf57aa..3ab774c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ 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.1.4] - 2018-04-09 + +Firmware: 8.1.5 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.1.5)] | Device Protocol: 4.2.0 | User Config: 4.0.0 | Hardware Config: 1.0.0 + +- Handle privilege escalation gracefully on Linux even without PolicyKit. +- Fix application icon path. +- Replace application icon with a diagonal gradient based icon that should look better on desktop. +- Make saving the configuration more robust, and add a configuration recovery screen. +- Reposition the ISO key in the scancode list. + ## [1.1.3] - 2018-04-06 Firmware: 8.1.**5** [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.1.5)] | Device Protocol: 4.2.0 | User Config: 4.0.0 | Hardware Config: 1.0.0 diff --git a/package.json b/package.json index 7f54ad64..29e76aa9 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.1.3", + "version": "1.1.4", "firmwareVersion": "8.1.5", "deviceProtocolVersion": "4.2.0", "userConfigVersion": "4.0.0",