diff options
| author | Paul Buetow <paul@buetow.org> | 2010-12-22 10:50:16 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-12-22 10:50:16 +0000 |
| commit | 39dc236deac7710730d6605031025d8cf0f9c190 (patch) | |
| tree | 6822e0996dc79ecaf51321756f662efdfc63da8e | |
| parent | 3995baacc15adf68636e85248ec22cb6f3ca7588 (diff) | |
added WISHLIST file
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rw-r--r-- | WISHLIST | 3 | ||||
| -rwxr-xr-x | pwgrep.sh | 2 |
3 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,6 @@ +Mi 22. Dez 11:49:33 CET 2010 - v0.8-pre-3 +* Added WISHLIST file + Fri Dec 10 14:22:04 CET 2010 - v0.8-pre-2 * Set default db to private.gpg diff --git a/WISHLIST b/WISHLIST new file mode 100644 index 0000000..dd398d4 --- /dev/null +++ b/WISHLIST @@ -0,0 +1,3 @@ +This file contains all features which may be added in the future. + +* pwgrepa command: Greps all available databases at once. @@ -1,6 +1,6 @@ #!/bin/bash -# pwgrep v0.8-pre-2 (c) 2009, 2010 by Paul Buetow +# pwgrep v0.8-pre-3 (c) 2009, 2010 by Paul Buetow # pwgrep helps you to manage all your passwords using GnuGP # for encryption and a versioning system (subversion by default) # for keeping track all changes of your password database. In |
