File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.8.1 - 2026-05-14
4+
5+ - Fix first-run Flatpak window sizing and state restoration.
6+ - Fix GNOME Shell startup notification handling when launching Mini EQ from the
7+ app icon.
8+
39## 0.8.0 - 2026-05-13
410
511- Add direct AutoEq profile search, curve preview, and on-demand headphone
Original file line number Diff line number Diff line change 3333 </description >
3434 <screenshots >
3535 <screenshot type =" default" >
36- <image >https://raw.githubusercontent.com/bhack/mini-eq/v0.8.0 /docs/screenshots/mini-eq.png</image >
36+ <image >https://raw.githubusercontent.com/bhack/mini-eq/v0.8.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.8.0 /docs/screenshots/mini-eq-dark.png</image >
40+ <image >https://raw.githubusercontent.com/bhack/mini-eq/v0.8.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.8.1" date =" 2026-05-14" >
49+ <description >
50+ <ul >
51+ <li >Fix first-run Flatpak window sizing and state restoration.</li >
52+ <li >Fix GNOME Shell startup notification handling when launching Mini EQ from the app icon.</li >
53+ </ul >
54+ </description >
55+ </release >
4856 <release version =" 0.8.0" date =" 2026-05-13" >
4957 <description >
5058 <ul >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " mini-eq"
7- version = " 0.8.0 "
7+ version = " 0.8.1 "
88description = " Compact PipeWire system-wide parametric equalizer for Linux desktops."
99readme = " README.md"
1010requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments