Major Changes
- Add ability to zero-pad (to the tens place) all season folders
- Top-level
zero_pad_seasons
option is now used - If enabled, folders like
Season 1
becomeSeason 01
(Specials is unchanged) - Closes #59
- Top-level
Major Fixes
- Look for preferences file (
preferences.yml
) in local filepath, not execution path - Handle
ImportError
for missing packages on execution- Missing packages now results in a print to try and execute
pipenv install
- Missing packages now results in a print to try and execute
- Identify missing ImageMagick installation at start
- Maker will attempt to use ImageMagick to look at all installed fonts, and if the result is not "valid", a critical error will be thrown
- Closes #61
Minor Changes
N/A
Minor Fixes
- Add warning if title translations are specified under
title
orabs_number
key