Skip to content

Commit

Permalink
release 4.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alainm23 committed Nov 4, 2024
1 parent 9befed4 commit a1e6f7c
Show file tree
Hide file tree
Showing 16 changed files with 3,271 additions and 2,901 deletions.
2 changes: 1 addition & 1 deletion core/Services/Database.vala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class Services.Database : GLib.Object {
private string errormsg;
private string sql;

private Gee.HashMap<string, Gee.ArrayList<string>> table_columns = new Gee.HashMap<string, Gee.ArrayList<string>>();
private Gee.HashMap<string, Gee.ArrayList<string>> table_columns = new Gee.HashMap<string, Gee.ArrayList<string>> ();

public signal void opened ();
public signal void reset ();
Expand Down
9 changes: 9 additions & 0 deletions data/io.github.alainm23.planify.appdata.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@
<url type="donation">https://www.patreon.com/alainm23</url>
<launchable type="desktop-id">@[email protected]</launchable>
<releases>
<release version="4.11.6" date="2024-11-04">
<description translate="no">
<ul>
<li>Added feature to verify database integrity</li>
<li>Bug fixes and performance improvements.</li>
</ul>
</description>
</release>

<release version="4.11.5" date="2024-10-14">
<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.11.5'
version: '4.11.6'
)

gnome = import('gnome')
Expand Down
Loading

0 comments on commit a1e6f7c

Please sign in to comment.