Skip to content

Commit 17bfba4

Browse files
committed
Update for 1.12.5 release.
1 parent 24a92d7 commit 17bfba4

22 files changed

+3313
-3129
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,25 @@
135135
<content_attribute id="money-gambling">none</content_attribute>
136136
</content_rating>
137137
<releases>
138+
<release version="1.12.5" date="2021-06-14">
139+
<description>
140+
<p>Changes</p>
141+
<p xml:lang="pt">Alterações</p>
142+
<p xml:lang="fr">Modifications</p>
143+
<ul>
144+
<li>Updated Italian translation (thanks to @albanobattistella)</li>
145+
<li>Updated Russian translation (thanks to Alexandre Prokoudine)</li>
146+
</ul>
147+
<p>Bug Fixes</p>
148+
<p xml:lang="pt">Correções</p>
149+
<p xml:lang="fr">Corrections de bugs</p>
150+
<ul>
151+
<li>Added missing translatable strings in various parts of the UI.</li>
152+
<li>Fixed URL parser issues.</li>
153+
<li>Fixed application crash when forward deleting non-Latin text.</li>
154+
</ul>
155+
</description>
156+
</release>
138157
<release version="1.12.4" date="2021-06-02">
139158
<description>
140159
<p>Changes</p>

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,21 @@
8989
<content_attribute id="money-gambling">none</content_attribute>
9090
</content_rating>
9191
<releases>
92+
<release version="1.12.5" date="2021-06-14">
93+
<description>
94+
<p>Changes</p>
95+
<ul>
96+
<li>Updated Italian translation (thanks to @albanobattistella)</li>
97+
<li>Updated Russian translation (thanks to Alexandre Prokoudine)</li>
98+
</ul>
99+
<p>Bug Fixes</p>
100+
<ul>
101+
<li>Added missing translatable strings in various parts of the UI.</li>
102+
<li>Fixed URL parser issues.</li>
103+
<li>Fixed application crash when forward deleting non-Latin text.</li>
104+
</ul>
105+
</description>
106+
</release>
92107
<release version="1.12.4" date="2021-06-02">
93108
<description>
94109
<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.12.4',
2+
version : '1.12.5',
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: 2021-06-13 14:44-0500\n"
11+
"POT-Creation-Date: 2021-06-14 22:46-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: 2021-06-13 14:44-0500\n"
10+
"POT-Creation-Date: 2021-06-14 22:46-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: 2021-06-13 14:44-0500\n"
10+
"POT-Creation-Date: 2021-06-14 22:46-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)