aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2018-12-28 11:01:08 -0800
committerDaniel Mueller <deso@posteo.net>2018-12-28 11:01:08 -0800
commitfb235d0cf88687eb214b3ec7cb5fab596609d2b6 (patch)
treedcc3e8f6dbeea60a42685c9030100e22f4dcc7b1 /nitrocli/CHANGELOG.md
parent8f8f6b11f353f12b8a4018b8bc25aa02bc914955 (diff)
downloadnitrocli-fb235d0cf88687eb214b3ec7cb5fab596609d2b6.tar.gz
nitrocli-fb235d0cf88687eb214b3ec7cb5fab596609d2b6.tar.bz2
Move printing of storage related status into 'storage status' sub-command
The 'status' command has traditionally printed information about the connected Nitrokey and that included storage specific data if the device present is a Nitrokey Storage. Given that we have a root-level 'storage' command it arguably makes sense to move the printing of the storage related status information into a 'status' sub-command of the said command, which makes the output more predictable.
Diffstat (limited to 'nitrocli/CHANGELOG.md')
-rw-r--r--nitrocli/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nitrocli/CHANGELOG.md b/nitrocli/CHANGELOG.md
index 813f853..ae6b422 100644
--- a/nitrocli/CHANGELOG.md
+++ b/nitrocli/CHANGELOG.md
@@ -10,6 +10,8 @@ Unreleased
- Added the `config` command for reading and writing the device configuration
- Moved `open` and `close` commands as subcommands into newly introduced
`storage` command
+ - Moved printing of storage related information from `status` command
+ into new `storage status` subcommand
- Made `status` command work with Nitrokey Pro devices
- Enabled CI pipeline comprising code style conformance checks, linting,
and building of the project