Skip to content

1.11.0

Compare
Choose a tag to compare
@doy doy released this 20 Jun 06:10
· 17 commits to main since this release

[1.11.0] - 2024-06-20

Added

  • Support SSO login. (dezeroku, #174)
  • Added rbw search, which finds and displays the name of entries matching a
    given search term.
  • Added --ignorecase as an option to several subcommands. (Maximilian
    Götsch, #164)
  • The JSON output given by --raw now also includes the field type.

Fixed

  • Fixed the client id used when logging in, which was causing problems with
    the official Bitwarden server. (Merlin Marek, #186)
  • Reworked rbw-pinentry-keyring to support passwords with spaces and 2fa
    codes. (Henk van Maanen, #178)
  • Try less hard to parse input as a url (so that using rbw get on an entry
    name containing a : works as expected).