summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDennis Real <github@tildepipe.org>2013-01-03 18:14:21 +0100
committerDennis Real <github@tildepipe.org>2013-01-03 18:14:21 +0100
commit1f599fa94790712cd7c79e82d1c15fde2562303e (patch)
tree287f45133409f316b6023b3eb4ed9688b304ceaa /ChangeLog
parent586c49b3cc178c1b454749ba1bc76b5814f93737 (diff)
parent75ef6f2ad753bea82746e6f6e7b0ffe49ca2f6e5 (diff)
Merge branch 'master' of git://github.com/derf/feh
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c2075b6..cca0525 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
-git HEAD
+Mon, 24 Dec 2012 15:45:54 +0100 Daniel Friesel <derf+feh@finalrewind.org>
+* Release v2.8
* Do not apply --scale-down to the thumbnail window. It will be applied
to windows opened from this, though.
<https://github.com/derf/feh/issues/106>
@@ -13,6 +14,10 @@ git HEAD
* Treat quick, low-offset drags (1px or 2px move in <1 second) as clicks
to improve graphics tablet support
<https://github.com/derf/feh/issues/113>
+ * Respect --start-at in thumbnail mode
+ <https://github.com/derf/feh/issues/116>
+ * Make 'z' (jump_random) work in thumbnail mode as well, fix thumbnail
+ selection roll-over <https://github.com/derf/feh/issues/115>
Tue, 16 Oct 2012 06:29:58 +0200 Daniel Friesel <derf+feh@finalrewind.org>