Skip to content

Commit 8bc2622

Browse files
committed
Updating for 1.12.4 version.
1 parent cf55b69 commit 8bc2622

22 files changed

+4526
-3706
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,24 @@
135135
<content_attribute id="money-gambling">none</content_attribute>
136136
</content_rating>
137137
<releases>
138+
<release version="1.12.4" date="2021-06-02">
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>Small optimization to Meson build procedure.</li>
145+
</ul>
146+
<p>Bug Fixes</p>
147+
<p xml:lang="pt">Correções</p>
148+
<p xml:lang="fr">Corrections de bugs</p>
149+
<ul>
150+
<li>Fixed compile and run issue for distros lacking full granite support.</li>
151+
<li>Fixed issue with displaying correct themes when themes are hidden that don't match system theme.</li>
152+
<li>Added missing translatable strings.</li>
153+
</ul>
154+
</description>
155+
</release>
138156
<release version="1.12.3" date="2021-05-22">
139157
<description>
140158
<p>New</p>

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,20 @@
8989
<content_attribute id="money-gambling">none</content_attribute>
9090
</content_rating>
9191
<releases>
92+
<release version="1.12.4" date="2021-06-02">
93+
<description>
94+
<p>Changes</p>
95+
<ul>
96+
<li>Small optimization to Meson build procedure.</li>
97+
</ul>
98+
<p>Bug Fixes</p>
99+
<ul>
100+
<li>Fixed compile and run issue for distros lacking full granite support.</li>
101+
<li>Fixed issue with displaying correct themes when themes are hidden that don't match system theme.</li>
102+
<li>Added missing translatable strings.</li>
103+
</ul>
104+
</description>
105+
</release>
92106
<release version="1.12.3" date="2021-05-22">
93107
<description>
94108
<p>New</p>

meson.build

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

0 commit comments

Comments
 (0)