Skip to content

Releases: bachya/lp-vault-manager

Release 4.2

22 Jan 20:12
Compare
Choose a tag to compare
  • Fixed a bug where the full path to /usr/bin/python was not specified.
  • Fixed a settings selection bug.
  • Streamlined some verbiage within notifications.

Release 4.2 (PRE-RELEASE)

17 Jan 19:34
Compare
Choose a tag to compare
Pre-release

4.2 testing release.

Release 4.1

15 Jan 00:56
Compare
Choose a tag to compare
  • Implemented auto-updating.
  • Fixed a few small path bugs.

Release 4.0

12 Jan 01:01
Compare
Choose a tag to compare
  • #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)

04 Jan 20:00
Compare
Choose a tag to compare
Pre-release

4.0 testing release.

Release 3.1

30 Dec 04:38
Compare
Choose a tag to compare
  • 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

29 Dec 19:11
Compare
Choose a tag to compare
  • 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

18 Dec 04:59
Compare
Choose a tag to compare
  • 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

18 Dec 04:24
Compare
Choose a tag to compare

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.