Skip to content

v1.1.1

Compare
Choose a tag to compare
@CollinHeist CollinHeist released this 16 Apr 21:01
· 1346 commits to master since this release
42be89b

Major Changes

N/A

Major Fixes

  • Fixed "magick" command prefix for fixer commands
    • Moved prefix detection logic to PreferenceParser class (from main) so that fixer can use correct prefix
  • Removed grep dependency from AnimeTitleCard
  • Fixed AnimeTitleCard failing to create some cards if paths had spaces in them
  • Set Datafile encoding to UTF-8 so that unicode can be read/written on Windows

Minor Changes

  • Added some debug messages for failed title card creation
  • Added ImageMagick command history printout to help in debugging
  • Added logic to detect non /api/ endpoint in Sonarr URL specification
  • Added abs_number format specification to card filename formatting
    • Any episode that does not have an absolute number, yet this format key is specified, will use a 0 in place of the number

Minor Fixes

N/A