summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-09-17 21:45:54 +0200
committerDaniel Friesel <derf@finalrewind.org>2018-09-17 21:45:54 +0200
commitecb763d0f8d921d256772e40e5d6116344884346 (patch)
tree7150728cb4ebfe9379c203538223a303d03e6610
parent9241e8faa78cc02c08537ed0bd7b236d172c3ed7 (diff)
Release v2.282.28
-rw-r--r--ChangeLog14
-rw-r--r--src/help.raw4
2 files changed, 16 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 901afc0..3a5d884 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+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
diff --git a/src/help.raw b/src/help.raw
index ebffae3..c8de3d7 100644
--- a/src/help.raw
+++ b/src/help.raw
@@ -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