aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/emacs/CHANGELOG.md
blob: 3217015d02882c90164d5f6d7b6c619b97501da6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# 2.1.2

* Make argument optional in password-store-clear to preserve
  backward compatibility.

# 2.1.1

* (bugfix) Check that auth-source-pass-filename is bound before use it.

# 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
  compatibility with other libraries relying on it.
	
# 2.0.3
	
* (feature) Update password-store-password-length default value to 25
	
* (feature) Add option password-store-time-before-clipboard-restore; delete
            password-store-timeout and use the new option instead.
	
# 1.0.2

* (bugfix) Fix typo in password-store-url function doc string

# 1.0.1

* (bugfix) Quote shell arguments in async call

# 1.0.0

* (feature) Call `pass edit` so that changes get committed to git

# 0.1

* Initial release