Skip to content

Commit 328ba4d

Browse files
committed
Prepare 0.1.4 release
1 parent 3835037 commit 328ba4d

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 0.1.4 - 2026-04-30
4+
5+
- Add the Mini EQ Controls GNOME Shell extension for panel routing, EQ, preset, and analyzer controls.
6+
- Add the Mini EQ D-Bus control API used by the companion GNOME Shell extension.
7+
- Improve system-wide EQ compare controls and refresh the public screenshot and social preview assets.
8+
- Add release checks and packaging helpers for the GNOME Shell extension bundle.
9+
310
## 0.1.3 - 2026-04-29
411

512
- Redesign the signal inspector with compact headroom, preamp, and monitor controls.

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,23 @@
2929
</description>
3030
<screenshots>
3131
<screenshot type="default">
32-
<image>https://raw.githubusercontent.com/bhack/mini-eq/v0.1.3/docs/screenshots/mini-eq.png</image>
32+
<image>https://raw.githubusercontent.com/bhack/mini-eq/v0.1.4/docs/screenshots/mini-eq.png</image>
3333
<caption>Main equalizer window</caption>
3434
</screenshot>
3535
</screenshots>
3636
<url type="homepage">https://github.com/bhack/mini-eq</url>
3737
<url type="bugtracker">https://github.com/bhack/mini-eq/issues</url>
3838
<url type="vcs-browser">https://github.com/bhack/mini-eq</url>
3939
<releases>
40+
<release version="0.1.4" date="2026-04-30">
41+
<description>
42+
<ul>
43+
<li>Add a companion GNOME Shell extension for panel controls.</li>
44+
<li>Add the Mini EQ D-Bus control API used by the shell extension.</li>
45+
<li>Refresh the public screenshot and social preview assets.</li>
46+
</ul>
47+
</description>
48+
</release>
4049
<release version="0.1.3" date="2026-04-29">
4150
<description>
4251
<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.1.3"
7+
version = "0.1.4"
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)