Skip to content

Releases: fhemberger/prometheus-formatter

v3.2.1

04 Jan 15:09

Choose a tag to compare

  • Encode < and > in label values, fixes #23
  • Remove usage of CSS pseudo-elements as its content is not selectable
  • Remove definition list syntax with ARIA roles. MDN says about role="associationlist": "in most cases rarely, if ever, useful"

v3.2.0

23 Dec 13:03

Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.2.0

v3.1.0 - Accessibility improvements

11 Sep 14:57

Choose a tag to compare

Changed the HTML rendering to use sections, and definition lists for
labels, to make the output more accessible and easier to navigate for
screenreader users.

If you notice accessibility issues or have ideas for improvement,
please let me know!

v3.0.1

25 Feb 15:56

Choose a tag to compare

  • Use proper Atom One Light/Dark theme colors
  • Fix packaging script, remove macOS specific files

v3.0.0

03 Oct 11:39

Choose a tag to compare

Manifest v3 support for Google Chrome

v2.2.0

01 Jun 08:40

Choose a tag to compare

  • Initial support for text-based OpenMetrics endpoints
  • Improved popup dialog readability

v2.1.0 - Dark Mode

04 Jul 09:00

Choose a tag to compare

  • Uses Atom One Dark/Light theme depending on system preferences
  • Removes Chrome permission 'activeTab'

v2.0.0

04 Jul 09:02

Choose a tag to compare

Support for Firefox

v1.2.4

25 Nov 17:38

Choose a tag to compare

Reduce Chrome permissions to 'activeTab'

v1.2.3

20 Nov 11:25

Choose a tag to compare

Fix highlighting for empty label values