- Fixed a bug where the full path to
/usr/bin/python
was not specified. - Fixed a settings selection bug.
- Streamlined some verbiage within notifications.
- Implemented auto-updating.
- Fixed a few small path bugs.
- Added ability to inspect a vault item's fields.
- Added background updating to address slowness.
- Added ability to configure filepath to
lpass
. - Added ability to toggle uppercase letter use in password generation.
- Added ability to toggle lowercase letter use in password generation.
- Added ability to toggle digit use in password generation.
- Added ability to toggle symbol use in password generation.
- Added ability to toggle ambiguous character avoidance in password generation.
- Modified field retrieval to use official
lpass
flags.
- Added support for non-ASCII characters.
- Addresses slow Script Filter results.
- Modified how default configuration settings are stored.
- Modified notifications to be more streamlined.
- Fixed a bug wherein password generation would fail.
- Entirely new settings/configuration management via
lpsettings
. - Added ability to login to LastPass.
- Added ability to logout from LastPass.
- Added new (and slimmer) icons.
- Environment-proofed Python path in all scripts and Script Filters.
- Shifted from Ruby to Python.
- Implemented Alfred-Workflow (including fuzzy search, configuration management, and more).
- Added
lpbrowser
command to look up default browser's front-most tab's URL in the vault. - Configuration management: cache timeout, default browser, number of generated password, and generated password length.
- Check for whether
lpass
is logged in.
- Added data caching
- Added command to force data caching
- Added ability to specify path to
lpass
executable - Added fallback lookup for
lpass
executable - Changed
lpvs
command to look at vault item name and URL - Major code refactoring
- Added ability to search a LastPass vault.
- Added ability to launch URL of LastPass item.
- Added ability to copy username of LastPass item.
- Added ability to copy password of LastPass item.
- Added ability to generate a random password.
- Created documentation.