summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-09-18 12:59:37 +0200
committerDaniel Friesel <derf@finalrewind.org>2018-09-18 12:59:37 +0200
commite313c6dd3dc36004d97c62cb1ae78e2bc5555bf9 (patch)
treeab0d87da51e1b31e0d6c76c9b82e7370d171814f /ChangeLog
parentecb763d0f8d921d256772e40e5d6116344884346 (diff)
Rectify mixed up options/deprecations in the --on-last-slide changelog entry
Diffstat (limited to 'ChangeLog')
-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>