Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package minder for openSUSE:Factory checked in at 2025-12-22 22:52:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/minder (Old) and /work/SRC/openSUSE:Factory/.minder.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "minder" Mon Dec 22 22:52:21 2025 rev:31 rq:1324202 version:2.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/minder/minder.changes 2024-10-31 16:10:32.246011786 +0100 +++ /work/SRC/openSUSE:Factory/.minder.new.1928/minder.changes 2025-12-22 22:56:00.545766652 +0100 @@ -1,0 +2,56 @@ +Mon Dec 22 14:20:25 UTC 2025 - Richard Rahl <[email protected]> + +- 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 09:37:19 UTC 2025 - Richard Rahl <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- minder-1.17.0.tar.gz New: ---- minder-2.0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ minder.spec ++++++ --- /var/tmp/diff_new_pack.myNFEm/_old 2025-12-22 22:56:01.249795687 +0100 +++ /var/tmp/diff_new_pack.myNFEm/_new 2025-12-22 22:56:01.253795852 +0100 @@ -1,7 +1,7 @@ # # spec file for package minder # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,16 @@ %define appid com.github.phase1geo.minder -%define __builder ninja Name: minder -Version: 1.17.0 +Version: 2.0.3 Release: 0 Summary: Mind-mapping app -License: GPL-2.0-or-later +License: GPL-3.0-only URL: https://github.com/phase1geo/Minder Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: desktop-file-utils BuildRequires: fdupes +BuildRequires: gettext-runtime BuildRequires: hicolor-icon-theme BuildRequires: meson BuildRequires: ninja @@ -36,13 +37,13 @@ BuildRequires: pkgconfig(gee-0.8) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gobject-2.0) -BuildRequires: pkgconfig(granite) >= 6.0 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.22 -BuildRequires: pkgconfig(gtksourceview-4) +BuildRequires: pkgconfig(granite-7) +BuildRequires: pkgconfig(gtk4) +BuildRequires: pkgconfig(gtksourceview-5) BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(libarchive) -BuildRequires: pkgconfig(libhandy-1) BuildRequires: pkgconfig(libmarkdown) >= 3.0 +BuildRequires: pkgconfig(libwebp) BuildRequires: pkgconfig(libxml-2.0) %description ++++++ minder-1.17.0.tar.gz -> minder-2.0.3.tar.gz ++++++ ++++ 162739 lines of diff (skipped)
