Skip to content

v0.4.65

Choose a tag to compare

@github-actions github-actions released this 13 May 19:38
· 94 commits to main since this release

0.4.65

  • Add poster genre badge and UI control (c140553)
    Introduce poster genre badges: add PosterGenrePosition type (off/top/bottom) and normalization, wire posterGenrePosition through token/proxy config and aiometadata params, and persist it in controllers and URL/query generation. Route logic now resolves the first TMDB genre name, includes genre in average rating display when enabled, and builds a posterGenreBadge for rendering; posterGenrePosition is included in cache keys/TTLs. Image renderer composes the genre badge (top/bottom), avoids collisions using poster blocking rects, and registers blocking rects for other badges; badge height estimation was slightly improved to avoid clipping. UI: expose genre position controls in workspace/home panels and toggle for including genre with average rating. Bump package version to 0.4.65.
    Full Changelog: v0.4.64...v0.4.65