diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 55 | 
1 files changed, 55 insertions, 0 deletions
| @@ -1,3 +1,58 @@ +Mon, 25 Jan 2021 17:46:57 +0100  Daniel Friesel <derf+feh@finalrewind.org> + +* Release v3.6.3 +    * Fix --start-at not handling URL-encoded file:/// paths properly. Notably, +      this also fixes feh not displaying images with spaces or unicode +      elements in their path when opened from a file manager. + +Sat, 09 Jan 2021 12:28:06 +0100  Daniel Friesel <derf+feh@finalrewind.org> + +* Release v3.6.2 +    * Fix save_filelist not respecting --output-dir +    * Fix file descriptor leak when attempting to load truncated image files. +      The issue was introduced in v3.6. + +Sun, 06 Dec 2020 08:34:15 +0100  Daniel Friesel <derf+feh@finalrewind.org> + +* Release v3.6.1 +    * Fix excessive memory consumption when showing long-running slideshows +      with thousands to tens of thousands of images and feh has been compiled +      with exif=1 (see https://github.com/derf/feh/issues/553) +    * Fix memory leak when showing long-running slideshows with relatively few +      images and feh has been compiled with exif=1 (ibid.) +    * Fix memory leak when reloading an image and feh has been compiled with +      exif=1 +    * Fix memory leak in --draw-exif +    * Fix memory leak when reloading HTTP files with --no-conversion-cache + +Mon, 30 Nov 2020 19:44:47 +0100  Daniel Friesel <derf+feh@finalrewind.org> +* Release v3.6 +    * Add flip and rotate options to the menu +    * Improve unloadable image detection time (e.g. for large video files) by +      checking a file's header before passing it to Imlib2. For rarely used +      image formats, there is a very small chance that an image which could be +      loaded by feh 3.5 is reported as unloadable by feh 3.6 due to this +      change. Set FEH_SKIP_MAGIC=1 to bypass the header check in this case. See +      <https://phab.enlightenment.org/T8739> and +      <https://github.com/derf/feh/issues/505> for details. + + +Sat, 29 Aug 2020 08:49:08 +0200  Daniel Friesel <derf+feh@finalrewind.org> + +* Release v3.5 +    * 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 +    * Fix lossless rotate not being lossless when using feh with Imlib2 v1.6 +      or later +  Sat, 11 Apr 2020 09:51:01 +0200  Daniel Friesel <derf+feh@finalrewind.org>  * Release v3.4 | 
