From ec5557eff0500ea062c17e685352515aeddddc15 Mon Sep 17 00:00:00 2001 From: bhack Date: Sat, 9 May 2026 03:35:15 +0200 Subject: [PATCH] Prepare Mini EQ 0.6.0 release --- CHANGELOG.md | 11 +++++++++++ data/io.github.bhack.mini-eq.metainfo.xml | 13 +++++++++++-- docs/screenshots/mini-eq-dark.png | Bin 138919 -> 153586 bytes docs/screenshots/mini-eq.png | Bin 141240 -> 154788 bytes docs/social-preview.png | Bin 126427 -> 135494 bytes pyproject.toml | 2 +- tools/demo_runtime.py | 4 ++-- 7 files changed, 25 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2cbad7..952baf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.6.0 - 2026-05-09 + +- Replace the direct WirePlumber Python integration with pipewire-gobject for + app-facing PipeWire registry, metadata, routing, and monitor-capture access. +- Bundle pipewire-gobject 0.3.4 in Flatpak and require + `pipewire-gobject>=0.3.4,<0.4` for PyPI installs. +- Keep system-wide EQ, monitor capture, output changes, and shutdown behavior + covered by a live nested-GNOME/AT-SPI runtime smoke test. +- Remove the old WirePlumber 0.4 compatibility build path and tighten release + preflight around the new PipeWire dependency boundary. + ## 0.5.1 - 2026-05-07 - Keep routing, EQ, analyzer, and output-preset switches synchronized with diff --git a/data/io.github.bhack.mini-eq.metainfo.xml b/data/io.github.bhack.mini-eq.metainfo.xml index 81736bd..b32d6c5 100644 --- a/data/io.github.bhack.mini-eq.metainfo.xml +++ b/data/io.github.bhack.mini-eq.metainfo.xml @@ -33,11 +33,11 @@ - https://raw.githubusercontent.com/bhack/mini-eq/v0.5.1/docs/screenshots/mini-eq.png + https://raw.githubusercontent.com/bhack/mini-eq/v0.6.0/docs/screenshots/mini-eq.png Adjust sound output with equalizer controls - https://raw.githubusercontent.com/bhack/mini-eq/v0.5.1/docs/screenshots/mini-eq-dark.png + https://raw.githubusercontent.com/bhack/mini-eq/v0.6.0/docs/screenshots/mini-eq-dark.png Use the equalizer with dark style @@ -45,6 +45,15 @@ https://github.com/bhack/mini-eq/issues https://github.com/bhack/mini-eq + + +
    +
  • Use pipewire-gobject for PipeWire registry, metadata, routing, and monitor capture.
  • +
  • Bundle pipewire-gobject 0.3.4 in Flatpak and remove the old WirePlumber 0.4 compatibility build path.
  • +
  • Improve live runtime validation for routing, monitor capture, output changes, and shutdown behavior.
  • +
+
+