Releases: carnager/rofi-pass
Releases · carnager/rofi-pass
Lost Control
Bugfix Release
- In 1.4 default_do variable was not read anymore. Fixed. New default value for the variable is "menu"
- Try to fix leading whitespace in field values.
- 1.4 accidently used a hardcoded USERFIELD_name. 1.4.1 respects that variable again.
Release name is a reference to Anathema's song of the same name
Alpha Tango
- [Feature] New dialog for adding password entries
- [Feature] New defaults, Enter key shows all possible fields to type, hotkeys for autotype, user and pass are still working
- [Bugfix] Hopefully worked around issues with xdotool using wrong keyboard layout (xdotool bug)
- [Bugfix] Set delay before typing, should fix odd behavior when using alternate hotkeys in rofi
- [Tweak] Replace sed/awk calls to generate fields with bash expansions
- Removed support for tabbed fields in password file. Separating "fieldname:" from its value with a space is mandatory now.
- [Karma] Release name is a reference to Coogans Bluff
Thanatos
Bugfixes
- Depend on gawk instead of general awk, fixes rofi-pass not working properly on ubuntu (which uses mawk) (#36)
- Drop rofiopts alias, which couldn't handle setting a font, because of quoting. It's replaced with _rofi function now, have a look at shipped example config. (#33)
- Don't send Tab Key, when no User entry exists (#37)
- Fix a parsing error (#27)
- Auto-create directory, if it doesn't exist on first start (#26)
- Fix non-working last-used argument (#24)
Features
- Changed several hotkeys into a single submenu (#23)
- Bonus for Release name, which is a reference to Whalerider's awesome debut album
Ghosts
Psilocybe
In the Freaktose the Bugs Are Dying
- [FEATURE] add ${count} variable which is used to re-open the showEntry menu after autotyping an entry from there. Can be disabled by setting ${count} to "off"
- [FIX] fix showEntry's autotyping, which didn't work at all :)
- [FIX] check if selected entry is actually a password-store item
- [KARMA] Melvins reference in release name
Stars Align
- Removed ability to get current URL from browser. Feature was buggy and the provided addpass script is much faster anyway
- Made alternative roots behave more like pass expects it. Root directories are specified with absolute path either as command line argument, or as config option or by env variable (PASSWORD_STORE_DIR). If none is found, default location of pass is used.
- Update addpass script to use new alternative roots logic. also change syntax a bit to minimize clashes with separator.
- Align hotkey hints. This uses column from util-linux. Please let me know if there are issues on non-linux systems.