This repository has been archived by the owner on Jun 27, 2021. It is now read-only.
Releases: DamienCassou/auth-source-pass
Releases · DamienCassou/auth-source-pass
Massive cleaning
v5.0.0 Auth-Password-Store 5.0.0
Fix for Emacs 25
Project rename: Welcome auth-source-pass
The project has finally been renamed auth-source-pass to get the same name as the library included in Emacs 26. This will make merges easier.
v2.0.0: Faster and more reliable
* no more entry content matching: we never open all entries anymore as that was incredibly slow (if you relied on that behavior, you'd better create a new entry with a matching name) * now compatible and tested with Emacs 25 (issue #20) * try to parse an entry before accepting it (issue #22) * much better entry matching: matching entries will be found in more cases (e.g., searching for "foo.bar.com" will now match an entry named "bar.com") (issue #17) * entry fields over parameters: usernames and ports are now taken from the entry if found and from the parameter if not (issue #17) * ignore directories: entries in sub-directories can be matched just like the others * better log: there are more log messages and they are clearer * testing: many new tests have been added
v1.0.1
* auth-password-store.el: Update dependency and usage of seq.