You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Increase badge fonts and bump versions (f2be7fa)
Improve ranking badge appearance by increasing rank, label, and compact font sizes and making badge corners rounder (rx 10 -> 20). Bump FINAL_IMAGE_RENDERER_CACHE_VERSION to poster-backdrop-logo-thumbnail-v237 to invalidate image caches and increment package version to 0.4.88. Updated TypeScript build metadata.
Default poster and ranking positions to top (daf8d61)
Change defaults so posterQualityBadgesPosition and rankingPosition initialize to 'top' instead of 'auto'. Also add explicit setPosterQualityBadgesPosition('top') and setRankingPosition('top') in the preset/settings block to ensure these values are applied when switching presets. Full Changelog: v0.4.87...v0.4.88