- More consistent behavior from
rbw get --field
, and fix some panics (#131, Jörg Thalheim)
- Fixed running on linux without an X11 context available. (Benjamin Jacobs, #126)
- Fixed several issues with notification-based background syncing, it should be much more reliable now.
rbw config set notifications_url
now actually works
rbw get --clipboard
to copy the result to the clipboard instead of displaying it on stdout. (eatradish, #120)- Background syncing now additionally happens when the server notifies the
agent of password updates, instead of needing to wait for the
sync_interval
timer. (Bernd Schoolman, #115) - New helper script
rbw-pinentry-keyring
which can be used as an alternate pinentry program (viarbw config set pinentry rbw-pinentry-keyring
) to automatically read the master password from the system keyring. Currently only supports the Gnome keyring viasecret-tool
. (Kai Frische, #122) - Yubikeys in OTP mode are now supported for logging into a Bitwarden server. (troyready, #123)
- Better error reporting when
rbw login
orrbw register
fail.
- argon2 actually works now (#113, Bernd Schoolmann)
rbw
now automatically syncs the database from the server at a specified interval while it is running. This defaults to once an hour, but is configurable via thesync_interval
option- Email 2FA is now supported (#111, René 'Necoro' Neumann)
- argon2 KDF is now supported (#109, Bernd Schoolmann)
rbw --version
now works again
rbw get
now supports a--raw
option to display the entire contents of the entry in JSON format (#97, classabbyamp)
- Support for authenticating to self-hosted Bitwarden servers using client certificates (#92, Filipe Pina)
- Support multiple independent profiles via the
RBW_PROFILE
environment variable (#93, Skia) - Add
rbw get --field
(#95, Jericho Keyne)
- Don't panic when not all stdout is read (#82, witcher)
- Fixed duplicated alias names in help output (#46)
- Restored packaged scripts to the crate bundle, since they are used by some downstream packages (no functional changes) (#81)
- Device id is now stored in a separate file in the local data directory instead of as part of the config (#74)
- Fix api renaming in official bitwarden server (#80)
bin/git-credential-rbw
to be used as a git credential helper (#41, xPMo)
- Also disable swap and viminfo files when using
EDITOR=nvim
(#70, Dophin2009)
- Properly handle a couple folder name edge cases in
bin/rbw-fzf
(#66, mattalexx) - Support passing command line arguments via
EDITOR
/VISUAL
(#61, xPMo)
- Add
rbw register
to allowrbw
to work with the official Bitwarden server again - see the README for details (#71)
- Use the system's native TLS certificate store when making HTTP requests.
- Correctly handle TOTP secret strings that copy with spaces (#56, TamasBarta, niki-on-github)
- Shell completion for bash, zsh, and fish (#18)
- Prebuilt binaries are now statically linked using musl, to prevent glibc version issues once and for all (#47)
- Standardize on RustCrypto in preference to ring or openssl
rbw generate
can now choose the same character more than once (#54, rjc)- Improved handling of password history for entries with no password (#51/#53, simias)
- Fix configuring base_url with a trailing slash when using a self-hosted version of the official bitwarden server (#49, phylor)
- Send warnings about failure to disable PTRACE_ATTACH to the agent logs rather than stderr
- Fix non-Linux platforms (#44, rjc)
- You can now
rbw config set pinentry pinentry-curses
to change the pinentry program used byrbw
(#39, djmattyg007)
- On Linux, the
rbw-agent
process can no longer be attached to by debuggers, and no longer produces core dumps (#42, oranenj) - Suggest rotating the user's encryption key if we see an old cipherstring type (#40, rjc)
- Prefer the value of
$VISUAL
when trying to find an editor to run, before falling back to$EDITOR
(#43, rjc)
- Clarified the maintenance policy for this project in the README
- Stop hardcoding /tmp when using the fallback runtime directory (#37, pschmitt)
- Fix
rbw edit
clearing the match detection setting for websites associated with the edited password (#34, AdmiralNemo)- Note that you will need to
rbw sync
after upgrading and before runningrbw edit
in order to correctly update the local database.
- Note that you will need to
rbw
should once again be usable on systems with glibc-2.28 (such as Debian stable).
rbw code
now always displays the correct number of digits. (#25, Tyilo)- TOTP secrets can now also be supplied as
otpauth
urls. - Logging into bitwarden.com with 2fa enabled now works again.
- Add support for cipherstring type 6 (fixes some vaults using an older format for organizations data). (Jake Swenson)
rbw get --full
now displays URIs, TOTP secrets, and custom fields.- Add
rbw code
for generating TOTP codes based on secrets stored in Bitwarden. - Add
rbw unlocked
which will exit with success if the agent is unlocked and failure if the agent is locked.
- Don't display deleted items (#22, GnunuX)
- Login passwords containing a
%
now work properly (albakham).
- The pinentry window now no longer times out.
- Fix regression in
rbw get
when not specifying a folder.
rbw get
now accepts a--folder
option to pick the folder to search in.
rbw get --full
now also includes the username. (Jarkko Oranen)
rbw
should now be usable on systems with glibc-2.28 (such as Debian stable). (incredible-machine)
rbw
now no longer requires theXDG_RUNTIME_DIR
environment variable to be set.
- More improved error messages.
- Authenticator-based two-step login is now supported.
- Correctly handle password retries when entering an invalid password on the official Bitwarden server.
- Fix hang when giving an empty string to pinentry.
- The error message from the server is now shown when logging in fails.
- Terminal-based pinentry methods should now work correctly (Glandos).
- Further error message improvements.
- Handle edge case where a URI entry is set for a cipher but that entry has a null URI string (Adrien CLERC).
- Set the correct default lock timeout when first creating the config file.
- Add a more useful error when
rbw
is run without being configured first. - Don't throw an error when attempting to configure the base url before configuring the email.
- More improvements to error output.
- Improve warning and error output a bit.
- Fix option parsing for
rbw list --fields
andrbw <add|generate> --uri
which was inadvertently broken in the previous release.
- Better error message if the agent fails to start after daemonizing.
- Always automatically upgrade rbw-agent on new releases.
- Changing configuration now automatically drops in-memory keys (this should avoid errors when switching between different servers or accounts).
- Disallow setting
lock_timeout
to0
, since this will cause the agent to immediately drop the decrypted keys before they can be used for decryption, even within a single run of therbw
client.
- Fix syncing from the official Bitwarden server (thanks the_fdw).
- Added a couple example scripts to the repository for searching using fzf and rofi. Contributions and improvements welcome!
- Properly maintain folder and URIs when editing an entry.
- Multi-server support - you can now switch between multiple different
bitwarden servers with
rbw config set base_url
without needing to redownload the password database each time. rbw config unset
to reset configuration items back to the defaultrbw list
andrbw get
now support card, identity, and secure note entry types
rbw
is now able to decrypt secrets from organizations you are a member of.rbw stop-agent
now waits for the agent to exit before returning.
- Move to the
ring
crate for a bunch of the cryptographic functionality. - The agent protocol is now versioned, to allow for seamless updates.
- Some packaging changes.
- Initial release