summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-02-20 11:10:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-02-20 11:10:23 -0300
commitefaacc68a2539cf57fdba395598f708d366cabc9 (patch)
tree3235b55b52df00c14ab99be9eb2255e3110b860b /ChangeLog
parent10ec7a4f87812576f6bf3543282b49030ba77e64 (diff)
parent4b4aff2edac956224849d36fe83f826303d25efd (diff)
downloadkeyringer-efaacc68a2539cf57fdba395598f708d366cabc9.tar.gz
keyringer-efaacc68a2539cf57fdba395598f708d366cabc9.tar.bz2
Merge tag 'upstream_keyringer_0.3' into debian
Upstream version 0.3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 22 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cc7bb2..e7f7cf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,32 @@
+2014-02-20 - 0.3 - Silvio Rhatto <rhatto@riseup.net>
+
+ Try to find a similar file at keyringer_get_file
+
+ Added xclip action (#33)
+
+ Check key expirations (#37)
+
+ Proper error handling at edit action
+
+ New actions: find, mv, rmdir
+
+ Support for RELATIVE_FOLDER at git action
+
+ New actions: shell (#34), help, mkdir, teardown
+
2013-11-26 - 0.2.9 Silvio Rhatto <rhatto@riseup.net>
- Added 'tree' action
+ Added 'tree' action
- Added 'rm' alias to 'del' action
+ Added 'rm' alias to 'del' action
- Set .gitignore during initialization and when using tmp inside the repository
+ Set .gitignore during initialization and when using tmp inside the repository
- Pass options to git-rm at del action
+ Pass options to git-rm at del action
- Simpler ramdisk/tmpfs check at keyringer_check_tmp
+ Simpler ramdisk/tmpfs check at keyringer_check_tmp
- Better mode check on keyringer_check_tmp (closes #30)
+ Better mode check on keyringer_check_tmp (closes #30)
Fixed minor typos