Skip to content

Commit

Permalink
Preparing source files for 1.16.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
phase1geo committed Jan 10, 2024
1 parent 586d20b commit 6b9de83
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions data/com.github.phase1geo.minder.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,24 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="1.16.1" date="2024-01-10">
<description>
<p>New</p>
<ul>
<li>Added support for Shift-Tab to unindent nodes in Quick Entry.</li>
</ul>
<p>Changes</p>
<ul>
<li>Updated Italian translation (thanks to @albanobatistella).</li>
<li>Improved Quick Entry auto-formatting to reduce user errors.</li>
</ul>
</description>
<issues>
<issue url="https://github.com/phase1geo/minder/issues/591">Completion status not updated</issue>
<issue url="https://github.com/phase1geo/minder/issues/592">Crash when deleting nodes</issue>
<issue url="https://github.com/phase1geo/minder/issues/593">Crash when inserting nodes with Quick Entry</issue>
</issues>
</release>
<release version="1.16.0" date="2024-01-08">
<description>
<p>New</p>
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('com.github.phase1geo.minder', ['vala', 'c'],
version : '1.16.0',
version : '1.16.1',
license: 'GPL-3.0'
)

Expand Down
2 changes: 1 addition & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class Minder : Granite.Application {
private HashMap<string,int> cl_options;

public static GLib.Settings settings;
public static string version = "1.16.0";
public static string version = "1.16.1";

public Minder () {

Expand Down

0 comments on commit 6b9de83

Please sign in to comment.