blob: ed85577b048ac02a5b9f1ac2054fe5088c318c51 (
plain)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
|
# 2.1.5
* (bugfix) Fix an infloop on Windows enviroments.
# 2.1.4
* Drop dependency on f library.
# 2.1.3
* Update password-store-clear docstring; clarify that the
optional argument is only used in the print out message.
# 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
|