Skip to content

Commit 50af66e

Browse files
committed
Updating appdata file for 1.17.0 release.
1 parent b7ec34c commit 50af66e

22 files changed

+5815
-4784
lines changed

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

+50-5
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,9 @@
117117
<image>https://raw.githubusercontent.com/phase1geo/Minder/master/data/screenshots/screenshot-map-properties.png</image>
118118
</screenshot>
119119
</screenshots>
120-
<developer_name>Trevor Williams</developer_name>
121-
<developer_name xml:lang="ru">Trevor Williams</developer_name>
122-
<developer_name xml:lang="pt">Trevor Williams</developer_name>
123-
<developer_name xml:lang="fr">Trevor Williams</developer_name>
124-
<developer>com.github.phase1geo</developer>
120+
<developer id="com.github.phase1geo">
121+
<name>Trevor Williams</name>
122+
</developer>
125123
<url type="homepage">https://github.com/phase1geo/minder/</url>
126124
<url type="bugtracker">https://github.com/phase1geo/minder/issues/</url>
127125
<custom>
@@ -160,6 +158,53 @@
160158
<content_attribute id="money-gambling">none</content_attribute>
161159
</content_rating>
162160
<releases>
161+
<release version="1.17.0" date="2024-10-30">
162+
<description>
163+
<p>New</p>
164+
<p xml:lang="pt">Novo</p>
165+
<p xml:lang="fr">Nouveau</p>
166+
<ul>
167+
<li>Added support for removing Markdown syntax highlighting in the note field.</li>
168+
<li>Added support for moving a node to be a sibling of its parent (with Alt+direction-of-parent).</li>
169+
<li>Added support for displaying child nodes as a sequence, including auto-numbering.</li>
170+
<li>Added support for Shift-I keyboard shortcut to add an image to a node.</li>
171+
</ul>
172+
<p>Changes</p>
173+
<p xml:lang="ru">Изменения</p>
174+
<p xml:lang="pt">Alterações</p>
175+
<p xml:lang="fr">Modifications</p>
176+
<ul>
177+
<li>Updated Italian translation (thanks to @albanobattistella).</li>
178+
<li xml:lang="ru">Обновлена итальянская локализация (спасибо @albanobattistella).</li>
179+
<li xml:lang="pt">Tradução em Italiano atualizada (obrigado a @albanobattistella).</li>
180+
<li>Updated German translation (thanks to Benjamin Weis).</li>
181+
<li>Updated Flatpak platform from 7.2 to 8.</li>
182+
<li>Adjusted blue color used in note field to improve readability in dark themes.</li>
183+
<li>Regrouped node commands in shortcuts cheatsheet to reduce required window height.</li>
184+
<li>Changed keyboard shortcut for moving child nodes of a node to be siblings with that node from Alt+direction-of-parent to Alt+direction-of-children.</li>
185+
<li>Added tooltip to new info icon to Default Theme within preferences to improve user documentation on what this setting does.</li>
186+
<li>Updated gtksourceview location in Flatpak manifest.</li>
187+
</ul>
188+
<p>Bug Fixes</p>
189+
<p xml:lang="ru">Исправления ошибок</p>
190+
<p xml:lang="pt">Correções</p>
191+
<p xml:lang="fr">Corrections de bugs</p>
192+
<ul>
193+
<li>Fixed memory leak issue when saving the document.</li>
194+
<li>Fixed issue with inserting root nodes using the quick entry feature.</li>
195+
<li>Fixed potential issue when creating a new tab.</li>
196+
<li>Fixed issue with centering a node with the keyboard shortcut.</li>
197+
<li>Fixed issue with pasting by replacement using the keyboard shortcut.</li>
198+
<li>Fixed issues using up, down, left, right to navigate nodes when selected node is a root node.</li>
199+
<li>Fixed issue with deleting the previous word when editing node text.</li>
200+
<li>Fixed issue where application would crash when hovering over node note icon on systems that installed Discount version &gt;= 3.0.</li>
201+
<li>Fixed issue where Minder process could remain running after application was closed.</li>
202+
<li>Fixed issue related to invoking Minder while application is running.</li>
203+
<li>Fixed issue with installation of application icon in the wrong directory.</li>
204+
<li>Fixed potential issue with tab handling on startup.</li>
205+
</ul>
206+
</description>
207+
</release>
163208
<release version="1.16.4" date="2024-04-07">
164209
<description>
165210
<p>New</p>

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

+40-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@
5353
<image>https://raw.githubusercontent.com/phase1geo/Minder/master/data/screenshots/screenshot-map-properties.png</image>
5454
</screenshot>
5555
</screenshots>
56-
<developer_name>Trevor Williams</developer_name>
57-
<developer>com.github.phase1geo</developer>
56+
<developer id="com.github.phase1geo">
57+
<name>Trevor Williams</name>
58+
</developer>
5859
<url type="homepage">https://github.com/phase1geo/minder/</url>
5960
<url type="bugtracker">https://github.com/phase1geo/minder/issues/</url>
6061
<custom>
@@ -93,6 +94,43 @@
9394
<content_attribute id="money-gambling">none</content_attribute>
9495
</content_rating>
9596
<releases>
97+
<release version="1.17.0" date="2024-10-30">
98+
<description>
99+
<p>New</p>
100+
<ul>
101+
<li>Added support for removing Markdown syntax highlighting in the note field.</li>
102+
<li>Added support for moving a node to be a sibling of its parent (with Alt+direction-of-parent).</li>
103+
<li>Added support for displaying child nodes as a sequence, including auto-numbering.</li>
104+
<li>Added support for Shift-I keyboard shortcut to add an image to a node.</li>
105+
</ul>
106+
<p>Changes</p>
107+
<ul>
108+
<li>Updated Italian translation (thanks to @albanobattistella).</li>
109+
<li>Updated German translation (thanks to Benjamin Weis).</li>
110+
<li>Updated Flatpak platform from 7.2 to 8.</li>
111+
<li>Adjusted blue color used in note field to improve readability in dark themes.</li>
112+
<li>Regrouped node commands in shortcuts cheatsheet to reduce required window height.</li>
113+
<li>Changed keyboard shortcut for moving child nodes of a node to be siblings with that node from Alt+direction-of-parent to Alt+direction-of-children.</li>
114+
<li>Added tooltip to new info icon to Default Theme within preferences to improve user documentation on what this setting does.</li>
115+
<li>Updated gtksourceview location in Flatpak manifest.</li>
116+
</ul>
117+
<p>Bug Fixes</p>
118+
<ul>
119+
<li>Fixed memory leak issue when saving the document.</li>
120+
<li>Fixed issue with inserting root nodes using the quick entry feature.</li>
121+
<li>Fixed potential issue when creating a new tab.</li>
122+
<li>Fixed issue with centering a node with the keyboard shortcut.</li>
123+
<li>Fixed issue with pasting by replacement using the keyboard shortcut.</li>
124+
<li>Fixed issues using up, down, left, right to navigate nodes when selected node is a root node.</li>
125+
<li>Fixed issue with deleting the previous word when editing node text.</li>
126+
<li>Fixed issue where application would crash when hovering over node note icon on systems that installed Discount version &gt;= 3.0.</li>
127+
<li>Fixed issue where Minder process could remain running after application was closed.</li>
128+
<li>Fixed issue related to invoking Minder while application is running.</li>
129+
<li>Fixed issue with installation of application icon in the wrong directory.</li>
130+
<li>Fixed potential issue with tab handling on startup.</li>
131+
</ul>
132+
</description>
133+
</release>
96134
<release version="1.16.4" date="2024-04-07">
97135
<description>
98136
<p>New</p>

po/com.github.phase1geo.minder.pot

+1-1
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: 2024-10-28 23:16-0500\n"
11+
"POT-Creation-Date: 2024-10-29 21:52-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

+1-1
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: 2024-10-28 23:16-0500\n"
10+
"POT-Creation-Date: 2024-10-29 21:52-0500\n"
1111
"PO-Revision-Date: 2022-02-20 17:48+0100\n"
1212
"Last-Translator: Jan Kožíšek <[email protected]>\n"
1313
"Language-Team: none\n"

po/de.po

+1-1
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: 2024-10-28 23:16-0500\n"
10+
"POT-Creation-Date: 2024-10-29 21:52-0500\n"
1111
"PO-Revision-Date: 2024-04-27 15:12+0200\n"
1212
"Last-Translator: Benjamin Weis <[email protected]>\n"
1313
"Language-Team: \n"

po/es.po

+1-1
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: 2024-10-28 23:16-0500\n"
10+
"POT-Creation-Date: 2024-10-29 21:52-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)