Skip to content

Commit d83e12e

Browse files
committed
Prepare Mini EQ 0.7.1 release
1 parent 3deb564 commit d83e12e

6 files changed

Lines changed: 23 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.7.1 - 2026-05-09
4+
5+
- Fix port-aware auto presets when the active port changes on the same
6+
hardware output, such as switching between built-in speakers and headphones.
7+
- Avoid guessing a port when PipeWire exposes ambiguous route data for one
8+
output, and refresh preset handling from the observed PipeWire change.
9+
- Clarify unmatched-output fallback preset wording and tighten the compact
10+
utility-pane layout.
11+
- Improve the app icon's small-size readability without changing its
12+
GNOME/Flathub footprint.
13+
314
## 0.7.0 - 2026-05-09
415

516
- Replace the direct WirePlumber Python integration with pipewire-gobject for

data/io.github.bhack.mini-eq.metainfo.xml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,27 @@
3333
</description>
3434
<screenshots>
3535
<screenshot type="default">
36-
<image>https://raw.githubusercontent.com/bhack/mini-eq/v0.7.0/docs/screenshots/mini-eq.png</image>
36+
<image>https://raw.githubusercontent.com/bhack/mini-eq/v0.7.1/docs/screenshots/mini-eq.png</image>
3737
<caption>Adjust sound output with equalizer controls</caption>
3838
</screenshot>
3939
<screenshot>
40-
<image>https://raw.githubusercontent.com/bhack/mini-eq/v0.7.0/docs/screenshots/mini-eq-dark.png</image>
40+
<image>https://raw.githubusercontent.com/bhack/mini-eq/v0.7.1/docs/screenshots/mini-eq-dark.png</image>
4141
<caption>Use the equalizer with dark style</caption>
4242
</screenshot>
4343
</screenshots>
4444
<url type="homepage">https://github.com/bhack/mini-eq</url>
4545
<url type="bugtracker">https://github.com/bhack/mini-eq/issues</url>
4646
<url type="vcs-browser">https://github.com/bhack/mini-eq</url>
4747
<releases>
48+
<release version="0.7.1" date="2026-05-09">
49+
<description>
50+
<ul>
51+
<li>Fix port-aware auto presets when the active port changes on the same hardware output.</li>
52+
<li>Clarify unmatched-output fallback preset wording and improve compact utility-pane layout.</li>
53+
<li>Improve the app icon's small-size readability without changing its footprint.</li>
54+
</ul>
55+
</description>
56+
</release>
4857
<release version="0.7.0" date="2026-05-09">
4958
<description>
5059
<ul>

docs/screenshots/mini-eq-dark.png

-6.14 KB
Loading

docs/screenshots/mini-eq.png

-3.57 KB
Loading

docs/social-preview.png

-1.86 KB
Loading

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mini-eq"
7-
version = "0.7.0"
7+
version = "0.7.1"
88
description = "Compact PipeWire system-wide parametric equalizer for Linux desktops."
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)