From a33474dec48a483c477a6c69291439902e5dd22b36db2e29887c2b527866361a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 29 Dec 2020 11:49:48 +0000 Subject: [PATCH] Accepting request 858890 from home:malcolmlewis:branches:GNOME:Apps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to version 0.99.27+13: * Fix using fmt always unbundled from spdlog, (gh#giuspen/cherrytree#1458). * Using fmt always unbundled from spdlog, (gh#giuspen/cherrytree#1458). * Fix time filter for find in nodes names and tags, (gh#giuspen/cherrytree#1453). * Fix color for selected item in tree not consistent with selected item in menu, (gh#giuspen/cherrytree#1456). * Do not bundle spdlog but use as external library, (gh#giuspen/cherrytree#1199 and gh#giuspen/cherrytree#1433). * Fix failed zim import, (gh#giuspen/cherrytree#1273). * Changed GPG signature to detached, (gh#giuspen/cherrytree#1433). * Icon theme new save and other improvements. * More GCC11 fixes. (gh#giuspen/cherrytree#1450). * Translation updates. - Add pkgconfig(spdlog) and pkgconfig(fmt) to build requires since no longer bundled. - Update to version 0.99.26+2: * Fix select text with keyboard not working, (gh#giuspen/cherrytree#1441). * Fix crash when trying to paste invalid image in clipboard, (gh#giuspen/cherrytree#1440). * Fix open folder link not working when non ASCII path, (gh#giuspen/cherrytree#1423). * Fix recent documents list does't show undescores, (gh#giuspen/cherrytree#1435). * Keyboard shortcut to delete a node becomes Ctrl+Delete since this action now works also with focus on the text/while editing text, (gh#giuspen/cherrytree#1412). * Icon theme fixes/improvements, (gh#giuspen/cherrytree#1426, gh#giuspen/cherrytree#1414). * Fix find function adds empty lines to blank nodes, (gh#giuspen/cherrytree#1428). * Removed code duplications for open file and folder link, (gh#giuspen/cherrytree#1423). * Fix crash trying to open a bookmarked node that was deleted, (gh#giuspen/cherrytree#1430). * Fix wrongly detecting being run from the sorces directory build folder, (gh#giuspen/cherrytree#1422). * Fix non working keyboard shorcuts Alt+Left/Right to go to previous/next visited nodes, (gh#giuspen/cherrytree#1412). * Fix tree drag n drop freezing issue, (gh#giuspen/cherrytree#1377). * Fix table keyboard shortcut Ctrl+comma (add row) and Ctrl+Alt+comma (delete row), (gh#giuspen/cherrytree#1417). * When (re)generating TOC do not remove anchors created from the user, (gh#giuspen/cherrytree#1382). * Translation updates. - Update to version 0.99.25: * Fixed unit test. * Icon theme update, (gh#giuspen/cherrytree#1408). * Debugging too slow large tables... * Added missing tooltips on the bookmarks handle dialog, (gh#giuspen/cherrytree#1403). * Fix spell-check language selection from right click menu was not saved to preferences. * Fix spell-check language selection from poreferences dialog not working (but ok from right click menu), (gh#giuspen/cherrytree#1400). * Fix TOC generation when existing anchor but wrong name, (gh#giuspen/cherrytree#1382). * Allow to override build date with SOURCE_DATE_EPOCH, (gh#giuspen/cherrytree#1401). * Improved command line switch --new-window, (gh#giuspen/cherrytree#1339). * Export to plain text do not alter node name case and prefix with a # per node level, (gh#giuspen/cherrytree#1385). * Fix the cherrytree shebang, (gh#giuspen/cherrytree#1396). * Translation updates. - Update _service: + Change to @PARENT_TAG@+@TAG_OFFSET@ version scheme comonly used by the GNOME Team (with +0 being stripped when detected). - Update to version 0.99.24+git20201130.67860cc0: * Fix can't open encrypted .ctx/.ctz file when the filename is renamed, (gh#giuspen/cherrytree#1383). * Fix missing copy/cut/paste for tables and codeboxes in right click menu, (gh#giuspen/cherrytree#1379). * Fix insert TOC with closing bracket at the end of the headline, (gh#giuspen/cherrytree#1382). * Fixes setting date in Gtk::Calendar, (gh#giuspen/cherrytree#1386). * Fix crash parsing sqlite node with image, (gh#giuspen/cherrytree#1337). * New --export_single_file export option, (gh#giuspen/cherrytree#1371). * Fix Automatically Check for Newer version, (gh#giuspen/cherrytree#1380). * Flatpak build fix (needs --share=network). * Run the unit tests automatically if you build them. * Packaging cleanup. * Exploit advantage of google parameterised tests. * Added now required after clone for building the unit tests 'git submodule update --init'. * Suppress gtk warning during unit tests. * Migration to google test. - Changes from version 0.99.23: * Debugging flatpak crash. - Update to version 0.99.22+git20201123.fea3e66c: * fixed not saving node properties when only node properties are changed (#1364) * fix issue (gitch) pasting tables from clipboard (#1358) * added command line switch --new-window (#1339) * the rich text tagged monospace is not forced to use a dedicated font anymore - configurable and off by default (#1343) - Update to version 0.99.21+git20201121.e0afb5a6: * Fix typos in README, (gh#giuspen/cherrytree#1357) * Fix 7za sources License.txt issue, (gh#giuspen/cherrytree#1356). * Fix unit tests after latest changes for new arg option --new-window. * Adds --new-window option, (gh#giuspen/cherrytree#1355). * Fix issue with clipboard on windows, (gh#giuspen/cherrytree#1336, gh#giuspen/cherrytree#1344 and gh#giuspen/cherrytree#1341). * Suppress error when test a wrong password, (gh#giuspen/cherrytree#1350). * Table will contain right amount of column widths; removes table to xml copy-paste, (gh#giuspen/cherrytree#1349). * Fixes crash in html parser due to
  • without