aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2018-12-25 23:02:18 +0100
committerDaniel Mueller <deso@posteo.net>2018-12-27 10:44:24 -0800
commit21e7c36a0ae14f2200e806fcf66cbe0836cc2ec0 (patch)
treeebdcc5cc0590e07f2a5cfd304f2cd7debd9fed98 /nitrocli/CHANGELOG.md
parentb2bbb614963dc2517e17587bd7db00feea8f26f9 (diff)
downloadnitrocli-21e7c36a0ae14f2200e806fcf66cbe0836cc2ec0.tar.gz
nitrocli-21e7c36a0ae14f2200e806fcf66cbe0836cc2ec0.tar.bz2
Add status output for Nitrokey Pro
Currently, the status command fails for a Nitrokey Pro. This patch changes the command to also print basic status information for Pro devices. For the sake of consistency, the common status is always queried using the common `Device` functions, even if the Storage status includes the same information.
Diffstat (limited to 'nitrocli/CHANGELOG.md')
-rw-r--r--nitrocli/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/nitrocli/CHANGELOG.md b/nitrocli/CHANGELOG.md
index 3ade4e3..65510df 100644
--- a/nitrocli/CHANGELOG.md
+++ b/nitrocli/CHANGELOG.md
@@ -7,6 +7,7 @@ Unreleased
indirect dependencies
- Removed the `hid`, `hidapi-sys` and `pkg-config` dependencies
- Added the `otp` command for working with one-time passwords
+- Made `status` command work with Nitrokey Pro devices
- Enabled CI pipeline comprising code style conformance checks, linting,
and building of the project
- Added badges indicating pipeline status, current `crates.io` published