| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: minder-lang | Distribution: openSUSE Tumbleweed |
| Version: 2.0.3 | Vendor: openSUSE |
| Release: 1.1 | Build date: Mon Dec 22 15:20:25 2025 |
| Group: System/Localization | Build host: reproducible |
| Size: 422645 | Source RPM: minder-2.0.3-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/phase1geo/Minder | |
| Summary: Translations for package minder | |
Provides translations for the "minder" package.
GPL-3.0-only
* Mon Dec 22 2025 Richard Rahl <rrahl0@opensuse.org>
- Update to version 2.0.3:
* Adding support for importing Mermaid mindmap files
* Adding import and export examples in command-line help output
* Fixed issue with placing root node on application open
* Fixed issue with Style widgets accidentally scrolling
* Fixed various issues with command-line import/export
* Sun Dec 21 2025 Richard Rahl <rrahl0@opensuse.org>
- Update to version 2.0.2:
* Changed Shift-F keyboard shortcut to toggle the node folding deeply rather
than always unfold deeply
* Changed node menu from 'Fold Children' to 'Toggle Folding' submenu where
one level or all levels can be selected
* Fixed application crash caused by adding parent node between a root node
and a main node
* Attempting to fix UI issue where dark mode is changed by the system,
causing some icons to visually disappear
- Update to version 2.0.1:
* Removed unnecessary OARS values from appdata.xml
* Allowed window height to be much smaller when sidebar is displayed
* Improved performance of selections when dragging selection box over nodes
* Removed theme value to prefer dark mode, using system setting in window always
* Increased default padding for root nodes to make it more visible
* Improved default position of root node when a new mindmap is created
* Fixed issue with some style settings not taking immediate effect in the mindmap
* Fixed issue with sequence numbers being obfuscated when multiple nodes selected
* Fixed issue with autopan when dragging out selection box
* Fixed issue with alpha when selection box is dragged over a single node
* Fixed potential issue with releasing selection box causing node changes
* Fixed display of branch corner radius adjustment in styles sidebar
* Fixed issue where panning with middle button continued to pan after button released
- Update to version 2.0.0:
* Added support for node text alignment controls in Style sidebar
* Added new brainstorming UI for quickly adding ideas without organizing them into the node tree
* Added support for configuring shortcuts within preferences
* Added support for exporting as a Mermaid mindmap
* Added support for exporting as a WebP image file
* Added support for exporting most formats to the clipboard
* Added shortcut ability to close current tab
* Added support for node tagging
* Added support for style templates
* Added support for copying/pasting style
* Added support for adjust size of link and connection arrows in style sidebar
* Added support for multi-node selection drag-drop operations
* Added read-only support
* Added support for automatic mindmap panning when dragging nodes
* Added preference option to enable compact sidebar width (useful for Gnome environments)
* Added preference option to control the default style settings used in new
mindmaps (Minder default, last used, or a saved style template)
* Added preference option to control whether a new node style matches its sibling or parent node
* Thu Oct 31 2024 Richard Rahl <rrahl0@opensuse.org>
- update to 1.17.0:
* Added support for removing Markdown syntax highlighting in the note field.
* Added support for moving a node to be a sibling of its parent
* Added support for displaying child nodes as a sequence, including auto-numbering.
* Added support for Shift-I keyboard shortcut to add an image to a node.
* Adjusted blue color used in note field to improve readability in dark themes.
* Regrouped node commands in shortcuts cheatsheet to reduce required window height.
* 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.
* Added tooltip to new info icon to Default Theme within preferences to
improve user documentation on what this setting does.
* Fixed memory leak issue when saving the document.
* Fixed issue with inserting root nodes using the quick entry feature.
* Fixed potential issue when creating a new tab.
* Fixed issue with centering a node with the keyboard shortcut.
* Fixed issue with pasting by replacement using the keyboard shortcut.
* Fixed issues using up, down, left, right to navigate nodes when selected
node is a root node.
* Fixed issue with deleting the previous word when editing node text.
* Fixed issue where application would crash when hovering over node note
icon on systems that installed Discount version >= 3.0.
* Fixed issue where Minder process could remain running.
* Fixed issue related to invoking Minder while application is running.
* Fixed issue with installation of application icon in the wrong directory.
* Fixed potential issue with tab handling on startup.
- remove CFLAGS, as the workaround for gcc14 is not needed anymore.
- set license to GPL2+ as the src file states
- remove %suse_update_desktop_file, as it's deprecated
- set minimum versions required by the software
* Sun Aug 25 2024 Richard Rahl <rrahl0@opensuse.org>
- fix gcc14 by using -std=gnu89
* Sun Aug 11 2024 Richard Rahl <rrahl0@opensuse.org>
- fix build by including the correct directory in %files
* Wed Jun 12 2024 gmg 137 <gmg137@live.com>
- Update to 1.16.4
* Added ability to search group notes in search UI.
* Removed executable permissions from SVG (thanks to @yangfl).
* Removing node summary menu option when a single node is selected (unsupported feature).
* Wed Mar 20 2024 Atri Bhattacharya <badshah400@gmail.com>
- Require pkgconfig(libmarkdown) >= 3.0 for oS >= 1650, since we
now maintain two versions of discount providing
pkgconfig(libmarkdown): 3.x and 2.x.
* Tue Jun 20 2023 Michał Szczepaniak <m.szczepaniak.000@gmail.com>
- Update to 1.15.2:
* Added support for embedding image path in Quick Entry.
* Updated Italian translation (thanks to @albanobattistella)
* Code cleanup
* Fixed issues with exported images including selection.
* Fixed issue with importing OPML files (thanks to Ygor Mutti).
* Fixed issue with undo/redo of Unicode characters.
* Fixed issues with exporting to Outliner format.
* Sun Feb 20 2022 Alexei Podvalsky <avvissu@yandex.by>
- Update to 1.14.0:
* Added support for shallow (one-level folding)
* Added import/export support for XMind version 2021.
* Added support for external mind-map node linking.
* Added node link tooltips.
* Added support for overriding the color of a root node.
* Added support for Markdown strikethrough syntax.
* Added support for Control-Backspace/Delete to delete the
previous/next word when editing node/connection titles.
* Added tooltip to node fill switch in style inspector.
* Added keyboard shortcuts for adding and removing URL links
from node text.
* Updates to Italian translation (thanks to @albanobattistella)
* Updates to German translation (thanks to Hannes Fritz)
* Improved accuracy of the list of translatable files.
* Removed ability to use keyboard shortcuts when a mouse button
is pressed.
* Removed Accounts permissions from Flatpak manifest as it is
no longer needed.
* Improved adding URL link UI to automatically add URL from
clipboard if one exists.
* Fixed layout issues when pressing keys while animations are
in process.
* Fixed location of text size help information in the
appearances preferences dialog.
* Fixed UX issues when the Hide Connections switch is enabled.
* Fixed issue with pasting nodes when a node is not selected in
a map.
- Drop f5e8da83f958797157423dc23818e6ebd6681d20.patch
* Sat Dec 11 2021 Bjørn Lie <bjorn.lie@gmail.com>
- Add f5e8da83f958797157423dc23818e6ebd6681d20.patch: Fixing
compile issues and adding strikethru Markdown syntax support in
nodes.
- Add pkgconfig(json-glib-1.0) BuildRequires: Dependency upstream
should have listed.
- Drop lang pack Recommends, no longer needed.
- Update URL.
/usr/share/locale/cs/LC_MESSAGES/com.github.phase1geo.minder.mo /usr/share/locale/de/LC_MESSAGES/com.github.phase1geo.minder.mo /usr/share/locale/es/LC_MESSAGES/com.github.phase1geo.minder.mo /usr/share/locale/fr/LC_MESSAGES/com.github.phase1geo.minder.mo /usr/share/locale/it/LC_MESSAGES/com.github.phase1geo.minder.mo /usr/share/locale/nl/LC_MESSAGES/com.github.phase1geo.minder.mo /usr/share/locale/pl/LC_MESSAGES/com.github.phase1geo.minder.mo /usr/share/locale/pt/LC_MESSAGES/com.github.phase1geo.minder.mo /usr/share/locale/pt_BR/LC_MESSAGES/com.github.phase1geo.minder.mo /usr/share/locale/ru/LC_MESSAGES/com.github.phase1geo.minder.mo /usr/share/locale/sv/LC_MESSAGES/com.github.phase1geo.minder.mo /usr/share/locale/zh_CN/LC_MESSAGES/com.github.phase1geo.minder.mo
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Dec 31 22:21:23 2025