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
query dropdown entries were indistinguishable when a single query returned many series — the concise refId: fieldName labels introduced for #49 collapsed to identical A: Value entries for multi-series Prometheus responses. Labels now show short display names (custom legends, label sets) verbatim, keep long unique names concise, and expand to the full label set whenever concise labels would collide; stored selections are unchanged (#191, PR #195)
Chores (not part of the plugin archive)
regression-hardening test suite — editor dropdown component tests, a duplicate-DOM-id guard, options-migration round-trip guarantees, a hostile-data render matrix, and a dist packaging verification step in CI and the signed release pipeline (PR #196)
least-privilege GITHUB_TOKEN permissions across CI workflows, resolving the open CodeQL alerts (PR #194)
docs site: step-by-step Getting Started/Links screenshots and the Dracula color scheme (PRs #192, #193)