Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
lawmurray committed Feb 11, 2025
1 parent 7005e62 commit 94f2cfb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Mending Wall is a Linux application to fix issues when hopping between multiple desktop environments, such as tiny/huge cursors, tiny/huge fonts, light/dark mode switches and scaling issues. It also tidies application menus, showing core applications in their native environment only.

Mending Wall is free software, copyright (C) 2025 Lawrence Murray, licensed under the terms of the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).
Mending Wall is free software, copyright © 2025 Lawrence Murray, licensed under the terms of the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).

> [!CAUTION]
> This is an early release. During development, it has been tested with Ubuntu 24.04, Fedora 41, openSUSE Tumbleweed and EndeavourOS with GNOME and KDE, and to a lesser extent Xfce and Cinnamon. I would recommend trying it in a virtual machine, or creating a snapshot of your system before proceeding (with e.g. [Timeshift](https://github.com/linuxmint/timeshift) or [Snapper](http://snapper.io/)), in case Mending Wall fails to fix breakages caused by installing a second desktop environment in your main system, which may leave you with a manual cleanup.
Expand Down
9 changes: 8 additions & 1 deletion data/org.indii.mendingwall.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,17 @@
</provides>

<releases>
<release version="0.2.0" date="2025-02-11">
<url type="details">https://github.com/lawmurray/mendingwall/releases/tag/v0.2.0</url>
<description translate="no">
<p>Uses libportal for desktop session integration.</p>
</description>
</release>

<release version="0.1.1" date="2025-02-07">
<url type="details">https://github.com/lawmurray/mendingwall/releases/tag/v0.1.1</url>
<description translate="no">
<p>Fixed some unnecessary copying of desktop entries.</p>
<p>Fixes some unnecessary copying of desktop entries.</p>
</description>
</release>

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('mendingwall', 'c',
version: '0.1.1',
version: '0.2.0',
meson_version: '>= 1.0.0',
default_options: [ 'warning_level=2', 'werror=false', 'c_std=gnu11', ],
)
Expand Down
2 changes: 1 addition & 1 deletion src/about.blp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ using Adw 1;
Adw.AboutDialog about {
application-icon: "mendingwall";
application-name: "Mending Wall";
version: "0.1.1";
version: "0.2.0";
copyright: "© 2025 Lawrence Murray";
license-type: gpl_3_0;
developer-name: "Lawrence Murray";
Expand Down

0 comments on commit 94f2cfb

Please sign in to comment.