From 8bb645125d4c5137b1a2bc8ecac51b7f1d66f6a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sun, 27 May 2018 02:53:10 +0200 Subject: [PATCH] Update changelog and re-release v1.2.2 --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 056ca4944e0..a72964de047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +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.2.2] - 2018-05-22 +## [1.2.2] - 2018-05-27 -Firmware: 8.2.**4** [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.2.4)] | Device Protocol: 4.3.**1** | User Config: 4.0.**1** | Hardware Config: 1.0.0 +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 - Offer recovery for bricked right keyboard halfs. - Detect when the hardware configuration of a device is invalid and display a notification. +- Check if the keyboard is in factory reset mode and if so, display a relevant instruction. - Only allow ASCII characters in type text macro actions. +- Allow uploading the same file multiple times in a row. - Only send auto update notification when the user initiates the update. -- Check if the keyboard is in factory reset mode and if so, display a relevant instruction. - Update the firmware versions on the firmware update page right after firmware updates. - Add a lot of useful instructions to the firmware page to help users update the firmware. - Add the operating system and initial device list to the firmware update log.