Skip to content

v1.0.8

Compare
Choose a tag to compare
@CollinHeist CollinHeist released this 11 Apr 16:32
· 1368 commits to master since this release
6442f12

Major Changes

N/A

Major Fixes

  • Handle filenames with illegal characters (probably from the title) resulting in OS-errors during file-write
    • Maker now uses the standard (same as Sonarr) character replacements when creating title card filenames
    • Closes #68

Minor Changes

N/A

Minor Fixes

  • Handle filename format strings that don't have {episode} format key in them
    • Maker would error when trying to generate MultiEpisode filenames if there was no episode key to modify, these are now detected and the unmodified format string is used instead
    • Closes #69