Skip to content

Commit 19f4f9e

Browse files
committed
Prepare Mini EQ 0.8.7 release
1 parent 408ea30 commit 19f4f9e

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 0.8.7 - 2026-06-12
4+
5+
- Fix saved preset loading when many presets are stored.
6+
- Use a searchable preset picker for larger preset libraries.
7+
- Avoid a GTK accessibility warning from band fader range values.
8+
39
## 0.8.6 - 2026-06-04
410

511
- Fix auto presets at login for outputs where PipeWire restores the selected

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.8.6/docs/screenshots/mini-eq.png</image>
36+
<image>https://raw.githubusercontent.com/bhack/mini-eq/v0.8.7/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.8.6/docs/screenshots/mini-eq-dark.png</image>
40+
<image>https://raw.githubusercontent.com/bhack/mini-eq/v0.8.7/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.8.7" date="2026-06-12">
49+
<description>
50+
<ul>
51+
<li>Fix saved preset loading when many presets are stored.</li>
52+
<li>Use a searchable preset picker for larger preset libraries.</li>
53+
<li>Avoid a GTK accessibility warning from band fader range values.</li>
54+
</ul>
55+
</description>
56+
</release>
4857
<release version="0.8.6" date="2026-06-04">
4958
<description>
5059
<p>Fix auto presets at login for outputs where PipeWire restores the selected speaker sink before reporting the active port route.</p>

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.8.6"
7+
version = "0.8.7"
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)