summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-04-11 09:52:25 +0200
committerDaniel Friesel <derf@finalrewind.org>2020-04-11 09:52:25 +0200
commitfbb19b3cba7f32fb987696a651a77c3f8d87b101 (patch)
tree4ba733f64cd0aff94322312f1d3e35d4bfc808aa
parentbceda3a475b57142562dfb57139d6f1b29b6641f (diff)
Release v3.43.4
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52174b7..0a33f44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+Sat, 11 Apr 2020 09:51:01 +0200 Daniel Friesel <derf+feh@finalrewind.org>
+
+* Release v3.4
+ * Images loaded via HTTPS/curl, ImageMagick, and dcraw are now cached
+ by default to decrease image load time on subsequent slideshow passes.
+ Caching is disabled when using `--reload` and can also be disabled with
+ the new `--no-conversion-cache` option. Suggestion and initial patch by
+ Awal Garg.
+ * Handle SIGINT/SIGTERM/SIGQUIT signals while loading images using libcurl
+ < v7.32. Patch by <https://github.com/c99pedant>.
+ * "feh --start-at URL" now loads a single-image slideshow displaying URL.
+ This allows feh.desktop to handle URLs as well as ordinary files.
+ file:/// URLs are treated as local files, so "feh --start-at file:///..."
+ without filelist arguments behaves just like "feh --start-at ..."
+ (i.e., feh will load the entire directory and start the slideshow at ...)
+ * Fix a memory leak when repeatedly cycling through slideshows containing
+ images loaded via libcurl, ImageMagick or dcraw.
+
Tue, 03 Dec 2019 17:27:46 +0100 Daniel Friesel <derf+feh@finalrewind.org>
* Release v3.3