aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-09-29 19:18:56 +0200
committerDaniel Mueller <deso@posteo.net>2020-10-11 16:26:54 -0700
commitaaf0286994fcffa8dc81a2569ad70ec6fd7c9b90 (patch)
tree00b8e65562302ab7148c5659708578b3bfb42c6f /CHANGELOG.md
parent6be92c8425dd5285c16a1722aa95683ea146cf46 (diff)
downloadnitrocli-aaf0286994fcffa8dc81a2569ad70ec6fd7c9b90.tar.gz
nitrocli-aaf0286994fcffa8dc81a2569ad70ec6fd7c9b90.tar.bz2
Rename numlock, capslock, scrollock options
This patch renames the options for the config set command: --numlock ==> --num-lock --capslock ==> --caps-lock --scrolllock ==> --scroll-lock --no-numlock ==> --no-num-lock --no-capslock ==> --no-caps-lock --no-scrolllock ==> --no-scroll-lock The original naming was based on a typo in nitrokey-rs (scrollock vs. scrolllock). Also, the typical spelling for the keys is Num Lock, Caps Lock and Scroll Lock, so using a hyphen is a more natural.
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 1179d70..f754250 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,8 @@ Unreleased
- Added the `termion` dependency in version `1.5.5`
- Added SD card usage information to the output of the `status` command for
Storage devices
+- Renamed the `--{no-,}{numlock,capslock,scrollock}` options of the `config
+ set` command to `--{no-,}{num-lock,caps-lock,scroll-lock}`
- Bumped `structopt` dependency to `0.3.17`
- Bumped `nitrokey` dependency to `0.8.0`