Releases: stuartcryan/lastpass-alfred-workflow
Releases · stuartcryan/lastpass-alfred-workflow
Transient Passwords + New Icon
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
- Version 1.4.4
- Merged in Ariel Barreiro's code submission which better handles two factor authentication (2FA).
1.4.2 + Fixed Binary and lightning fast speed
- Fixed binary in github repo so that it is ACTUALLY updated (my bad #oops)
- Added a tweak to SIGNIFICANTLY speed up password copying to the clipboard #enjoy
Release 1.4.2 - Updates to login processes.
- 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.
- Login password prompt now uses an AppleScript password prompt.
- Fix to allow you to search for words in any order.
- Vault item's which now require re-authentication will pop up the AppleScript login prompt.
- 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).
- More resilient escaping of text in the XML to ensure that special characters should not cause any issues.
- Fixed missing quotes in some areas that could cause issues with spaces.
- Squashed a little regex bug and wiped up the goo.
- Fixed issues with spaces in certain paths we referenced
- 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.
- Other minor general tweaks.