Skip to content

Commit 455b523

Browse files
committed
Preparing for 1.9.2 release.
1 parent acee78b commit 455b523

20 files changed

+1717
-1677
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,16 @@
107107
<content_attribute id="money-gambling">none</content_attribute>
108108
</content_rating>
109109
<releases>
110+
<release version="1.9.2" date="2020-08-07">
111+
<description>
112+
<p>Bug Fixes</p>
113+
<p xml:lang="fr">Corrections de bugs</p>
114+
<ul>
115+
<li>Fixed issue with setting cursor position with mouse when zoom factor is not 100 percent.</li>
116+
<li>Fixed issue with reading in Minder files that exceed the XML parser size limitations.</li>
117+
</ul>
118+
</description>
119+
</release>
110120
<release version="1.9.1" date="2020-07-12">
111121
<description>
112122
<p>Changes</p>

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,15 @@
8383
<content_attribute id="money-gambling">none</content_attribute>
8484
</content_rating>
8585
<releases>
86+
<release version="1.9.2" date="2020-08-07">
87+
<description>
88+
<p>Bug Fixes</p>
89+
<ul>
90+
<li>Fixed issue with setting cursor position with mouse when zoom factor is not 100 percent.</li>
91+
<li>Fixed issue with reading in Minder files that exceed the XML parser size limitations.</li>
92+
</ul>
93+
</description>
94+
</release>
8695
<release version="1.9.1" date="2020-07-12">
8796
<description>
8897
<p>Changes</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.9.1',
2+
version : '1.9.2',
33
license: 'GPL-3.0'
44
)
55

po/com.github.phase1geo.minder.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: com.github.phase1geo.minder\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-07-12 22:34-0500\n"
11+
"POT-Creation-Date: 2020-08-07 21:22-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

po/cs.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: com.github.phase1geo.minder\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-07-12 22:34-0500\n"
10+
"POT-Creation-Date: 2020-08-07 21:22-0500\n"
1111
"PO-Revision-Date: 2019-03-24 15:24+0100\n"
1212
"Last-Translator: Jan Marek <[email protected]>\n"
1313
"Language-Team: none\n"

po/es.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: com.github.phase1geo.minder\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-07-12 22:34-0500\n"
10+
"POT-Creation-Date: 2020-08-07 21:22-0500\n"
1111
"PO-Revision-Date: 2019-03-24 15:24+0100\n"
1212
"Last-Translator: Félix Brezo <[email protected]>\n"
1313
"Language-Team: none\n"

0 commit comments

Comments
 (0)