undertime (2.6.1) unstable; urgency=medium

  * The default arguments have changed meaning. before, they were parsed
    as timezones, now they are parsed as a date / time. Pass timezones
    with the `--timezones` argument, or add a `timezones: ` list to the
    configuration file in `~/.config/undertime.yml`.

    As an example, this commandline:

        undertime --date tomorrow US/Pacific Europe/Paris Asia/Ho_Chi_Minh

    should instead be:

        undertime --timezones US/Pacific Europe/Paris Asia/Ho_Chi_Minh -- tomorrow

    Or, typically, you would write those timezones in your configuration
    file, as:

        timezones:
          - US/Pacific
          - Europe/Paris
          - Asia/Ho_Chi_Minh

 -- Antoine Beaupré <anarcat@debian.org>  Sat, 16 Oct 2021 15:16:57 -0400

