Skip to content

v1.15.0

Latest
Compare
Choose a tag to compare
@CollinHeist CollinHeist released this 28 Dec 04:52
· 2 commits to master since this release
087ab19

Major Changes

  • Create Shape card type. The diamond shape is fully customizable in color, shape, size, and position
  • Create Inset card type
  • Crate Banner card type
  • Also determine whether an archive variation has a customized Font based on the provided extras
  • Add option to position logos in the center of season posters; separate placement of text and logos
    • Remove --top-placement mini maker argument
    • Add --logo-placement and --text-placement mini maker arguments
    • Parse logo_placement and text_placement YAML arguments in season poster specifications (old arguments will still work)

Major Fixes

  • Also query for Series under full name within Plex (if no database IDs are available)
  • Properly detect already full names in Sonarr ID matching
  • Fix logo file specification in mini maker

Minor Changes

  • Add text_gravity extra to Divider card type
  • Add border_color extra to White Border card type
  • Add overlay_transparency extra to Cutout card type
    • This allows for creation of semi-transparent cutouts, whereas the card previously did not support any transparency (this was due to utilizing IM layered mask composition, which doesn't support alpha channels); for example:
  • Cache Docker layers in build workflows
  • Download art backdrops for card types which do not use a source if art style is indicated
  • Utilize even title splitting in the Tinted Frame card (was top) - this should have a only have a marginal effect on very long titles
  • Shift top element index text up 3px in Tinted Frame card
  • Utilize font vertical shift in Star Wars card
  • Merge KHthe8th/TintedFramePlusTitleCard (user-created card type)
  • Add logo_vertical_shift extra to Tinted Frame card
  • Adjust interline spacing for title text if line_position is bottom in the Overline card
  • Add episode_text_font_size extra to Standard and White Border cards
  • Add shadow_color extra to Calligraphy, Landscape, and Tinted Frame cards
  • Reduce default interline spacing in Calligraphy card
  • Utilize forced title splitting in Calligraphy card
  • Change shadow opacity of Calligraphy, Landscape, and Tinted Frame drop shadows to 85% (from 80%)

Minor Fixes

  • Also write EXIF tag data to season posters if PMM integration is enabled
  • Fix some preview images within the README
  • Fix pyyaml package version to 6.0.1 to avoid cython build error in version 6.0.0 of the package
  • Also escape ending \ characters in ImageMagick commands
  • Handle bad command splits in ImageMagick commands
  • Reset all other custom extras in default Font archive sub-variations
  • Correctly reset stroke_color in default Font archives for the Logo title card
  • Correctly determine the bounding box coordinates for Landscape cards with custom Font interword spacings
  • Change Standard max title line count to 4 (from 3)