From 142e063ad91786341839825c84814217d02327d2 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 5 Jul 2022 09:40:24 +0200 Subject: [PATCH 1/2] Add Windows 10 improvements to changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f278315..1a786566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,18 @@ # Unreleased -## Features +### Features - Change the LED patterns so that the LED is off by default, blinks white during a user confirmation request and blinks blue when winking ([#34][]) - Add a single white LED blink for 0.5 seconds after startup ([#34][]) - Support retrieval of OpenSSH resident keys ([#48][]) +### Bugfixes + +- Improve stability of FIDO2 operations on Windows 10 ([#54][]) + [#34]: https://github.com/Nitrokey/nitrokey-3-firmware/issues/34 [#48]: https://github.com/Nitrokey/nitrokey-3-firmware/issues/48 +[#54]: https://github.com/Nitrokey/nitrokey-3-firmware/issues/54 # v1.0.3 (2022-04-11) From 5beb70f01a14cd3e5f775df1aba65b0bbe6ef0d6 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 5 Jul 2022 09:42:43 +0200 Subject: [PATCH 2/2] Release v1.0.4-rc.3 This release candidate improves compatibility with Windows 10 and with OpenSSH and changes the LED patterns. --- CHANGELOG.md | 4 +++- runners/lpc55/config/commands.bd | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a786566..4bc431d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -# Unreleased +# v1.0.4 (unreleased) + +## v1.0.4-rc.3 (2022-07-05) ### Features diff --git a/runners/lpc55/config/commands.bd b/runners/lpc55/config/commands.bd index 381c9a18..6495c889 100644 --- a/runners/lpc55/config/commands.bd +++ b/runners/lpc55/config/commands.bd @@ -1,8 +1,8 @@ options { flags = 0x8; buildNumber = 0x1; - productVersion = "1.0.3"; - componentVersion = "1.0.3"; + productVersion = "1.0.4"; + componentVersion = "1.0.4"; secureBinaryVersion = "2.1"; } @@ -11,8 +11,8 @@ sources { } section (0) { - version_check sec 4194307; - version_check nsec 4194307; + version_check sec 4194308; + version_check nsec 4194308; erase 0x0..0x93000; load inputFile > 0x0; }