Skip to content

Commit

Permalink
Release 4.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alainm23 committed May 18, 2024
1 parent 4b37981 commit 2aadbb2
Show file tree
Hide file tree
Showing 21 changed files with 5,591 additions and 5,154 deletions.
2 changes: 1 addition & 1 deletion build-aux/io.github.alainm23.planify.Devel.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id": "io.github.alainm23.planify.Devel",
"runtime": "org.gnome.Platform",
"runtime-version": "45",
"runtime-version": "46",
"sdk": "org.gnome.Sdk",
"command": "io.github.alainm23.planify.Devel",
"tags": ["devel"],
Expand Down
1 change: 1 addition & 0 deletions core/Constants.vala
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ namespace Constants {
public const string LIBERAPAY_URL = "https://liberapay.com/Alain/";
public const string KOFI_URL = "https://ko-fi.com/alainm23";
public const string MATRIX_URL = "https://matrix.to/#/#useplanify:matrix.org";
public const bool SHOW_WHATSNEW = false;
}
10 changes: 10 additions & 0 deletions data/io.github.alainm23.planify.appdata.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@
<url type="donation">https://www.patreon.com/alainm23</url>
<launchable type="desktop-id">@[email protected]</launchable>
<releases>
<release version="4.7.4" date="2024-05-18">
<description translate="no">
<ul>
<li>Support for Libadwaita 1.5 and Adaptive Dialogs</li>
<li>Design, Usability, and Performance Improvements</li>
<li>Updated Translations for Hindi and Chinese</li>
</ul>
</description>
</release>

<release version="4.7.2" date="2024-05-11">
<description translate="no">
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'io.github.alainm23.planify',
'vala', 'c',
version: '4.7.2'
version: '4.7.4'
)

gnome = import('gnome')
Expand Down
Loading

0 comments on commit 2aadbb2

Please sign in to comment.