2021-05-13 12:11:38 by Nia Alarie | Files touched by this commit (2) | |
Log message:
feh: update to 3.7
* Release v3.7
* Use compact representation instead of key-value pairs for common EXIF data
(only applies when compiling feh with exif=1)
* Add --window-id <windowid> option (draw to an existing window)
* Add --zoom-step <percent> option (specify zoom step size)
* Pass gopher:// and gophers:// URLs to libcurl
* Fix --reload / --auto-reload reloading the wrong directory when
using --start-at and no file arguments or filelists have been
specified
* Fix Ctrl+key causing unintended behaviour when controlling feh via stdin
* Fix high CPU usage when closing stdin after starting feh from a terminal
Mon, 25 Jan 2021 17:46:57 +0100 Daniel Friesel <derf+feh@finalrewind.org>
|
2021-04-21 15:25:34 by Adam Ciarcinski | Files touched by this commit (864) |
Log message:
revbump for boost-libs
|
2021-02-03 10:51:55 by Nia Alarie | Files touched by this commit (2) |
Log message:
feh: Update to 3.6.3
* 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.
|
2021-01-22 17:23:30 by Nia Alarie | Files touched by this commit (2) |
Log message:
feh: Update to 3.6.2
* 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.
|
2020-12-19 00:47:46 by Nia Alarie | Files touched by this commit (2) |
Log message:
feh: Update to 3.6.1
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.
|
2020-11-23 14:10:54 by Nia Alarie | Files touched by this commit (5) |
Log message:
feh: Update to 3.5
* 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
|
2020-06-13 20:25:08 by Nia Alarie | Files touched by this commit (2) |
Log message:
feh: Update to 3.4.1
* Release v3.4.1
* Fix lossless rotate not being lossless when using feh with Imlib2 v1.6
or later
|
2020-05-22 12:56:49 by Adam Ciarcinski | Files touched by this commit (624) |
Log message:
revbump after updating security/nettle
|
2020-05-06 16:05:09 by Adam Ciarcinski | Files touched by this commit (591) | |
Log message:
revbump after boost update
|
2020-04-21 15:43:01 by Nia Alarie | Files touched by this commit (2) |
Log message:
feh: Update to 3.4
* 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.
|