summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-03-04 08:54:55 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-03-04 08:54:55 +0100
commit5a1664b0f1faaf25089303bd24b492ba9b4b009f (patch)
treef80bf3b1006efd37a8478f254f32fdf07b3d9ad5
parentf5e689f789f16c2e6f5ba7c173929e949e784836 (diff)
Release v2.252.25
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8bf938a..d64c0c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,17 @@
-git HEAD
+Sun, 04 Mar 2018 08:53:50 +0100 Daniel Friesel <derf+feh@finalrewind.org>
+
+* Release v2.25
* Add --version-sort option to enable natural sorting of file and directory
names. This requires a libc with strverscmp support, which is a
non-POSIX GNU extension. Use the new build flag `verscmp=0` to disable
this feature on systems which do not ship strverscmp
(patch by ulteq)
* Allow arbitrary X11 colors as -B/--image-bg argument (patch by ulteq)
+ * Improve --image-bg support and transparency handling in --bg-* mode
* Respect --geometry settings in --bg-fill mode
* Add keybinding toggle_auto_zoom (default "Z") to toggle --auto-zoom
+ * Fix filelists specified by -f/--filelist not being reloaded when using
+ --reload
Mon, 26 Feb 2018 21:41:38 +0100 Daniel Friesel <derf+feh@finalrewind.org>