diff --git a/README.md b/README.md index b89a566..82444c1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Simple yet powerful integration with the Lastpass CLI so you can now get your pa ##Version 1.4.2 MAJOR update - Please Read ###----------------------------------------------------------- -Ladies and gents, I am happy to present v 1.4.2 of the workflow. Before I continue, this has represented a SIGNIFICANT amount of work for me so if you like it and use it, please say thank you by donating towards my Diet Coke and cake fund. Any amount will do, whatever you feel the value is for you/your business/your time :) +Ladies and gents, I am happy to present v 1.4.3 of the workflow. Before I continue, this has represented a SIGNIFICANT amount of work for me so if you like it and use it, please say thank you by donating towards my Diet Coke and cake fund. Any amount will do, whatever you feel the value is for you/your business/your time :) **Please note you *MUST* update your LastPass CLI version to 0.7.1 or higher as this update relies on new functionality that I worked with the LastPass team on integrating into the official CLI.** @@ -16,7 +16,7 @@ If you haven't used LastPass before... you are crazy and you should! It is the s ###----------------------------------------------------------- ## Donations -This workflow (and the 1.4.2 update especially) represents many many hours effort of development, testing and rework. So if you love the workflow, and get use out of it every day, if you would like to donate as a thank you to buy me more caffeine giving Diet Coke, some Cake, or to put towards a shiny new gadget you can [donate to me via Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JM6E65M2GLXHE). +This workflow (and the 1.4.3 update especially) represents many many hours effort of development, testing and rework. So if you love the workflow, and get use out of it every day, if you would like to donate as a thank you to buy me more caffeine giving Diet Coke, some Cake, or to put towards a shiny new gadget you can [donate to me via Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JM6E65M2GLXHE). PayPal — The safer, easier way to pay online. @@ -63,6 +63,9 @@ Check out the official YouTube video, it will give you a quick two and a half mi ## History +* Version 1.4.3 + 1. Fixed binary so that it is ACTUALLY updated (my bad #oops) + 2. Added a tweak to SIGNIFICANTLY speed up password copying to the clipboard #enjoy * Version 1.4.2 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. diff --git a/lastpass-cli-alfred-workflow.alfredworkflow b/lastpass-cli-alfred-workflow.alfredworkflow index 98d4db0..701d109 100644 Binary files a/lastpass-cli-alfred-workflow.alfredworkflow and b/lastpass-cli-alfred-workflow.alfredworkflow differ diff --git a/workflow/info.plist b/workflow/info.plist index 4539d64..f2d8319 100644 --- a/workflow/info.plist +++ b/workflow/info.plist @@ -511,7 +511,7 @@ foreach my $f (qw@lpass /usr/local/bin/lpass /opt/local/bin/lpass /usr/bin/lpass if (-x $f); } -my $results = qx{$lpass_exec show -c --password $details[1]}; +my $results = qx{$lpass_exec show --sync=no -c --password $details[1]}; print $details[0]; } @@ -805,7 +805,7 @@ NOTE: This Alfred Workflow is not affiliated in any way with LastPass. The LastP My thanks go out to LastPass for their awesome product and the new CLI! -Version: 1.4.2 +Version: 1.4.3 uidata 01DFFE0F-13AB-4E19-AC39-8E2177548224