Skip to content

Commit

Permalink
Merge pull request #57 from Nitrokey/release-v1.0.4-rc.3
Browse files Browse the repository at this point in the history
Release v1.0.4-rc.3
  • Loading branch information
robin-nitrokey authored Jul 5, 2022
2 parents 103e1ac + 5beb70f commit 3768536
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# Unreleased
# v1.0.4 (unreleased)

## Features
## v1.0.4-rc.3 (2022-07-05)

### 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)

Expand Down
8 changes: 4 additions & 4 deletions runners/lpc55/config/commands.bd
Original file line number Diff line number Diff line change
@@ -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";
}

Expand All @@ -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;
}

0 comments on commit 3768536

Please sign in to comment.