Skip to content

Release v0.6.0

Compare
Choose a tag to compare
@woodruffw woodruffw released this 29 Jun 00:53
dfa7ba9

0.6.0 - 2022-06-28

Added

  • Contrib: The kbs2-dmenu-pass command now reads the
    commands.ext.dmenu-pass.chooser setting for a user-specified dmenu
    replacement. dmenu remains the default
    (#313)

  • Config: The commands.new.default-username field allows the user to specify
    a default username when creating logins with kbs2 new
    (#307)

Changed

  • CLI: The CLI now uses inquire for
    all prompts and dialogs. All functionality should be the same, but the prompts
    themselves have changed (#306)

  • Config: kbs2 now respects XDG for loading the config and store directories.
    Most users should not observe a change, but some may have to migrate their
    configuration and/or store directories to the directories listed in their
    $XDG_CONFIG_HOME and $XDG_DATA_HOME directories for config and store data,
    respectively (#315)

  • Contrib: kbs2 snip now checks commands.ext.snip.chooser instead of
    commands.ext.snip.matcher (#329)

  • Contrib: kbs2 yad-login now supports overwriting preexisting records

Removed

  • CLI: The -g, --generate flag has been removed from kbs2 new. Generation
    is now done "intelligently" with the behavior that was previously controlled
    by the commands.new.generate-on-empty configuration option
    (#306)

  • Config: The commands.new.generate-on-empty option has been removed, as its
    behavior is now the default (#306)