SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for cherrytree-debuginfo-1.2.0-1.3.x86_64.rpm :

* Tue Oct 15 2024 gumsley_6AATThotmail.com- Update to version 1.2.0:
* fixed crash pressing Ctrl+Z while editing table light cell
* trying to use gtksourceview to convert any encoding to utf8 and lose libfribidi dependency
* trying to use gtksourceview to convert any encoding to utf8 and lose libfribidi dependency
* do not prefix http:// when a URL-like prefix already exists (#2570)
* updated create_ppa_package.py -22.10/mantic +24.10/oracular
* fixed links to nodes not working when exporting to html, single file (#2570)
* fixed crash when moving (heavy) table row/column after porting to libgtksourceview4 (#2562)
* implemented quick node selection typing part of the node name, default keyboard shortcut to Ctrl+Shift+G (#2552, work of AATTericguin)
* implemented collapsible headers support when TOC is generated (#2389)
* Thu Sep 12 2024 dimstarAATTopensuse.org- Update to version 1.1.4+18:
* added support for new language Slovak
* fixed msys2_prepare_standalone.sh for new libgtksourceview4;
* dropped unmantained and outdated libgtksourceviewmm3 for libgtksourceview4
* Fix formatting issues with fmt 11
* removed fmt custom formatter for Glib::ustring
* starting work on collapsable headers
* changed default keyboard shortcut to open codebox properties dialog to Shift+Alt+U as the previous shortcut was causing problems to german layout keyboards
* default keyboard shortcut to Ctrl+Shift+G for new quick-select node dialog
* (feat): Adding new quick-select dialog
* link to outstanding third party android project SourCherry
* fix fonts stretch property not supported
* fix italic fonts not supported
* fix bold fonts not supported- Replace pkgconfig(gtksourceviewmm-3.0) BuildRequies with pkgconfig(gtksourcevie-4.0): follow upstream.
* Mon Jul 01 2024 malcolmlewisAATTopensuse.org- Update to version 1.1.4+1: + Fixed msys2 script. + Fixed syntax error in latex wrongly detected as failure to access latex executable, (gh#giuspen/cherrytree#2534). + Copy link to node and copy anchor link to include absolute path to the cherrytree document and hierarchical path to node, (gh#giuspen/cherrytree#2452). + Implemented reset of zoom with Ctrl+0, (gh#giuspen/cherrytree#1835). + Improved extraction from a password protected archive (.ctz, .ctx) to distinguish incorrect password from a corrupted archive / not an archive. + Removed message instructing the user how to manually recover using the backups as cherrytree will do it itself automatically after asking the user. + Added auto recovery from a backup (after asking the user) in case of corrupted document. + Added warning message in case an automatic restore from backup was necessary for the new multifile data storage document. + Debugging issue with locale, (gh#giuspen/cherrytree#2529).
* Sat Jun 15 2024 malcolmlewisAATTopensuse.org- Update to version 1.1.3+1: + Position (row,column) of the cursor in statusbar - improved. + Added in statusbar the position (row,column) of the cursor. + Added in config.cfg the group [proxy] to support downloading. data/checking for new version available from behind a proxy, (gh#giuspen/cherrytree#2522). + Reworked CtConfig to ensure single instance during whole life of the app. + Added support for moving cursor to table cell previous/next when key left pressed before first character/right pressed after the last character, (gh#giuspen/cherrytree#2523). + Added support for moving cursor to table cell above/below when key up pressed on first line/down pressed on the last line, (gh#giuspen/cherrytree#2523). + Fixed right click -> copy link not working if there is a text selection, (gh#giuspen/cherrytree#2362). + Temporary workaround for crash in Gsv::Init() -> [gtk] [critical] Class::register_derived_type(): base_query.type_name is NULL, (gh#giuspen/cherrytree#2518). + Removed \'Set the global C++ locale to the user-specified locale\'. + Minor rework in g_log_set_default_handler, (gh#giuspen/cherrytree#2518). + Fix typos in bug_report.md, (gh#giuspen/cherrytree#2519). + Fixed drag and drop of text when line numbers visible. + Replaced regular expression help dead url, (gh#giuspen/cherrytree#2511). + Support for drag and drop of text with copy instead of move. + New multifile data storage, in case of corruption all backups are looked for data recovery starting from the most recent, (gh#giuspen/cherrytree#2505). + Added checks to prevent a save as or export overwriting the currently open document (as t as unsupported, (gh#giuspen/cherrytree#2504). + Updated supporters record. + Fixed crash when importing text file for incorrect detection of encoding, (gh#giuspen/cherrytree#2492). + Removed all noexcept operators. + Do not allow in the preferences dialog, toolbar configurator, to add a button twice, (gh#giuspen/cherrytree#2482). + Fixed crash in case of a duplicated button configured in the toolbar, (gh#giuspen/cherrytree#2482). + Fixed unit test after new library png encoding. + Updated translations.
* Fri Apr 05 2024 malcolmlewisAATTopensuse.org- Update to version 1.1.2+0: + Fixed regression crash when deleting a node with children, (gh#giuspen/cherrytree#2476). + Fixed regression issue with search, (gh#giuspen/cherrytree#2469). + Fixed drop position of dragged text wrongly one position to the left. + Fixed html paste, (gh#giuspen/cherrytree#2474). + README updated: Languages status.
* Fri Mar 29 2024 malcolmlewisAATTopensuse.org- Update to version 1.1.1+2: + Fixed regression after one search with replace, all subsequent searches open replace dialog, (gh#giuspen/cherrytree#2468). + Fixed regression searching in multiple nodes, only nodes names and tags, not working, (gh#giuspen/cherrytree#2461 and gh#giuspen/cherrytree#2408). + fixed import from cherrytree sqlite document having shared nodes.
* Mon Mar 25 2024 malcolmlewisAATTopensuse.org- Fix source version error and _service file.
* Mon Mar 25 2024 malcolmlewisAATTopensuse.org- Update to version 1.1.0+7: + Fixed regression import nodes from cherrytree not importing anything, (gh#giuspen/cherrytree#2463). + Fixed unwanted nodes expansion with auto reload from external doc edit and enabled option to show bookmarked nodes at start, (gh#giuspen/cherrytree#2464). + Changed default value of option to automatically focus the text at new tree node clicked, from false to true + Fixed regression vertical scroll and cursor position of previous nodes not remembered, (gh#giuspen/cherrytree#2460). + Fixed regression searching in multiple nodes, only nodes names and tags, not working, (gh#giuspen/cherrytree#2461 and gh#giuspen/cherrytree#2408). + Fixed double click on word in table cell, heavy implementation, not selecting word. + Find dialog to show selected text also in codebox and table. + Adding support for replace in tables/codeboxes. + Find matches results dialog fixed line numbers. + Fix iterative find in multiple nodes not focusing correctly results in tables and codeboxes. + Fix regression in all matches dialog after latest changes. + Improved search in tables and codeboxes to list and select all the instances, (gh#giuspen/cherrytree#2155 and gh#giuspen/cherrytree#2444). + Icon save on the menu is now greyed out when save is not needed. + Fixed tooltip on search results dialog, expected to display the node hierarchical name. + Fixed regression find next not scrolling correctly after minor rework. + Fixed regression in search/replace, first replace, after allow text selection with search/replace dialog open, (gh#giuspen/cherrytree#2426). + Fixed issue with find and presence of anchored widgets, (gh#giuspen/cherrytree#2444). + Removed workaround to old GTK issue no longer relevant (called newline trick). + Added stock icon of postman app. + Added in preferences dialog control of text margins left/right. + Added in preferences dialog control of max search results per page. + Added in preferences dialog enable/disable tooltips on tree, menus, toolbar. + Added in preferences dialog control of scrollbar slider minimum size. + Added in preferences dialog control of whether the scrollbar overlays the text editor. + Added also in preferences dialog control of the toolbar icons size. + Added also in preferences dialog option to enable/disable the menubar in titlebar, (gh#giuspen/cherrytree#2443). + Moved some preferences dialog settings from tab \'miscellanous\' to tab \'fonts\' that has been renamed \'interface\'. + Codeboxes can be configured with or without toolbar in preferences dialog, tab rich text. + Improved vertical toolbar in codeboxes supporting code exec, code copy, edit properties. + Implemented vertical toolbar in codeboxes supporting code exec, code copy, edit properties + Fixed error print when drag from empty tree. + Fixed error print when unmiximising window with empty tree. + Fixed error prints when reloading last used document but file no longer available. + Shared nodes, updated unit tests. + Fixed compilation error on linux. + Shared nodes, tree info summary dialog to count the shared data only once. + Shared nodes, print group information in node properties dialog. + Implemented support for so called shared nodes that all point to the same data - create with right click on node, (gh#giuspen/cherrytree#1222). + Fixed warning while running unit tests for empty curr_tree_iter(). + Changed 6 default keyboard shortcuts using {,},[,] as problematic on German/Norwegian keyboards, (gh#giuspen/cherrytree#2423). + Fixed zoom not working with Ctrl+ on english keyboard (key + is on shift) + Add gruvbox style themes, (gh#giuspen/cherrytree#2435). + Allow text selection with search/replace dialog open, (gh#giuspen/cherrytree#2426). + Separated search/replace dialog code from action after the ok is clicked so that will be possible to make the dialog non modal, (gh#giuspen/cherrytree#2426). + Added options in config.cfg \'txt_margin_left\', \'txt_margin_right\' to control the text margins, (gh#giuspen/cherrytree#2425). + Added option in config.cfg \'scroll_slider_min\' to allow control of the minimum size of the scrollbar slider, default 16px, (gh#giuspen/cherrytree#2427). + Added option in config.cfg \'overlay_scroll\' to allow to override the system setting for scrollbar overlay/auto hide - 2=system, 1=on, 0=off, (gh#giuspen/cherrytree#2427). + Increased scrollbars size on windows, (gh#giuspen/cherrytree#2427). + Saving RGB for custom user colours with format rgb24 #abcdef. + Added up to 18 custom user colours in the colour picker palette, (gh#giuspen/cherrytree#2422). + Added ABAP syntax highlighting, (gh#giuspen/cherrytree#2430). + Debugging issue with colour picker, (gh#giuspen/cherrytree#2422). + Reset autosave when manually saving; autosave used counter that suspended time doesn\'t count, (gh#giuspen/cherrytree#2120). + Fixed crash when rapidly moving node in tree via keyboard shortcuts, (gh#giuspen/cherrytree#2409). + Fixed crash when rapidly moving node in tree via keyboard shortcuts, (gh#giuspen/cherrytree#2409). + Fixed regression in speed when searching in nodes names and tags, no nodes contents, after v1.0.2, (gh#giuspen/cherrytree#2408). + Updated translations.
* Sun Dec 17 2023 gumsley_6AATThotmail.com- Cumulative update to version 1.0.4: + fixed crash when displaying search results dialog (#2398, [#2399], #2404, #2405) + preferences dialog, keyboard shortcuts, now emphasizing with bold the overridden/non default shortcuts (#2397) + preferences dialog, keyboard shortcuts, added possibility to reset an individual shortcut to the default value + changed default keyboard shortcuts to move tree nodes From Shift+Arrows to Shift+Alt+Arrows as disrupting the functionality of text selection (#2397, #2400) + fixed crash when losing access to open document (#2120) + fixed crash sorting table (#2391) + fixed issues with search/replace and option \'all matches\' + fixed corrupted export to pdf on mac os with non ascii links to files/folders (#2388) + multi page search results increased default limit 50->500 and configurable in config.cfg \'max_matches_in_page\' (#2370) + changed all the default keyboard shortcuts using Ctrl+Alt for issues on windows with AltGr key (#2341, #2324, #2316, #2124, [#2069], #1944) + fixed progress bar of search hardly visible on windows (#2373) + nodes in bookmark menu to have the correct icon rather the anonymous pin icon (#206) + fixed node name in bookmarks menu not updated if node renamed (#2393) + export to pdf, now hiding anchor character (#2379) + changed codebox border colour with theme cobalt-darkened as hardly visible + added option in config.cfg to disable tree, menus and toolbar tooltips \'tree_tooltips\', \'menus_tooltips\', \'toolbar_tooltips\' (#2169) + fixed paste of code selection to rich text target adding unwanted newline with + fixed issue when changing theme in preferences dialog, style scheme editor, the change was only applied to the current node
* Fri Sep 29 2023 gumsley_6AATThotmail.com- Update to version v1.0.2: + fixed single click on line number to select line, double click for pargraph (#1363) + multi pages support to all matches dialog, added arrows icons for navigation buttons + fixed crash when searching with all matches option and the text line containing the pattern is very long + modified colour of arrow in stock icon ct_download + added 42 stock icons + added multi pages support to all matches dialog with a limit of 50 matches per page (#2019) + improved performance of search/replace with option \'all matches\' (#272, #1830, #2019) + changed a couple of keyboard accelerators in pl.po
* Tue Aug 29 2023 Paolo Stivanin - Update to 1.0.1: + Fixed overwrite confirmation not working when saving as new multifile storage (#2333). + Fixed crash on close (#2302). + Fixed xorg crash / wayland warning caused by popup menus without a parent (#2328). + Fixed paste content copied from column edit mode not working in codeboxes. + Highlight current text line to be disabled when the text loses focus or when the text is in column mode. + Reverted \'on windows, paste image from clipboard to take priority over html target ...\' causing paste from spreadsheet cells generating a picture instead of a table. + Default keyboard shortcut for increase/decrease table column changed to Ctrl+Alt+> Ctrl+Alt+< as Ctrl+) isn\'t working on windows (#2336). + Added new stock icon light bulb / internet of things IoT. + Added option \'recent_docs\' in config.cfg to be set to false in order to not remember the recent documents (#2330). + Incomplete languages: ar, el, fi, hi_IN, hr, ja, lt, pt.
* Sat Jul 22 2023 gumsley_6AATThotmail.com- Update to version 1.0.0: + Fixed crash when opening node properties (#2304, #2313). + Fixed blurry output when exporting LaTeX to pdf (#2308). + Added configurability of the blinking of the cursor in the preferences dialog (#2298). + Added support for executing ‘rust’ and ‘go’ code in code nodes and codeboxes. + Added 61 new stock icons available to be chosen as tree node icons. + Added menu items under top menu ‘help’ to link to website, source code and bug tracker. + On Windows, paste image from clipboard to take priority over html target containing image so that can work offline (#2303, work of AATTDaPa). + Implemented new data storage type: multiple files in hierarchical folder structure (#2123, #1823) the backups for the new multiple files data storage do not contain all the tree but only what has changed. + All backup files (or folders for the brand new multifile data storage) are now starting with a dot (.name~, .name~~, ..). + Fixed crash sorting rows of table lightweight interface (#2253). + Fix export to html of lists (#2276, #2286). + Fixed recent documents corruption when file is deleted/missing (#2277). + Fixed on Windows zooming the font reverts the font family to Sans (#2257). + Click on line number to behave as triple click (select line, #1363). + Column edit (selection with Ctrl+Alt held down) added clipboard support (#2232). + Remember last selected custom icon in node properties same as last selected colour (#2185). + Implemented import nodes from indented list (#1551, #2258). + Added support for executing java code in code nodes and codeboxes. + Added detection of exclusions from the search hit in the current search and message to the user / how to disable exclusions. + Fixed in flatpak and appimage languages not available (#2270). + Fixed latex box issue with portable version of cherrytree on Windows (#2294). + Added tooltip with node name when hovering node (#2295). + Updated translations.
* Wed Mar 08 2023 malcolmlewisAATTopensuse.org- Update to version 0.99.55: + Unit tested code to convert lists to HTML. + Fixed list element on more lines conversion into real html, (gh#giuspen/cherrytree#1765). + Implemented conversion of multi level lists into real html unordered and ordered lists, (gh#giuspen/cherrytree#1765). + Added support for executing c-sharp code, (gh#giuspen/cherrytree#2234). + Codebox actions: keyboard shortcuts now configurable in preferences dialog and available in toolbar configurability. + Added missing dependences to Dockerfile for dev container, added ms cpp extension pack, (gh#giuspen/cherrytree#2231). + Table actions: keyboard shortcuts now configurable in preferences dialog and available in toolbar configurability, (gh#giuspen/cherrytree#2124, gh#giuspen/cherrytree#2195 and gh#giuspen/cherrytree#2219). + Removed leftover line no longer needed after latest commit about new pdf page bottom numbering. + Fixed issue with latest version of cairo in msys2 and pdf pages numbering no longer rendered correctly. + Recently added autosave options in file save storage not to be shown in case of export. + Fixed export to pdf crash, (gh#giuspen/cherrytree#2227). + Fixed issue with font family name getting multiplied while zooming. + Fixed autosave in case the document was never saved before, to prompt the user for a storage type/path, (gh#giuspen/cherrytree#2225). + Updated translations.
* Wed Feb 01 2023 malcolmlewisAATTopensuse.org- Update to version 0.99.54+1:
* Fixed crash when creating lightweight table, (gh#giuspen/cherrytree#2204).
* Added menu item action to toggle focus between text and integrated terminal with default shortcut Ctrl+Shift+T, (gh#giuspen/cherrytree#1772).
* Added search dialog option to override search exclusions, (gh#giuspen/cherrytree#2174).
* Added menu item action to insert today\'s node under the selected node rather than under the tree root, (gh#giuspen/cherrytree#40).
* Implemented option to keep cherrytree always on top, under top menu \'view\', (gh#giuspen/cherrytree#2145).
* Number of table cells to use as threshold for light mode made configurable (default 25).
* Integrated terminal shell configurable in preferences dialog.
* Fixed issue with integrated terminal when using zsh as default shell, (gh#giuspen/cherrytree#2199).
* Lightweight variant of tables support Ctrl+Space to navigate in and out.
* Lightweight variant of tables entering newline in table cell with Ctrl+Enter or Alt+Enter.
* Dialog all matches improved to show also the node tags and the pattern searched.
* Dialog search with regexp, added help button to display reference web page.
* Fixed searching for regexp everything (.
*) freeze, (gh#giuspen/cherrytree#2190).
* Fix title not shown on taskbar button in cinnamon when menubar in titlebar.
* Implementing lightweight variant of tables, (gh#giuspen/cherrytree#2140).
* Updated translations.- Changes from version 0.99.53:
* Fixed crash when changing terminal font in preferences dialog and terminal never shown in the session, (gh#giuspen/cherrytree#2177).
* Fixed issue of growing encrypted document size when configured with no backups, (gh#giuspen/cherrytree#2178).
* Implementing lightweight variant of tables, (gh#giuspen/cherrytree#2140).
* Updated translations.
* Sat Nov 26 2022 malcolmlewisAATTopensuse.org- Update to version 0.99.52:
* Added support for typescript syntax highlighting, (gh#giuspen/cherrytree#2161).
* Moved encryption and backup to a separate thread; implemented verification of the backup before encryption and rotation, (gh#giuspen/cherrytree#2148).
* Linux support path links starting with ~/, (gh#giuspen/cherrytree#2149).
* Code execution: added new tag to allow placing the code directly into the terminal rather than in a temporary file, (gh#giuspen/cherrytree#1772).
* Fix import from gnote/tomboy (gh#giuspen/cherrytree#2152, gh#giuspen/cherrytree#1991 and gh#giuspen/cherrytree#1686).
* Fix paste from gnome-characters in fedora, (gh#giuspen/cherrytree#2094).
* Assigned hard coded keyboard shortcut to change codebox properties \'Ctrl\'+\'[\', (gh#giuspen/cherrytree#2138).
* Updated translations.
* Mon Oct 24 2022 malcolmlewisAATTopensuse.org- Update to version 0.99.51:
* Added support for building unit tests with local gtest/gmock libraries in new cmake option USE_SHARED_GTEST_GMOCK, (gh#giuspen/cherrytree#2089)
* Fixed import from zim, (gh#giuspen/cherrytree#1870).
* Fix after getting rid os stringstream.
* Dropped support for pandoc as implementation relies on std::stringstream which is not to be used.
* Fixed inconsistency between codebox width displayed and printed to pdf with auto expand enabled.
* Translation updates.
* Sun Oct 16 2022 malcolmlewisAATTopensuse.org- Update to version 0.99.50+8:
* Fixed few dialogs missing the property to be destroyed with the parent, (gh#giuspen/cherrytree#2133).
* Better implementation for fixed integrated terminal when executing a command for the first time from hidden (not yet instantiated) not passing the command.
* Fixed loss of transparency with PNGs in some GTK3 themes, (gh#giuspen/cherrytree#1402 and gh#giuspen/cherrytree#2132).
* Fixed integrated terminal show/hide command to follow real status than settings status.
* Fixed issue with separator between tree and text not restored when tree on right side and window maximised, (gh#giuspen/cherrytree#2126).
* When closing virtual terminal take focus to text rather than tree.
* New integrated terminal - added right click menu and keyboard shortcuts to copy and paste.
* Implemented stricter checks for hard coded keyboard shortcuts requiring Ctrl but not Alt, (gh#giuspen/cherrytree#2124).
* Changed syntax of displayed keyboard shortcuts in toolbar tooltips, (gh#giuspen/cherrytree#2128).
* Just exposing CtrlDown and AltDown from ColumnEdit subclass to TextView.
* Fixed minor issue with exit discarding changes icon not visible.
* Implemented command to execute code from either text selection or current line, (gh#giuspen/cherrytree#1772).
* Adding support for code execution via integrated terminal, (gh#giuspen/cherrytree#1902, gh#giuspen/cherrytree#1772 and gh#giuspen/cherrytree#547).
* Translation updates.- Add build requires VTE 2.91 for new terminal integration.
* Thu Sep 15 2022 malcolmlewisAATTopensuse.org- Update to version 0.99.49+3:
* Legacy_canonicalize_filename: manage empty filename, (gh#giuspen/cherrytree#2118)
* added command line option \'--anchor AnchorName\' that in addition to existing \'--node NodeName\' allows to open a document focusing an anchor in a node.
* Changed non configurable keyboard shortcuts for codebox width and table column width to use parenthesis open instead of backslash, (gh#giuspen/cherrytree#2113).
* Fixed crash on double exit from systray icon right click menu, (gh#giuspen/cherrytree#2114).
* Added keyboard shortcuts to toolbar tooltips, (gh#giuspen/cherrytree#2106).
* Fixed export to HTML crash, (gh#giuspen/cherrytree#2109).
* Force turning off portal usage since it does not work on all distros, (gh#giuspen/cherrytree#2111).
* Improved dialog confirmation before executing the code.
* Additonal changes for core22, (gh#giuspen/cherrytree#2110).
* Allow to disable the dialog asking for confirmation before executing the code.
* Fixed bulleted list unindent (Shift+Tab) crash, (gh#giuspen/cherrytree#2103).
* Add home plug, (gh#giuspen/cherrytree#2101 and gh#giuspen/cherrytree#2102).
* Linux menu launcher run cherrytree in a new instance, (gh#giuspen/cherrytree#2077).
* Fixed crash on print/export as pdf of a sequence of characters without spaces longer that the page width, such as a very long URL, (gh#giuspen/cherrytree#2045).
* Fixed wrongly entering column mode when using keyboard shortcuts with such as insert codebox, (gh#giuspen/cherrytree#2075).
* Added syntax highlighting support for GDScript.
* Fixed tooltip and cursor not reset after hovering link and then navigating to non rich text node.
* Support for accent insensitive search - added letters with subordinate dots, (gh#giuspen/cherrytree#1981).
* Translation updates.- Fix duplicate file warnings, add fdupes build requires and macro.- Developer advised fixed cross-site scripting (XSS) vulnerability that allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Name text field when creating a node, (#boo1202513, gh#giuspen/cherrytree#2099 and CVE-2022-35133).
* Wed Jun 29 2022 malcolmlewisAATTopensuse.org- Update to version 0.99.48:
* Added support for right to left languages in export to html and pdf (gh#giuspen/cherrytree#2044, gh#giuspen/cherrytree#1668 and gh#giuspen/cherrytree# #698).
* In order to support the right to left languages in export to html, the resulting html text lines are no longer LINE
but

LINE

.
* Fixed in export to pdf the link to node+anchor with non ascii anchor name.
* Improved detection of missing executables required for rendering LatexBoxes. These dependencies are no longer mandatory (gh#giuspen/cherrytree#2033).
* Added help to the user to show again a hidden menubar (gh#giuspen/cherrytree#1927 and gh#giuspen/cherrytree#2054).
* Pressing Tab on the very latest table cell now adds a new table line and moves to its first cell.
* Fixed issue with relative links to files and folders and documents moved between linux and windows.
* In export to html and txt multiple files, now appending the node id to the file names to support multiple nodes with the same name.
* Added syntax highlight support for solidity (gh#giuspen/cherrytree#2030).
* After issues with the domain giuspen.com, the domain changed to giuspen.net and giuspen.com will eventually go.
* Thu Apr 21 2022 infoAATTpaolostivanin.com- Update to version 0.99.47+2:
* Added support for latex math equations.
* Added copy/paste of tree nodes and subnodes between multiple opened files.
* Restored support for drag and drop of text selection. Now rich text content is preserved.
* Added syntax highlighting for HCL.
* Fixed issue at reset toolbar in preferences dialog when menubar in titlebar.
* Added command line option (-S/--secondary_session) to run in isolation from a possibly already running main instance.
* Updated flatpak script.
* Tue Mar 22 2022 Paolo Stivanin - Update to version 0.99.46+6:
* Fixed time created/modified filter on searches for node name and tags.
* Changed default keyboard shortcuts using Ctrl+Period to Ctrl+Backslash for clash with latest linux desktops.
* Fixed restore window position on Windows and dual screen.
* Added strip trailing spaces action to rich text right click menu.
* Fixed issue restoring hpaned tree/text position with tree on the right.
* Added command line option to pass the password to open an encrypted document.
* Tue Feb 01 2022 Paolo Stivanin - Update to version 0.99.45+10:
* added language Arabic
* fixed time created/modified filter on searches for node name and tags
* just ninja build debug print
* added strip trailing spaces action to rich text right click menu
* minor improvement to previous commit
* fixed copy fromm codebox and pasting to rich text unwanted additional characters
 
ICM