diff options
author | Tino Calancha <tino.calancha@gmail.com> | 2019-08-29 05:18:06 +0200 |
---|---|---|
committer | Tino Calancha <tino.calancha@gmail.com> | 2019-08-29 05:18:06 +0200 |
commit | 3a108277637fad89869d904eea963aeb8f45b20d (patch) | |
tree | f8a3f1ef2f81a87597314af8a328654594879ac0 /contrib/emacs/CHANGELOG.md | |
parent | b760f374c48ca1f98ab289e202af5306da79dc70 (diff) | |
download | pass-3a108277637fad89869d904eea963aeb8f45b20d.tar.gz pass-3a108277637fad89869d904eea963aeb8f45b20d.tar.bz2 pass-3a108277637fad89869d904eea963aeb8f45b20d.zip |
Support extractions of secret fields other than password
Allow users to retrieve any secret field stored in the files.
Use auth-source-pass to retrieve the secret fields.
Bump version to v2.1.0.
* contrib/emacs/Cask: Replace dependency on `s' library
with auth-source-pass dependency.
* contrib/emacs/password-store.el
(password-store-url-field): New option.
(password-store-dir): Use `auth-source-pass-filename'.
(password-store-read-field, password-store-get-field)
(password-store-copy-field, password-store-parse-entry): New functions.
(password-store-read-field): Use password-store-parse-entry.
(password-store--save-field-in-kill-ring): New function extracted from
`password-store-get'.
(password-store-url): Use `password-store-get-field' and
`password-store-url-field'.
* contrib/emacs/README.md: Update documentation.
* contrib/emacs/CHANGELOG.md: Announce changes.
Diffstat (limited to 'contrib/emacs/CHANGELOG.md')
-rw-r--r-- | contrib/emacs/CHANGELOG.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/contrib/emacs/CHANGELOG.md b/contrib/emacs/CHANGELOG.md index 7149ef6..d4c865f 100644 --- a/contrib/emacs/CHANGELOG.md +++ b/contrib/emacs/CHANGELOG.md @@ -1,7 +1,15 @@ +# 2.1.0 + +* (feature) Support extraction of any secret fields stored in the files. + +* (feature) The library is now integrated with auth-source-pass; thus, the + filename of the password-store folder is set with the option + auth-source-pass-filename. + # 2.0.5 - + Improve password-store-insert message on success/failure - + # 2.0.4 * Re add password-store-timeout function to preserve backward |