password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

CHANGELOG.md (1639B)


      1 # 2.3.2
      2 
      3 * (bugfix) Ensure the system clipboard is cleared after
      4   the timeout expired.
      5 
      6 # 2.3.1
      7 
      8 * (bug) Drop dependency on s library.
      9 
     10 # 2.3.0
     11 
     12 * (bug) Drop auth-source-pass dependency.
     13   Bump Emacs minor version requirement to emacs 26.
     14 
     15 # 2.2.0
     16 
     17 * (feature) Add command password-store-generate-no-symbols
     18 
     19 # 2.1.5
     20 
     21 * (bugfix) Fix an infloop on Windows enviroments.
     22 
     23 # 2.1.4
     24 
     25 * Drop dependency on f library.
     26 
     27 # 2.1.3
     28 
     29 * Update password-store-clear docstring; clarify that the
     30   optional argument is only used in the print out message.
     31 
     32 # 2.1.2
     33 
     34 * Make argument optional in password-store-clear to preserve
     35   backward compatibility.
     36 
     37 # 2.1.1
     38 
     39 * (bugfix) Check that auth-source-pass-filename is bound before use it.
     40 
     41 # 2.1.0
     42 
     43 * (feature) Support extraction of any secret fields stored in the files.
     44 
     45 * (feature) The library is now integrated with auth-source-pass; thus, the
     46             filename of the password-store folder is set with the option
     47             auth-source-pass-filename.
     48 
     49 # 2.0.5
     50 
     51 Improve password-store-insert message on success/failure
     52 
     53 # 2.0.4
     54 	
     55 * Re add password-store-timeout function to preserve backward
     56   compatibility with other libraries relying on it.
     57 	
     58 # 2.0.3
     59 	
     60 * (feature) Update password-store-password-length default value to 25
     61 	
     62 * (feature) Add option password-store-time-before-clipboard-restore; delete
     63             password-store-timeout and use the new option instead.
     64 	
     65 # 1.0.2
     66 
     67 * (bugfix) Fix typo in password-store-url function doc string
     68 
     69 # 1.0.1
     70 
     71 * (bugfix) Quote shell arguments in async call
     72 
     73 # 1.0.0
     74 
     75 * (feature) Call `pass edit` so that changes get committed to git
     76 
     77 # 0.1
     78 
     79 * Initial release