Commit ecb763d0 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Release v2.28

parent 9241e8fa
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
Mon, 17 Sep 2018 21:17:04 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.28
    * Decrease loading time for RAW images by utilizing dcraw to display the
      embedded JPEG preview (patch by <https://github.com/ulteq>)
    * Rename --magick-timeout to --conversion-timeout. --magick-timeout is
      now deprecated and will be removed in a future release
    * Fix unintened aliasing in rotated images whose rotation is not a
      multiple of 90 degrees (patch by <https://github.com/ulteq>)
    * New option: --on-last-slide=hold|quit|resume.
      hold replaces --no-cycle (which is now deprecated), quit will cause feh
      to quit after the last slide (patch by <https://github.com/ulteq>),
      resume is the default (continue at the first image)

Tue, 17 Jul 2018 17:33:10 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.27.1
+2 −2
Original line number Diff line number Diff line
@@ -91,8 +91,8 @@ OPTIONS
     --no-xinerama         Disable Xinerama support
     --no-screen-clip      Do not limit window size to screen size
 -Y, --hide-pointer        Hide the pointer
     --magick-timeout INT  Load unknown files with ImageMagick, timeout after
                           INT seconds (0: no timeout)
     --conversion-timeout  INT  Load unknown files with dcraw or ImageMagick,
                           timeout after INT seconds (0: no timeout)
     --min-dimension WxH   Only show images with width >= W and height >= H
     --max-dimension WxH   Only show images with width <= W and height <= H
     --scroll-step COUNT   scroll COUNT pixels when movement key is pressed