Skip to content

openmeters 1.11.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jul 04:56
1ba392c

What Changed?

  • Removed both the drag handle in the bottom right and the full-frame mouse area. Most (if not all) compositors/DEs/WMs expose controls to manipulate windows without decorations, so I've decided to favor those and avoid the complications associated with those bespoke controls.
  • Add a "stacked" display mode to the oscilloscope (#17)
  • Improve reassigned spectrogram power accumulation. Preserves detail at low DPIs.

Changelog

1ba392c chore: version 1.11.0
54d915f docs: reword some things in the readme
44444db refactor(spectrogram): isolate history ring state
86c13b0 feat(spectrogram): improve reassigned spectrogram power accumulation
3893f09 refactor: simplify pipewire direction and UI helpers
7bb2319 feat(oscilloscope): stacked display mode (#17)
8787abe fix(ui): button text should use button background color to determine light/dark status
b4b88dd feat(ui): remove drag handle when window decorations are disabled
faec9a6 feat(ui): remove mouse area as it could conflict with pane reordering