summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-07-20 22:31:43 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-07-20 22:31:43 +0200
commit11492c5d7ece59a11b80db5f882fc3f5dabc7e87 (patch)
tree68947fd69fe8164cd2c6210120c716ad8db35610 /Changelog
parenta0210fe918ca6ff9be2a3543134e7265c6f317f2 (diff)
Release v0.510.51
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog16
1 files changed, 15 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index f965bbb..a71b51f 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,20 @@
-git HEAD
+App::Raps2 0.51 - Wed Jul 20 2011
* Major usability improvements
+ * New dependency Config::Tiny
+ * New configuration file .config/raps2/defaults
+ * Add --cost option to set cost for raps2 add
+ * raps2 add: Use pwgen to create password if none is specified
+ * Add --no-echo, --paste and --pwgen-cmd options for raps2 add / pwgen
+
+ [App::Raps2]
+ * new: Add pwgen_cmd argument
+ * Add create_defaults, load_defaults, conf and generate_password methods
+ * pw_save: Add optional cost argument
+ * pw_load, pw_load_info: Now also return the key setup cost
+
+ [App::Raps2::Password]
+ * encrypt, decrypt: Now take hash as argument, keys are data/salt/cost
[App::Raps2::UI]
* to_clipboard: Return undef if xclip dosn't run, true otherwise