Skip to content
This repository has been archived by the owner on Jun 27, 2021. It is now read-only.

Releases: DamienCassou/auth-source-pass

Massive cleaning

28 May 06:52
v5.0.0
Compare
Choose a tag to compare
v5.0.0

Auth-Password-Store 5.0.0

Fix for Emacs 25

26 Mar 07:12
Compare
Choose a tag to compare

4.0.0 was broken for Emacs 25. Thanks to @Titan-C for reporting and @mdorman for finding the reason.

Project rename: Welcome auth-source-pass

23 Mar 08:24
Compare
Choose a tag to compare

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

22 Oct 06:20
Compare
Choose a tag to compare
* 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

17 Sep 22:17
Compare
Choose a tag to compare
* auth-password-store.el: Update dependency and usage of seq.