Releases: fdw/rofi-rbw
1.4.2: Fix typing delay on wtype
1.4.1: Fix autotyping on xdtotool
Thanks to @simson, you can now type tab
and enter
correctly with xdotool
. Thank you!
1.4.0: Much improved autotyping
- Autotyping now supports
enter
,tab
anddelay
(one second), and it can be defined per credential by writing it in a custom field called_autotype
. Now you can customize it to each login flow! - If you need a delay between key presses when autotyping, you can use the new
--typing-key-delay
parameter.
Thanks to @nim65s, @polyzen, @f0rdprefect and everyone else who uses rofi-rbw
π
1.3.0: Frecency sorting, notes and reserved names
This release brings several awesome new features:
- The entries are now by default sorted by frecency! The cache is hashed, so no leakage of information should occur. If you do notice a problem, please open an issue. Thanks a lot to @nim65s!
rofi-rbw
will now also show your entry's notes! Thanks a lot to @falko17!- If you want, you can name your custom fields like the standard fields (f.e.
password
) and it still works.
Additionally, some minor bugs with the formatting were fixed by @abulvenz and @nim65s. And finally, @slikie improved the help message.
Thank you all! π
1.2.0: dotool support & more robust parsing
This smaller release brings support for dotool
(thanks to @TinfoilSubmarine) and more robust parsing of rbw
's output (with thanks to @mindrunner).
1.1.0: Customizable shortcuts and more
The headline feature of this release is customizable keybindings: If you use rofi
, you can pass --keybindings=Alt+f:type:username:password
to type username and password when pressing Alt+f
.
Apart from that, you can now sync the vault with Alt+s
(or your customized shortcut) or don't show the entry's folder in the list anymore (--no-folder
). Finally, there's a workaround for modifier keys being stuck and some small bugfixes.
As usual, thanks to @jacob-horton and @symphorien for their code and everyone else who opened issues! pπ
Working stability
This release fixes a bug in 1.0.0 that made using wofi
impossible. Thanks to @TinfoilSubmarine for noticing this π
Stability
This is the first officially stable for rofi-rbw
! π₯³ Thanks to everyone who helped or used it! π
Apart from stability, this release brings some improvements and fixes:
--action
has been split up into--action
and--target
so you can now choose to copy only the password, or type a custom field- And a new menu to use the selector to choose your target (
--target menu
) is available - Error handling has been improved
- Automatically clear the password from the clipboard
- Lots of changes behind the scenes
--rofi-args
has been completely replaced with--selector-args
Thanks
I'm not doing this all by myself - several kind people have contributed fixes, issues and - kindest of all - pull requests: @tosti007, @das-s, @slikie and @NOBLES5E. Thank you all! π
Also thanks to everyone else who contributed previously, who left a star or who used it. I started this to scratch my own itch, and it has become more popular than I expected π
Test Drive for 1.0.0
This is a release candidate for the 1.0.0 release, which brings new features and improvements:
- Better error handling
- Automatically clearing the password from the clipboard
--action
has been split up into--action
and--target
so you can now choose to copy only the password, or type a custom field- And a new menu to use the selector to choose your target (
--target menu
) - Lots of changes behind the scenes.
Thanks
Several people have helped for this release, namely @tosti007, @das-s, @slikie and @NOBLES5E. Thank you so much! π
Feedback & Bugs
Please open issues (or PRs π) if you find any bugs in this pre-release. If all are fixed (or none are found), it'll move on to 1.0.0!
Menu and Care
This release brings several small features, but the standout is an autyping menu! You can now look at an entry in detail and choose which field you want to type.
Apart from that, the username is now listed in the overview and TOTP is handled by rbw
- removing one dependency from rofi-rbw
.
Additionally, there were lots of improvements to the code.
A huge thank you to @tosti007 who implemented or inspired many of these changes π