Skip to content

v0.4.0

Compare
Choose a tag to compare
@d-e-s-o d-e-s-o released this 22 Mar 00:42
· 39 commits to master since this release
v0.4.0
6af2fee
  • Added support for the Librem Key
  • Added support for user provided extensions through lookup via the
    PATH environment variable
  • 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.6
  • 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}
  • Added support for generating completion scripts for shells other than
    bash
  • Bumped anyhow dependency to 1.0.39
  • Bumped libc dependency to 0.2.90
  • Bumped nitrokey dependency to 0.8.0
  • Bumped serde dependency to 1.0.118
  • Bumped structopt dependency to 0.3.21
  • Bumped toml dependency to 0.5.8
  • Bumped various transitive dependencies to most recent versions