Skip to content

Releases: stuartcryan/lastpass-alfred-workflow

Transient Passwords + New Icon

19 Aug 12:27
Compare
Choose a tag to compare

Version 1.4.7 Changes
Changed mechanism for copying to clipboard. Now marks passwords as transient, Alfred will no longer store them in the clipboard history.
Updated icon submitted by Tom Conroy has been merged in (thanks for this Tom!)

2FA Update

24 Feb 03:33
Compare
Choose a tag to compare
  • Version 1.4.4
    1. Merged in Ariel Barreiro's code submission which better handles two factor authentication (2FA).

1.4.2 + Fixed Binary and lightning fast speed

14 Jan 20:22
Compare
Choose a tag to compare
  1. Fixed binary in github repo so that it is ACTUALLY updated (my bad #oops)
  2. Added a tweak to SIGNIFICANTLY speed up password copying to the clipboard #enjoy

Release 1.4.2 - Updates to login processes.

14 Jan 00:52
Compare
Choose a tag to compare
  1. NOTE: This version requires the LastPass CLI v 0.7.1 or higher due to this new feature --> Login process completely changed over to use AppleScript (cleaner and nicer). This was thanks to work between myself and Bob from LastPass who maintains the official LastPass CLI to add a feature allowing an external login prompt to be used.
  2. Login password prompt now uses an AppleScript password prompt.
  3. Fix to allow you to search for words in any order.
  4. Vault item's which now require re-authentication will pop up the AppleScript login prompt.
  5. Has now been tested with a Vault with over 30,000 items for performance tweaks. (I have since been told by LastPass support their soft limit is significantly lower than this at ~2500 items explains why I was having some issues in testing).
  6. More resilient escaping of text in the XML to ensure that special characters should not cause any issues.
  7. Fixed missing quotes in some areas that could cause issues with spaces.
  8. Squashed a little regex bug and wiped up the goo.
  9. Fixed issues with spaces in certain paths we referenced
  10. Fixed how the initial login process is run after a reboot. This required the changes made to how we manage the login process and it has subsequently been cleaned up significantly.
  11. Other minor general tweaks.