Skip to content

Commit 006ab4d

Browse files
committed
Updates to appdata file with release notes.
1 parent 85b3288 commit 006ab4d

22 files changed

+7950
-5764
lines changed

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

Lines changed: 61 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
<summary xml:lang="pt">Crie, desenvolva e visualize as suas ideias</summary>
1414
<summary xml:lang="fr">Créez, développez et visualisez vos idées</summary>
1515
<description>
16-
<p>Use the power of mind-mapping to make your ideas come to life.</p>
17-
<p xml:lang="ru">Используйте всю мощь диаграмм связей, чтобы претворять в жизнь свои идеи.</p>
18-
<p xml:lang="pt">Use o poder de mapear a mente para fazer com que as suas ideias ganhem vida.</p>
19-
<p xml:lang="fr">Utilisez le pouvoir des cartes mentales pour donner vie à vos idées.</p>
16+
<p>
17+
Use the power of mind-mapping to make your ideas come to life. Minder provides a mindmap creation and
18+
exploration environment that focuses on a clean interface with smooth animations and rich, expressive elements
19+
to help capture and organize your ideas quickly and stay in the your flow.
20+
</p>
2021
<ul>
2122
<li>Quickly create visual mind-maps using the keyboard and automatic layout.</li>
2223
<li xml:lang="ru">Создавайте диаграммы связей с автоматическим размещением узлов, не отрываясь от клавиатуры.</li>
@@ -161,27 +162,79 @@
161162
<content_attribute id="money-gambling">none</content_attribute>
162163
</content_rating>
163164
<releases>
164-
<release version="2.0.0" date="2025-10-30">
165+
<release version="2.0.0" date="2025-11-18">
165166
<description>
166167
<p>New</p>
167168
<p xml:lang="pt">Novo</p>
168169
<p xml:lang="fr">Nouveau</p>
169170
<ul>
170-
<li>TBD</li>
171+
<li>Added support for node text alignment controls in Style sidebar</li>
172+
<li>Added new brainstorming UI for quickly adding ideas without organizing them into the node tree</li>
173+
<li>Added support for configuring shortcuts within preferences.</li>
174+
<li>Added support for exporting as a Mermaid mindmap.</li>
175+
<li>Added support for exporting as a WebP image file.</li>
176+
<li>Added support for exporting most formats to the clipboard.</li>
177+
<li>Added shortcut ability to close current tab.</li>
178+
<li>Added support for node tagging.</li>
179+
<li>Added support for style templates.</li>
180+
<li>Added support for copying/pasting style.</li>
181+
<li>Added support for adjust size of link and connection arrows in style sidebar.</li>
182+
<li>Added support for multi-node selection drag-drop operations.</li>
183+
<li>Added read-only support.</li>
184+
<li>Added support for automatic mindmap panning when dragging nodes.</li>
185+
<li>Added preference option to enable compact sidebar width (useful for Gnome environments).</li>
186+
<li>Added preference option to control the default style settings used in new mindmaps (Minder default, last
187+
used, or a saved style template).</li>
188+
<li>Added preference option to control whether a new node style matches its sibling or parent node.</li>
171189
</ul>
172190
<p>Changes</p>
173191
<p xml:lang="ru">Изменения</p>
174192
<p xml:lang="pt">Alterações</p>
175193
<p xml:lang="fr">Modifications</p>
176194
<ul>
177-
<li>TBD</li>
195+
<li>Updated Italian translation (thanks to Albano Battistella)</li>
196+
<li>Updated Russian translation (thanks to Maksim Syomochkin).</li>
197+
<li>Updated code base from Gtk3 to Gtk4.</li>
198+
<li>Updated text editors from gtksourceview4 to gtksourceview5.</li>
199+
<li>Updated granite to granite-7.</li>
200+
<li>Changed .minder save format to contain mindmap, embedded images, etc. (IMPORTANT NOTES: .minder files
201+
created with previous versions will load in Minder 2.0 but will be converted and saved in the new format
202+
upon opening. New save format is not backward compatible with older versions of Minder).</li>
203+
<li>Saving to the new save format only occurs when Control-S is used by the user or the application is closed
204+
by the user. Reduced number of saves to disk during application usage dramatically.</li>
205+
<li>Updated elementary OS Flatpak runtime version from 6 to 8.2.</li>
206+
<li>Added support for creating Flathub manifests (Flathub flatpaks are now officially supported by the project; Gnome 49 SDK used).</li>
207+
<li>Added more support for tree change animations.</li>
208+
<li>Under the hood code improvements to improve code quality and maintenance issues.</li>
209+
<li>Node trees with only two main branches can still be balanced in horizontal or vertical node layouts.</li>
210+
<li>Moved random link colors switch from Map sidebar to preferences.</li>
211+
<li>Changed automatic task enablement to only adding a node task when a new node is created. New sibling nodes will be enabled if the sibling node was enabled. New child nodes will be enabled if the parent was enabled.</li>
178212
</ul>
179213
<p>Bug Fixes</p>
180214
<p xml:lang="ru">Исправления ошибок</p>
181215
<p xml:lang="pt">Correções</p>
182216
<p xml:lang="fr">Corrections de bugs</p>
183217
<ul>
184-
<li>TBD</li>
218+
<li>Improved look of icons when dark mode is changed between light and dark.</li>
219+
<li>Improved URL detection to detect URLs that do not contain a period.</li>
220+
<li>Fixed issues with including node groups in copy and paste of node tree containing them.</li>
221+
<li>Fixed issue with all nodes getting selected when a group is selected.</li>
222+
<li>Fixed application crashes when right-clicking on tabs (thanks to Quaylyn Rimer).</li>
223+
<li>Fixed application crashes when resizing nodes with images (thanks to Quaylyn Rimer).</li>
224+
<li>Fixed application crash when adding a child to a folded node.</li>
225+
<li>Fixed location of text cursor when text is selected.</li>
226+
<li>Fixed issues with cutting and pasting or deletion of more than one selected nodes.</li>
227+
<li>Eliminated unnecessary move undo operations.</li>
228+
<li>Fixed issue with selecting a node with a connection (previously the connection was incorrectly selected).</li>
229+
<li>Fixed issue where not was not reporting a resize correctly.</li>
230+
<li>Fixed potential issue when connecting nodes.</li>
231+
<li>Fixed issues with sequence numbers not updating correctly.</li>
232+
<li>Fixed issue with undo-ing a root node deletion.</li>
233+
<li>Fixed potential text selection issue when hitting backspace.</li>
234+
<li>Fixed issues with the location of contextual menus when the mindmap zoom level is not 100%.</li>
235+
<li>Fixed issues with handling potential errors during clipboard paste operation.</li>
236+
<li>Fixed issues with clearing attachment indicator when the cursor leaves the mindmap canvas.</li>
237+
<li>Fixed layout issues caused by tasks being enabled in some nodes.</li>
185238
</ul>
186239
</description>
187240
</release>

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

Lines changed: 61 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
<name>Minder</name>
88
<summary>Create, develop and visualize your ideas</summary>
99
<description>
10-
<p>Use the power of mind-mapping to make your ideas come to life.</p>
10+
<p>
11+
Use the power of mind-mapping to make your ideas come to life. Minder provides a mindmap creation and
12+
exploration environment that focuses on a clean interface with smooth animations and rich, expressive elements
13+
to help capture and organize your ideas quickly and stay in the your flow.
14+
</p>
1115
<ul>
1216
<li>Quickly create visual mind-maps using the keyboard and automatic layout.</li>
1317
<li>Choose from many tree layout choices.</li>
@@ -94,19 +98,71 @@
9498
<content_attribute id="money-gambling">none</content_attribute>
9599
</content_rating>
96100
<releases>
97-
<release version="2.0.0" date="2025-10-30">
101+
<release version="2.0.0" date="2025-11-18">
98102
<description>
99103
<p>New</p>
100104
<ul>
101-
<li>TBD</li>
105+
<li>Added support for node text alignment controls in Style sidebar</li>
106+
<li>Added new brainstorming UI for quickly adding ideas without organizing them into the node tree</li>
107+
<li>Added support for configuring shortcuts within preferences.</li>
108+
<li>Added support for exporting as a Mermaid mindmap.</li>
109+
<li>Added support for exporting as a WebP image file.</li>
110+
<li>Added support for exporting most formats to the clipboard.</li>
111+
<li>Added shortcut ability to close current tab.</li>
112+
<li>Added support for node tagging.</li>
113+
<li>Added support for style templates.</li>
114+
<li>Added support for copying/pasting style.</li>
115+
<li>Added support for adjust size of link and connection arrows in style sidebar.</li>
116+
<li>Added support for multi-node selection drag-drop operations.</li>
117+
<li>Added read-only support.</li>
118+
<li>Added support for automatic mindmap panning when dragging nodes.</li>
119+
<li>Added preference option to enable compact sidebar width (useful for Gnome environments).</li>
120+
<li>Added preference option to control the default style settings used in new mindmaps (Minder default, last
121+
used, or a saved style template).</li>
122+
<li>Added preference option to control whether a new node style matches its sibling or parent node.</li>
102123
</ul>
103124
<p>Changes</p>
104125
<ul>
105-
<li>TBD</li>
126+
<li>Updated Italian translation (thanks to Albano Battistella)</li>
127+
<li>Updated Russian translation (thanks to Maksim Syomochkin).</li>
128+
<li>Updated code base from Gtk3 to Gtk4.</li>
129+
<li>Updated text editors from gtksourceview4 to gtksourceview5.</li>
130+
<li>Updated granite to granite-7.</li>
131+
<li>Changed .minder save format to contain mindmap, embedded images, etc. (IMPORTANT NOTES: .minder files
132+
created with previous versions will load in Minder 2.0 but will be converted and saved in the new format
133+
upon opening. New save format is not backward compatible with older versions of Minder).</li>
134+
<li>Saving to the new save format only occurs when Control-S is used by the user or the application is closed
135+
by the user. Reduced number of saves to disk during application usage dramatically.</li>
136+
<li>Updated elementary OS Flatpak runtime version from 6 to 8.2.</li>
137+
<li>Added support for creating Flathub manifests (Flathub flatpaks are now officially supported by the project; Gnome 49 SDK used).</li>
138+
<li>Added more support for tree change animations.</li>
139+
<li>Under the hood code improvements to improve code quality and maintenance issues.</li>
140+
<li>Node trees with only two main branches can still be balanced in horizontal or vertical node layouts.</li>
141+
<li>Moved random link colors switch from Map sidebar to preferences.</li>
142+
<li>Changed automatic task enablement to only adding a node task when a new node is created. New sibling nodes will be enabled if the sibling node was enabled. New child nodes will be enabled if the parent was enabled.</li>
106143
</ul>
107144
<p>Bug Fixes</p>
108145
<ul>
109-
<li>TBD</li>
146+
<li>Improved look of icons when dark mode is changed between light and dark.</li>
147+
<li>Improved URL detection to detect URLs that do not contain a period.</li>
148+
<li>Fixed issues with including node groups in copy and paste of node tree containing them.</li>
149+
<li>Fixed issue with all nodes getting selected when a group is selected.</li>
150+
<li>Fixed application crashes when right-clicking on tabs (thanks to Quaylyn Rimer).</li>
151+
<li>Fixed application crashes when resizing nodes with images (thanks to Quaylyn Rimer).</li>
152+
<li>Fixed application crash when adding a child to a folded node.</li>
153+
<li>Fixed location of text cursor when text is selected.</li>
154+
<li>Fixed issues with cutting and pasting or deletion of more than one selected nodes.</li>
155+
<li>Eliminated unnecessary move undo operations.</li>
156+
<li>Fixed issue with selecting a node with a connection (previously the connection was incorrectly selected).</li>
157+
<li>Fixed issue where not was not reporting a resize correctly.</li>
158+
<li>Fixed potential issue when connecting nodes.</li>
159+
<li>Fixed issues with sequence numbers not updating correctly.</li>
160+
<li>Fixed issue with undo-ing a root node deletion.</li>
161+
<li>Fixed potential text selection issue when hitting backspace.</li>
162+
<li>Fixed issues with the location of contextual menus when the mindmap zoom level is not 100%.</li>
163+
<li>Fixed issues with handling potential errors during clipboard paste operation.</li>
164+
<li>Fixed issues with clearing attachment indicator when the cursor leaves the mindmap canvas.</li>
165+
<li>Fixed layout issues caused by tasks being enabled in some nodes.</li>
110166
</ul>
111167
</description>
112168
</release>

0 commit comments

Comments
 (0)