Skip to content

Releases: mattydebie/bitwarden-rofi

v0.5

14 Apr 09:02
8be76fd
Compare
Choose a tag to compare
  • 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

26 Apr 12:34
7c34d3c
Compare
Choose a tag to compare

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

18 Mar 08:12
6a12a1b
Compare
Choose a tag to compare
  • now supports passwords starting with -
  • passwords are no longer visible in the process list

v0.2

19 Feb 12:42
9229c40
Compare
Choose a tag to compare

Added the ability to pass Rofi options to bwmenu

Initial Release

04 Jan 13:21
c288dd0
Compare
Choose a tag to compare

First release.