diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-08-29 06:59:34 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-08-29 06:59:34 +0200 |
commit | bf1a9690ec82684a4c0910997c8e07677b477e7e (patch) | |
tree | dde3cc1ee2f479552ae492d4009b0f1dac7a1444 | |
parent | 8f4577713d44a688288cea7c14f371644cb1fa27 (diff) |
changelog
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |