0.2.10
-
Add thumbnailRatingStyle support (42c6ae4)
Introduce per-type thumbnail rating style handling so thumbnails can use an independent ratingStyle. Changes include:- app/[type]/[id]/route.tsx: parse a global rating style param and per-type overrides (poster, backdrop, thumbnail, logo) and choose the appropriate style based on imageType.
- components/home-page.tsx: add thumbnailRatingStyle state, wire it into aiometadata pattern building, config serialization, payload handling, preview selection, and UI handlers; update currentVersion to 0.2.10.
- lib/aiIntegrationPrompt.ts: document new poster/backdrop/thumbnail/logo ratingStyle params and update URL build logic to consider thumbnailRatingStyle.
- package.json: bump package version to 0.2.10.
These changes allow explicit control over thumbnail rating visuals without affecting backdrop or poster styles.
Full Changelog: v0.2.9...v0.2.10