aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-09-10 12:20:13 +0200
committerDaniel Mueller <deso@posteo.net>2020-09-12 14:11:05 -0700
commitca737e96c7688cc214e9cb514b18861b4671651c (patch)
treee4c2c35f35ed7acf2aaa7dc8dde41d4b7b1fbace /CHANGELOG.md
parentcce2ee3c72e680c14516979bfc0108ab2341141b (diff)
downloadnitrocli-ca737e96c7688cc214e9cb514b18861b4671651c.tar.gz
nitrocli-ca737e96c7688cc214e9cb514b18861b4671651c.tar.bz2
Add fill command to overwrite SD card
This patch adds the fill command that overwrites the SD card with random data. Similar to the reset command, we always require the user to enter the admin PIN even if is cached.
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 6a7cd93..ce3887c 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 the `fill` command that fills the SD card of a Nitrokey Storage device
+ with random data
- Added SD card usage information to the output of the `status` command for
Storage devices
- Bumped `structopt` dependency to `0.3.17`