Skip to content
This repository was archived by the owner on May 27, 2019. It is now read-only.

Releases: browserpass/browserpass-legacy

v1.0.8

15 Sep 14:27
Compare
Choose a tag to compare
Bump version

v1.0.6

15 Jun 12:25
Compare
Choose a tag to compare

Fresh binaries so #84 is included in the host application this time. Fixes search issues when it comes to subdomains.

v1.0.5

09 Jun 13:29
Compare
Choose a tag to compare
  • bubble up from most specific subdomain to top level domain when searching for password. #84
  • update lock icon resolution #75
  • search for full subdomain #81 #82

v1.0.4

12 May 13:16
Compare
Choose a tag to compare

Browser extension

  • Use SVG files for magnifying glass & key icon. #67
  • Fallback to first input field in password form when there's no field with type "text" or "email". #64
  • Compatibility with broader range of login forms, eg Netflix. #74
  • Focus on password field when there is more than one. #65 #31
  • Support login forms inside iframes. #55
  • Parse domains to allow for top-level domain searches #44

Host application

  • Add OpenBSD support #68
  • Fix several compatibility issues for Windows #63
  • Code refactoring so it allows for multiple password stores #45
  • Invoke GPG command directly instead of through pass. #6 #19 #23 #28
  • Eval symbolic links when retrieving password store dir. #26
  • Add Vivaldi support in install script. #36
  • Get Bash location from environment vars. #33

v1.0.2

30 Dec 19:33
Compare
Choose a tag to compare

Changes in version 1.0.2

Host application

  • Case insensitive username prefix. #17
  • Add user: to list of valid username prefixes. #22
  • Split searching for password & decrypting of password into separate actions, so that password file is only decrypted after the password file has been clicked in the list of results. #21
  • Do not assume filename = username if password file is a top-level file. #18
  • Log to stderr (default) instead of debug.log #14

Browser extension

  • Don't try to autofill if active tab URL changed during search.
  • Don't smart-guess favicon URL for custom searches.
  • Set character encoding in HTML file.

v1.0.1

14 Nov 11:39
Compare
Choose a tag to compare

Changes in version 1.0.1:

  • Allow for any directory structure.
  • Search password files for lines prefixed with login: or username:.
  • Firefox compatibility.
  • Styling improvements.

v1.0

04 Nov 15:53
Compare
Choose a tag to compare

First!

Refer to the README file for installation instructions.