Skip to content

Commit 14b81ca

Browse files
committed
Prepare 0.8.0 release
1 parent eda98ae commit 14b81ca

3 files changed

Lines changed: 22 additions & 9 deletions

File tree

CHANGELOG.md

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

3-
## Unreleased
4-
5-
- Add direct AutoEq search, curve preview, and on-demand preset import from the app.
6-
- Show current AppStream release notes in the About dialog.
7-
- Request Flatpak network access so AutoEq.app profile search and preset generation work in sandboxed builds.
8-
- Keep the Flatpak display permission Wayland-only, avoiding the X11 screen-contents access grant.
3+
## 0.8.0 - 2026-05-13
4+
5+
- Add direct AutoEq profile search, curve preview, and on-demand headphone
6+
correction import.
7+
- Show generated AutoEq target, preamp, source, and filter count before
8+
importing a profile.
9+
- Remember window size across launches and show current release notes in the
10+
About dialog.
11+
- Clarify modified curves and auto preset state in the GNOME Shell extension.
912

1013
## 0.7.4 - 2026-05-11
1114

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,28 @@
3333
</description>
3434
<screenshots>
3535
<screenshot type="default">
36-
<image>https://raw.githubusercontent.com/bhack/mini-eq/v0.7.4/docs/screenshots/mini-eq.png</image>
36+
<image>https://raw.githubusercontent.com/bhack/mini-eq/v0.8.0/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.4/docs/screenshots/mini-eq-dark.png</image>
40+
<image>https://raw.githubusercontent.com/bhack/mini-eq/v0.8.0/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.0" date="2026-05-13">
49+
<description>
50+
<ul>
51+
<li>Add direct AutoEq profile search, curve preview, and on-demand headphone correction import.</li>
52+
<li>Show generated AutoEq target, preamp, source, and filter count before importing a profile.</li>
53+
<li>Remember window size across launches and show current release notes in the About dialog.</li>
54+
<li>Clarify modified curves and auto preset state in the GNOME Shell extension.</li>
55+
</ul>
56+
</description>
57+
</release>
4858
<release version="0.7.4" date="2026-05-11">
4959
<description>
5060
<ul>

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.4"
7+
version = "0.8.0"
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)