Skip to content

Commit 7bbb970

Browse files
committed
Bumped version number of updated changelog.
1 parent 8bb0709 commit 7bbb970

File tree

3 files changed

+21
-14
lines changed

3 files changed

+21
-14
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Mending Wall is free software, copyright © 2025 Lawrence Murray, licensed under
1414

1515
Packages are available from [download.indii.org](https://download.indii.org). You can also install from source following the instructions provided here. A local installation to your home directory is sufficient; root permissions are not required to install or run.
1616

17-
Building requires Meson, Blueprint, GTK 4, GLib 2, libadwaita, and libportal.
17+
Building requires Meson, Blueprint, GTK 4, GLib 2, and libadwaita.
1818

1919
On Debian-based systems, install these with:
2020
```
@@ -24,9 +24,6 @@ sudo apt install \
2424
libgtk-4-dev \
2525
libglib2.0-dev \
2626
libadwaita-1-dev \
27-
libportal-dev \
28-
libportal-gtk3-dev \
29-
libportal-gtk4-dev \
3027
gettext \
3128
appstream \
3229
desktop-file-utils
@@ -39,9 +36,6 @@ sudo dnf install \
3936
glib2-devel \
4037
gtk4-devel \
4138
libadwaita-devel \
42-
libportal-devel \
43-
libportal-gtk3-devel \
44-
libportal-gtk4-devel \
4539
gettext \
4640
appstream \
4741
desktop-file-utils
@@ -54,9 +48,6 @@ sudo zypper install \
5448
glib2-devel \
5549
gtk4-devel \
5650
libadwaita-devel \
57-
libportal-devel \
58-
libportal-gtk3-devel \
59-
libportal-gtk4-devel \
6051
gettext \
6152
appstream \
6253
desktop-file-utils
@@ -69,9 +60,6 @@ sudo pacman -S \
6960
glib2 \
7061
gtk4 \
7162
libadwaita \
72-
libportal \
73-
libportal-gtk3 \
74-
libportal-gtk4 \
7563
gettext \
7664
appstream \
7765
desktop-file-utils

data/org.indii.mendingwall.metainfo.xml.in

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,25 @@
6363
</provides>
6464

6565
<releases>
66+
<release version="0.3.1" date="2025-03-03">
67+
<url type="details">https://github.com/lawmurray/mendingwall/releases/tag/v0.3.1</url>
68+
<description translate="no">
69+
<p>Fixed background process not terminating at end of KDE session under some configurations. Fixed by removing libportal dependency and replacing with the session management encoded in GtkApplication.</p>
70+
</description>
71+
</release>
72+
73+
<release version="0.3.0" date="2025-02-26">
74+
<url type="details">https://github.com/lawmurray/mendingwall/releases/tag/v0.3.0</url>
75+
<description translate="no">
76+
<ul>
77+
<li>Tweaks to applications affected by Tidy Menus feature.</li>
78+
<li>Added Default group to themes.conf file, enabling support for desktop environments with any XDG_CURRENT_DESKTOP value.</li>
79+
<li>Added mendingwallcli command-line interface, intended mostly for automated testing.</li>
80+
<li>Reorganized some code to ease Flatpak and Snap packaging.</li>
81+
</ul>
82+
</description>
83+
</release>
84+
6685
<release version="0.2.0" date="2025-02-11">
6786
<url type="details">https://github.com/lawmurray/mendingwall/releases/tag/v0.2.0</url>
6887
<description translate="no">

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('mendingwall', 'c',
2-
version: '0.3.0',
2+
version: '0.3.1',
33
meson_version: '>= 1.0.0',
44
default_options: [ 'warning_level=2', 'werror=false', 'c_std=gnu11', ],
55
)

0 commit comments

Comments
 (0)