Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

minder-lang-2.0.5-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: minder-lang Distribution: openSUSE Tumbleweed
Version: 2.0.5 Vendor: openSUSE
Release: 1.2 Build date: Mon Feb 2 14:42:08 2026
Group: System/Localization Build host: reproducible
Size: 422645 Source RPM: minder-2.0.5-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/phase1geo/Minder
Summary: Translations for package minder
Provides translations for the "minder" package.

Provides

Requires

License

GPL-3.0-only

Changelog

* Mon Feb 02 2026 Richard Rahl <rrahl0@opensuse.org>
  - Update to version 2.0.5:
    * Improved .minder file icon image
    * Improved connection drawing to avoid lines overlapping with other
      connection lines
    * Fixed runtime string in About window
* Tue Jan 20 2026 Richard Rahl <rrahl0@opensuse.org>
  - Update to version 2.0.4:
    * Use Minder file icon for .minder files
    * Changed importing to use an unnamed filename after import
    * Minor memory optimizations for nodes
    * Changed node styling for main nodes that have siblings to use sibling
      styling instead of default styling
    * Fixed issue with updating font UI in style sidebar
    * Fixed several issues with closing sidebar with Escape key
    * Fixed issues with importing legacy portable Minder files
* 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.

Files

/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, Tue Apr 7 22:37:12 2026