summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-06-07 08:11:21 +0200
committerDaniel Friesel <derf@finalrewind.org>2016-06-07 08:11:21 +0200
commit7f164d7762cd91daf7dc557bbf9a3c37c7accc94 (patch)
treea97cf06d55c9fd1ba7fb69d78fc698e5f4266c6d
parent1216f153461893e10ded8007e808da3a62483e7b (diff)
changelog
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c45d192..712fae1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+git HEAD
+
+ * Fix invalid key/button definitions mis-assigning keys/buttons to other
+ actions
+ * Add sort mode --sort dirname to sort images by directony instead
+ of by name. For example, where a normal recursive run will show images in
+ the order foo/a.jpg -> foo/bar/baz.jpg -> foo/fnord.jpg, a dirname sort
+ will result in foo/a.jpg -> foo/fnord.jpg -> foo/bar/baz.jpg (Patch by
+ Sung Pae)
+ * Add navigation keys next_dir (]) and prev_dir ([) to jump to the first
+ image of the nex/previous directory (Patch by Sung Pae)
+
Fri, 27 May 2016 13:15:49 +0200 Daniel Friesel <derf+feh@finalrewind.org>
* Release v2.15.4