Skip to content

v1.12.3

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Sep 11:10
Immutable release. Only release title and notes can be modified.
22d8c10

v1.12.3

Web UI fixes on top of the v1.12.2 theme.

  • Scoped labels are two-tone again: the scope on its solid hue, the value on
    the tint, with the theme's small radius and no border. v1.12.2 had
    flattened type::bug into a dot and a separator.
  • Embedded UI assets carry a content ETag with Cache-Control: no-cache.
    Browsers used to cache app.css and app.js heuristically and kept the
    previous build after a release until a hard refresh. They now revalidate
    on every load and receive a 304 until the build changes.

CI: pushes to main upload the full-tree Go coverage profile to SonarCloud
instead of the changed packages only (#385).