Skip to content

Commit 6b9de83

Browse files
committed
Preparing source files for 1.16.1 release
1 parent 586d20b commit 6b9de83

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

data/com.github.phase1geo.minder.appdata.xml.in

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,24 @@
9292
<content_attribute id="money-gambling">none</content_attribute>
9393
</content_rating>
9494
<releases>
95+
<release version="1.16.1" date="2024-01-10">
96+
<description>
97+
<p>New</p>
98+
<ul>
99+
<li>Added support for Shift-Tab to unindent nodes in Quick Entry.</li>
100+
</ul>
101+
<p>Changes</p>
102+
<ul>
103+
<li>Updated Italian translation (thanks to @albanobatistella).</li>
104+
<li>Improved Quick Entry auto-formatting to reduce user errors.</li>
105+
</ul>
106+
</description>
107+
<issues>
108+
<issue url="https://github.com/phase1geo/minder/issues/591">Completion status not updated</issue>
109+
<issue url="https://github.com/phase1geo/minder/issues/592">Crash when deleting nodes</issue>
110+
<issue url="https://github.com/phase1geo/minder/issues/593">Crash when inserting nodes with Quick Entry</issue>
111+
</issues>
112+
</release>
95113
<release version="1.16.0" date="2024-01-08">
96114
<description>
97115
<p>New</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('com.github.phase1geo.minder', ['vala', 'c'],
2-
version : '1.16.0',
2+
version : '1.16.1',
33
license: 'GPL-3.0'
44
)
55

src/Application.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class Minder : Granite.Application {
3939
private HashMap<string,int> cl_options;
4040

4141
public static GLib.Settings settings;
42-
public static string version = "1.16.0";
42+
public static string version = "1.16.1";
4343

4444
public Minder () {
4545

0 commit comments

Comments
 (0)