Skip to content

Commit a1e6f7c

Browse files
committed
release 4.11.6
1 parent 9befed4 commit a1e6f7c

File tree

16 files changed

+3271
-2901
lines changed

16 files changed

+3271
-2901
lines changed

core/Services/Database.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class Services.Database : GLib.Object {
2525
private string errormsg;
2626
private string sql;
2727

28-
private Gee.HashMap<string, Gee.ArrayList<string>> table_columns = new Gee.HashMap<string, Gee.ArrayList<string>>();
28+
private Gee.HashMap<string, Gee.ArrayList<string>> table_columns = new Gee.HashMap<string, Gee.ArrayList<string>> ();
2929

3030
public signal void opened ();
3131
public signal void reset ();

data/io.github.alainm23.planify.appdata.xml.in.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@
6161
<url type="donation">https://www.patreon.com/alainm23</url>
6262
<launchable type="desktop-id">@appid@.desktop</launchable>
6363
<releases>
64+
<release version="4.11.6" date="2024-11-04">
65+
<description translate="no">
66+
<ul>
67+
<li>Added feature to verify database integrity</li>
68+
<li>Bug fixes and performance improvements.</li>
69+
</ul>
70+
</description>
71+
</release>
72+
6473
<release version="4.11.5" date="2024-10-14">
6574
<description translate="no">
6675
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'io.github.alainm23.planify',
33
'vala', 'c',
4-
version: '4.11.5'
4+
version: '4.11.6'
55
)
66

77
gnome = import('gnome')

0 commit comments

Comments
 (0)