|
13 | 13 | <summary xml:lang="pt">Crie, desenvolva e visualize as suas ideias</summary> |
14 | 14 | <summary xml:lang="fr">Créez, développez et visualisez vos idées</summary> |
15 | 15 | <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> |
20 | 21 | <ul> |
21 | 22 | <li>Quickly create visual mind-maps using the keyboard and automatic layout.</li> |
22 | 23 | <li xml:lang="ru">Создавайте диаграммы связей с автоматическим размещением узлов, не отрываясь от клавиатуры.</li> |
|
161 | 162 | <content_attribute id="money-gambling">none</content_attribute> |
162 | 163 | </content_rating> |
163 | 164 | <releases> |
164 | | - <release version="2.0.0" date="2025-10-30"> |
| 165 | + <release version="2.0.0" date="2025-11-18"> |
165 | 166 | <description> |
166 | 167 | <p>New</p> |
167 | 168 | <p xml:lang="pt">Novo</p> |
168 | 169 | <p xml:lang="fr">Nouveau</p> |
169 | 170 | <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> |
171 | 189 | </ul> |
172 | 190 | <p>Changes</p> |
173 | 191 | <p xml:lang="ru">Изменения</p> |
174 | 192 | <p xml:lang="pt">Alterações</p> |
175 | 193 | <p xml:lang="fr">Modifications</p> |
176 | 194 | <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> |
178 | 212 | </ul> |
179 | 213 | <p>Bug Fixes</p> |
180 | 214 | <p xml:lang="ru">Исправления ошибок</p> |
181 | 215 | <p xml:lang="pt">Correções</p> |
182 | 216 | <p xml:lang="fr">Corrections de bugs</p> |
183 | 217 | <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> |
185 | 238 | </ul> |
186 | 239 | </description> |
187 | 240 | </release> |
|
0 commit comments