Skip to content

openmeters 1.9.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 07:07
4e4db32

What Changed?

  • Added a unipolar fold option to the stereometer when in either of the dot cloud modes.
  • Cull loudness label text when there isn't enough vertical space (#14)
  • Various internal refactors

Changelog

4e4db32 chore: version 1.9.0
feb9459 feat(loudness): cull labels where there isn't enough room (#14)
67a9fe9 refactor: unnecessary vector creation
571568c refactor: settingsconfig consumes value, clone only once, inline single-use wrapper
039a9de refactor: unify mono/stereo/multichannel ingestion
9651c72 refactor: remove unnecessary oncelock helper
fb60db2 refactor: remove display_name() alias. port pairing now borrows graphports instead of cloning
f179590 refactor: remove unnecessary constructor, narrow visibility
51b71ed refactor: use BTreeMap instead of HashMap
0a5040c feat(stereometer): better scaling mode, unipolar fold
3f586b0 theme: derive weak color from extended palette instead of hardcoded constants