aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-09-10 11:01:18 +0200
committerDaniel Mueller <deso@posteo.net>2020-09-11 18:42:30 -0700
commitcce2ee3c72e680c14516979bfc0108ab2341141b (patch)
tree69d98d25fc567377d27aaa599ad6464a3ce8eafa /CHANGELOG.md
parent663f24b2e41c90709750337e47f2f43b3100422f (diff)
downloadnitrocli-cce2ee3c72e680c14516979bfc0108ab2341141b.tar.gz
nitrocli-cce2ee3c72e680c14516979bfc0108ab2341141b.tar.bz2
Print SD card usage in Storage status
The Storage device keeps track of the areas of the SD card that have been written to during this power cycle. This data can be accessed using the NK_get_SD_usage_data function that returns a range of the SD card that has not been written. This data can be used as a guide line when creating new hidden volumes. This patch adds the SD card usage data to the output of the status command for Nitrokey Storage devices.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 83fc8d9..6a7cd93 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,8 @@ Unreleased
device to connect to
- Added `--usb-path` option that restricts the USB path of the device to
connect to
+- Added SD card usage information to the output of the `status` command for
+ Storage devices
- Bumped `structopt` dependency to `0.3.17`