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
Add rankingPosition option and badge positioning (3756b18)
Introduce a new RankingPosition option (auto/top/bottom/above-logo) and thread it through the app: types, normalization, token/config mapping, UI controls, aiometadata patterns, and runtime route handling. The image renderer was enhanced to honor rankingPosition when placing the ranking badge: new collision-avoidance logic (posterBlockingRects, rectsOverlap) and dedicated top calculation paths for top/above-logo/bottom/auto ensure badges don't overlap other overlays or quality badges. Also add UI options for selecting position and include rankingPosition in preview/config URLs and proxy token handling. Bump package version in package.json. Full Changelog: v0.4.61...v0.4.62