Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Releases: wouterdebie/locast2tuner

v0.3.0

22 Aug 02:04
Compare
Choose a tag to compare
  • Adds override_cities config option

    This release adds the option to specify override_cities as a pipe
    separated list. Next to override_zipcodes it's now possible to specify a
    list of cities in the form City, State (e.g. Los Angeles, CA).
    The command line option and the environment variable take a pipe separated list:
    --override_cities="Los Angeles, CA|Portland, OR"
    $l2t_override_cities="Los Angeles, CA|Portland, OR"

    The config file uses the TOML format:
    override_cities = ["Los Angeles, CA", "Portland, OR"]