Skip to content

Releases: gekmihesg/pass-manager

pass-manager v0.6.1

20 Sep 07:16
Compare
Choose a tag to compare

Final, untested build

pass-manager v0.6.0

23 Aug 18:32
Compare
Choose a tag to compare
  • add option strip_hostnames which takes a comma separated list of hostnames to remove from the beginning
  • read hostname from path if it is not set in the file and fuzzy is true

pass-manager v0.5.2

03 Mar 22:14
Compare
Choose a tag to compare
  • fix updating passwords for HTTP authorization

pass-manager v0.5.1

06 Jan 09:41
Compare
Choose a tag to compare
  • use subprocess module from addon sdk instead of shipping a custom version

pass-manager v0.5

23 Sep 21:11
Compare
Choose a tag to compare
  • Include bigeagle/pass-manager@0462499 to save FirefoxAccounts to default JSON storage
  • Add new config option save_as_username to allow saving passwords to files called after the corresponding (sanitized) username instead of passmanager

pass-manager v0.4

08 Jan 20:44
Compare
Choose a tag to compare
Minor bug fixes and huge code cleanup

pass-manager v0.3

07 Jan 06:50
Compare
Choose a tag to compare
Implemented fuzzy matching

 + Only required field is username now, none for password only logins
   (has to be enabled in about:config)
 + Configurable mapping of pass fields to internal fields
 - Configuration changes are applied instant now
 - Added migration instructions in readme