Skip to content

Skip-reversed option doesn't impact absolute ranges

Choose a tag to compare

@amitfin amitfin released this 06 Dec 18:54

The behavior of Skip-Reversed option was change to impact only ranges with sunrise or sunset. Here is its full description:

When enabled (disabled by default), this option ignores any time range with sunrise or sunset where the to time is earlier than or equal to the from time. This behavior is dynamic. For example, a range defined as sunrise → 7:00 AM may become reversed during parts of the year if sunrise occurs after 7:00 AM. In such cases, the range is applied only when sunrise is earlier than 7:00 AM, and automatically skipped when sunrise is at 7:00 AM or later. A time range with absolute from and to times is never skipped, even if it's reversed and this option is enabled. Such a time range should be deleted or disabled manually if it's not needed.

Full Changelog: v2.4.0...v2.4.1