Skip to content

Releases: carnager/rofi-pass

Lost Control

05 Aug 03:46
Compare
Choose a tag to compare

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

04 Aug 03:38
Compare
Choose a tag to compare
  • [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

24 May 16:29
Compare
Choose a tag to compare

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

Ghosts

16 Nov 20:32
Compare
Choose a tag to compare

bugfix release

  • fix for 22 where --root was not inherited from main function
  • make tabs work too (but it's not recommended to use tabs, since it breaks YAML compatibility (e.g. used by autopass)
  • release title is a reference to one of the finest Pop songs ever. LINK

Psilocybe

14 Nov 14:02
Compare
Choose a tag to compare
  • refactored code, put every action in its own function
  • allow to type/copy any field.
  • cleaned up help text, which works better on smaller rofi windows now.
  • added help menu, for complete list of hotkeys
  • Title reference to Snail

In the Freaktose the Bugs Are Dying

23 Aug 21:43
Compare
Choose a tag to compare
  • [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

22 Aug 12:41
Compare
Choose a tag to compare
  • 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.

Wishville

06 Aug 11:32
Compare
Choose a tag to compare
1.0

update config and README