summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-08-29 06:59:34 +0200
committerDaniel Friesel <derf@finalrewind.org>2020-08-29 06:59:34 +0200
commitbf1a9690ec82684a4c0910997c8e07677b477e7e (patch)
treedde3cc1ee2f479552ae492d4009b0f1dac7a1444
parent8f4577713d44a688288cea7c14f371644cb1fa27 (diff)
changelog
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8291a7..bf7aac1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+git HEAD
+ * Enable --version-sort on systems without strverscmp support. This
+ works by bundling the strverscmp of musl libc with feh and using it
+ when feh is compiled without the verscmp flag (i.e., when the system
+ libc does not provide the verscmp function). Patch by Tim van der Molen
+ * Add %a format specifier (slideshow state: "playing" / "paused")
+ * Fix crashes when combining --reload and --multiwindow
+
Fri, 29 May 2020 23:52:35 +0200 Daniel Friesel <derf+feh@finalrewind.org>
* Release v3.4.1