Releases: bachya/lp-vault-manager
Releases · bachya/lp-vault-manager
Release 4.2
Release 4.2 (PRE-RELEASE)
4.2 testing release.
Release 4.1
- Implemented auto-updating.
- Fixed a few small path bugs.
Release 4.0
- #2: Added support for non-ASCII characters.
- #3: Addresses slow Script Filter results via background updating.
- #5: Modified documentation to warn against unicode characters in config file.
- Added ability to inspect a vault item's fields.
- 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. - Modified notifications to be more streamlined.
- Fixed a bug wherein password generation would fail.
Release 4.0 (PRE-RELEASE)
4.0 testing release.
Release 3.1
- Entirely new settings/configuration management via
lpsettings
. - Added ability to login to LastPass.
- Added ability to logout from LastPass.
- Added ability to configure filepath to
lpass
. - Added new (and slimmer) icons.
- Environment-proofed Python path in all scripts and Script Filters.
Release 3.0
- 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.
Release 2.0
- 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
Release v1.0
Changelog:
- 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.