summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDennis Real <github@tildepipe.org>2012-12-19 17:35:46 +0100
committerDennis Real <github@tildepipe.org>2012-12-19 17:35:46 +0100
commit98b0add5231e16a0d8c91eff929374a2131a8124 (patch)
tree130eed8ec87f2b041d869bd23e7f87f7893d3b69 /ChangeLog
parent39f3eab40c73ddc7d7058eadb136f58880538f0e (diff)
parentda09e217570b4c1634a04d73f9d2f871afa2004a (diff)
Merge branch 'master' of git://github.com/derf/feh
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9645aaf..c2075b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,17 @@ git HEAD
* 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>
* Patch by Rob Cornish: Respect --image-bg when setting a wallpaper
+ (bg-center and bg-max)
+ <https://github.com/derf/feh/pull/105>
+ * Add %V (feh process ID) format specifier
+ <https://github.com/derf/feh/issues/109>
+ * Fix delete not working on last image with --cycle-once
+ <https://github.com/derf/feh/issues/107>
+ * 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>
Tue, 16 Oct 2012 06:29:58 +0200 Daniel Friesel <derf+feh@finalrewind.org>