Releases: gekmihesg/pass-manager
Releases · gekmihesg/pass-manager
pass-manager v0.6.1
pass-manager v0.6.0
- 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
- fix updating passwords for HTTP authorization
pass-manager v0.5.1
- use subprocess module from addon sdk instead of shipping a custom version
pass-manager v0.5
- 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 ofpassmanager
pass-manager v0.4
Minor bug fixes and huge code cleanup
pass-manager v0.3
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