0.3.12
- feat(images): add anime-specific backdrop and logo language controls and fix localized artwork selection (933f724)
- add
Backdrop LanguageandBackdrop Language Animecontrols across UI, config import/export, proxy config, token config, and server-side rendering - add
Logo LanguageandLogo Language Animecontrols across UI, config import/export, proxy config, token config, and server-side rendering - add
Backdrop Text Animeand wire it through preview, saved config, proxy forwarding, and server-side backdrop selection - rename poster text mode
originaltodefaultwhile preserving backward compatibility for legacyoriginalquery/config values - make poster and backdrop
defaultresolve to the default artwork for the selected language - make poster and backdrop
alternativeexclude the current default artwork and prefer a different artwork in the same selected language - fix the case where
Backdrop Textdefaultandcleancould resolve to the same image - fix build and type issues introduced during the language/text-mode expansion
- rename the dynamic image route handler from
route.tsxtoroute.tsto restore a clean Next.js production build - bump project version from
0.3.11to0.3.12
Full Changelog: v0.3.11...v0.3.12
- add