Skip to content

Commit 110e5b0

Browse files
committed
Preparing for version 1.12.3 stable release.
1 parent 3ecfc53 commit 110e5b0

22 files changed

+4370
-3939
lines changed

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,33 @@
135135
<content_attribute id="money-gambling">none</content_attribute>
136136
</content_rating>
137137
<releases>
138+
<release version="1.12.3" date="2021-05-22">
139+
<description>
140+
<p>New</p>
141+
<p xml:lang="pt">Novo</p>
142+
<p xml:lang="fr">Nouveau</p>
143+
<ul>
144+
<li>Added rounded branching style.</li>
145+
<li>Added support for drawing clickable folding areas.</li>
146+
</ul>
147+
<p>Changes</p>
148+
<p xml:lang="pt">Alterações</p>
149+
<p xml:lang="fr">Modifications</p>
150+
<ul>
151+
<li>Updated Italian translation (thanks to @albanobattistella)</li>
152+
<li>Changed shape of the unfold indicator.</li>
153+
</ul>
154+
<p>Bug Fixes</p>
155+
<p xml:lang="pt">Correções</p>
156+
<p xml:lang="fr">Corrections de bugs</p>
157+
<ul>
158+
<li>Fixed application crash on Manjaro.</li>
159+
<li>Fixed link drawing order regression.</li>
160+
<li>Removed error output when XML storage files do not exist.</li>
161+
<li>Fixed parsing issue with filepaths starting with file://.</li>
162+
</ul>
163+
</description>
164+
</release>
138165
<release version="1.12.2" date="2021-04-23">
139166
<description>
140167
<p>New</p>

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,27 @@
8989
<content_attribute id="money-gambling">none</content_attribute>
9090
</content_rating>
9191
<releases>
92+
<release version="1.12.3" date="2021-05-22">
93+
<description>
94+
<p>New</p>
95+
<ul>
96+
<li>Added rounded branching style.</li>
97+
<li>Added support for drawing clickable folding areas.</li>
98+
</ul>
99+
<p>Changes</p>
100+
<ul>
101+
<li>Updated Italian translation (thanks to @albanobattistella)</li>
102+
<li>Changed shape of the unfold indicator.</li>
103+
</ul>
104+
<p>Bug Fixes</p>
105+
<ul>
106+
<li>Fixed application crash on Manjaro.</li>
107+
<li>Fixed link drawing order regression.</li>
108+
<li>Removed error output when XML storage files do not exist.</li>
109+
<li>Fixed parsing issue with filepaths starting with file://.</li>
110+
</ul>
111+
</description>
112+
</release>
92113
<release version="1.12.2" date="2021-04-23">
93114
<description>
94115
<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.12.2',
2+
version : '1.12.3',
33
license: 'GPL-3.0'
44
)
55

0 commit comments

Comments
 (0)