aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2018-12-25 10:34:27 +0100
committerDaniel Mueller <deso@posteo.net>2018-12-27 11:12:58 -0800
commit57e8db75c69cc3831b9c5843c95fcd02afe1ee9b (patch)
tree96f38e7bdcc7b68d9011668dec494ee7784f35e4 /nitrocli/CHANGELOG.md
parent21e7c36a0ae14f2200e806fcf66cbe0836cc2ec0 (diff)
downloadnitrocli-57e8db75c69cc3831b9c5843c95fcd02afe1ee9b.tar.gz
nitrocli-57e8db75c69cc3831b9c5843c95fcd02afe1ee9b.tar.bz2
Implement the config command
This patch adds the top-level config command. Its subcommands will provide access to the device configuration.
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 65510df..682995a 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
+- Added the `config` command for reading and writing the device configuration
- Made `status` command work with Nitrokey Pro devices
- Enabled CI pipeline comprising code style conformance checks, linting,
and building of the project