aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-09-10 13:34:46 +0200
committerDaniel Mueller <deso@posteo.net>2021-01-10 21:05:44 -0800
commit763219bc4331331351b4180d4775432e9e11f8b2 (patch)
tree1162cd1f662a2e2d2a877746fb125941b80d9fea /CHANGELOG.md
parentb23296e1cc47cf5350835d8a8cca6eb6f5d7d270 (diff)
downloadnitrocli-763219bc4331331351b4180d4775432e9e11f8b2.tar.gz
nitrocli-763219bc4331331351b4180d4775432e9e11f8b2.tar.bz2
Add is_tty field to Context
This patch adds the is_tty field to the Context struct that indicates whether stdout is a TTY. This allows us to use TTY features like moving the cursor in our output.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8672e03..3877847 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@ Unreleased
----------
- Added the `fill` command that fills the SD card of a Nitrokey Storage device
with random data
+ - Added the `termion` dependency in version `1.5.5`
- Added SD card usage information to the output of the `status` command for
Storage devices