Skip to content

Release v2.8.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 10:01
bc3d1f5

Added

  • A floating filter panel on F in the workbench that filters as you type and shows how many rows match
  • Click the store, namespace, theme or refresh interval in the workbench status bar to change it
  • Right-click a row for its actions, with the destructive ones kept apart

Changed

  • Enter or double-click opens a read-only detail view. Replay, retry, stop and the rest need an explicit key, a button, or the context menu — a reflexive double-click can't change anything now
  • Actions declare whether they're destructive instead of it being guessed from the label, so they're tinted consistently wherever they show up
  • One key for themes instead of three, listing all of them
  • Throughput and observer count are line graphs — bar sparklines rounded 3 and 4 events per tick to the same full-height column
  • Tables and graphs let the background through, and colors follow a theme change straight away instead of on the next refresh

Fixed

  • The table you were looking at never refreshed — rows only rebuilt while a view was inactive, so a live dashboard sat frozen
  • F did nothing when the sidebar had focus, which is every view you reach by navigating there
  • Tables collapsed to a few rows instead of filling the height, and the store and namespace pickers opened as a box that was mostly chrome
  • A sorted table that refreshes can't reach the comparer that throws At least one object must implement IComparable — every column gets a typed comparer when the table is built (#47)