mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 11:35:25 +00:00

BREAKING CHANGE: the format of the cable channel files and more specifically the preview specification is updated to be a single table named `preview` (with keys `command`, `delimiter`, and `offset`) instead of three flat fields. ```toml preview_command = "echo 3" preview_delimiter = " " preview_offset = "{1}" ``` becomes: ```toml preview.command = "echo 3" preview.delimiter = " " preview.offset = "{1}" ```