summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a5d884..9788afb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,9 +8,9 @@ Mon, 17 Sep 2018 21:17:04 +0200 Daniel Friesel <derf+feh@finalrewind.org>
* 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)
+ hold will cause feh to stop advancing beyond the last slide (patch by
+ <https://github.com/ulteq>), quit replaces --cycle-once (which is now
+ deprecated), and resume is the default (continue at the first image).
Tue, 17 Jul 2018 17:33:10 +0200 Daniel Friesel <derf+feh@finalrewind.org>