From 0d6a5ae902ec6532d5b3099d9ddc7e5b1de1fb23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sat, 9 Dec 2017 16:44:11 +0100 Subject: [PATCH] Bump firmware version number to 5.0.1 and update changelog. --- CHANGELOG.md | 7 +++++++ scripts/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 047cdfd..9950c4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to the [UHK Versioning](VERSIONING.md) conventions. +## [5.0.1] - 2017-12-09 + +Data Model: 4.0.0 (unchanged) | USB Protocol: 2.0.0 (unchanged) | Slave Protocol: 3.0.0 (unchanged) + + - Make key presses continue to emit scancodes even if a USB interface (typically the mouse interface) is not polled by the host anymore. + - Make scrolling always immediately react to keypresses regardless of the previous internal scroll state. + ## [5.0.0] - 2017-12-04 Data Model: 4.0.0 (major bump) | USB Protocol: 2.0.0 (unchanged) | Slave Protocol: 3.0.0 (unchanged) diff --git a/scripts/package.json b/scripts/package.json index 0f95a1b..66707f2 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -15,7 +15,7 @@ "commander": "^2.11.0", "shelljs": "^0.7.8" }, - "version": "5.0.0", + "version": "5.0.1", "dataModelVersion": "4.0.0", "usbProtocolVersion": "2.0.0", "slaveProtocolVersion": "3.0.0",