Releases: mattydebie/bitwarden-rofi
Releases · mattydebie/bitwarden-rofi
v0.5
- Improved error handling. by @Kestrer
- Handle quotes and backslashes in item names. by @diogotito
- Add shortcut for typing TOTP. by @jradtilbrook
- Add caching of items to reduce loading time. by @moukle
- Fix issue #62 - race condition for modifiers. by @wwalker
- Remove id when select a folder to improve the usability. by @waguilars
- Made keybindings rebindable via cmd-line params. by @tuh8888
Thanks all for the contributions! And sorry for letting the repo go stale for a while.
v0.4
Breaking Changes: As we switched to keyctl
for caching the session in stead of sourcing a file, the --state-path
option has been removed. Don't forget to remove any old state files (they won't be valid anymore but it does not need to hang around).
Added
- Wayland support with
wl-clipboard
thanks to @AndreasBackx - Autotyping your username and/or password (only on xorg)
- Autolock the vault after x seconds (15 minutes default)
Changed
- Use the kernels
keyctl
for session management in stead of state file
Better password support
- now supports passwords starting with
-
- passwords are no longer visible in the process list
v0.2
Added the ability to pass Rofi options to bwmenu
Initial Release
First release.