Skip to content

v1.5.13

Choose a tag to compare

@github-actions github-actions released this 04 Jul 08:28
48b17c7

1.5.13 (2026-07-04)

Bug Fixes

  • 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)