From 7ce80683d77e5c52ca1c819c372c5659969cbc212c250d7c946d753ba9f97eb3 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Mon, 23 May 2022 15:01:00 +0000 Subject: [PATCH] Accepting request 978741 from home:ecsos - Update to 1.9.10 * Bug Fixes - Fix insertion of id and links when cursor immediately before a closing tag - Make sure bundled PySide6 can find QtWebEngine resources on Windows (Qt6) - Properly recreate or remove encryption.xml depending on font obfuscating or not - Make Qt6 versions of Sigil use their own ini files to prevent corruption - treat figcaption as an "other text holder" when prettifying * New Features - Redesign the FindReplace dialog user interface to minimize size while adding features - Add a FindReplace "Text" only checkbox and support to exclude tags from search - Add a Toggle Line Wrap Mode and its support added to CodeView via pop-up menu - Add a Dry Run Replace dialog to act as "Replace All" what if. (Shift + Count All) - Add a Replacement filter dialog to allow users to delete unwanted replacements before applying Replace All (Shift + Replace All) - Add a Counts Report to Saved Searches to show Saved Search Group counts by search - Update Sigil_User_Guide to 2022.05.17 OBS-URL: https://build.opensuse.org/request/show/978741 OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/sigil?expand=0&rev=68 --- .gitattributes | 2 +- Sigil_User_Guide_2022.02.01.epub | 3 --- Sigil_User_Guide_2022.05.17.epub | 3 +++ sigil-1.9.10.tar.gz | 3 +++ sigil-1.9.2.tar.gz | 3 --- sigil.changes | 30 ++++++++++++++++++++++++++++++ sigil.spec | 4 ++-- 7 files changed, 39 insertions(+), 9 deletions(-) delete mode 100644 Sigil_User_Guide_2022.02.01.epub create mode 100644 Sigil_User_Guide_2022.05.17.epub create mode 100644 sigil-1.9.10.tar.gz delete mode 100644 sigil-1.9.2.tar.gz diff --git a/.gitattributes b/.gitattributes index 6bdb5df..eae619c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -22,4 +22,4 @@ *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text ## Specific LFS patterns -Sigil_User_Guide_2022.02.01.epub filter=lfs diff=lfs merge=lfs -text +Sigil_User_Guide_2022.05.17.epub filter=lfs diff=lfs merge=lfs -text diff --git a/Sigil_User_Guide_2022.02.01.epub b/Sigil_User_Guide_2022.02.01.epub deleted file mode 100644 index c848ebb..0000000 --- a/Sigil_User_Guide_2022.02.01.epub +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f63857526ed2f04fbe8194c68f79ad5d1432e9efc3686f9fe3437d46d55aaf7 -size 6928879 diff --git a/Sigil_User_Guide_2022.05.17.epub b/Sigil_User_Guide_2022.05.17.epub new file mode 100644 index 0000000..3cb1d84 --- /dev/null +++ b/Sigil_User_Guide_2022.05.17.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb2b392c614d309a30aa8c09230ec619638cb6a442cb66966fc7220017975b5 +size 8894634 diff --git a/sigil-1.9.10.tar.gz b/sigil-1.9.10.tar.gz new file mode 100644 index 0000000..8394bb8 --- /dev/null +++ b/sigil-1.9.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b6051d966c2848a8a031ebe691449229b3c95a56145647dc71857acc18fad5 +size 25263060 diff --git a/sigil-1.9.2.tar.gz b/sigil-1.9.2.tar.gz deleted file mode 100644 index 9b2e130..0000000 --- a/sigil-1.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1a16f33fe93cda88442c798e0c53f700fa8e2ef792dd78566392d7ad11d997f -size 23225656 diff --git a/sigil.changes b/sigil.changes index 242c8b0..3d98591 100644 --- a/sigil.changes +++ b/sigil.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon May 23 14:46:29 UTC 2022 - ecsos + +- Update to 1.9.10 + * Bug Fixes + - Fix insertion of id and links when cursor immediately before + a closing tag + - Make sure bundled PySide6 can find QtWebEngine resources on + Windows (Qt6) + - Properly recreate or remove encryption.xml depending on font + obfuscating or not + - Make Qt6 versions of Sigil use their own ini files to prevent + corruption + - treat figcaption as an "other text holder" when prettifying + * New Features + - Redesign the FindReplace dialog user interface to minimize + size while adding features + - Add a FindReplace "Text" only checkbox and support to exclude + tags from search + - Add a Toggle Line Wrap Mode and its support added to CodeView + via pop-up menu + - Add a Dry Run Replace dialog to act as "Replace All" what if. + (Shift + Count All) + - Add a Replacement filter dialog to allow users to delete + unwanted replacements before applying Replace All + (Shift + Replace All) + - Add a Counts Report to Saved Searches to show Saved Search + Group counts by search +- Update Sigil_User_Guide to 2022.05.17 + ------------------------------------------------------------------- Sat Mar 12 09:02:47 UTC 2022 - ecsos diff --git a/sigil.spec b/sigil.spec index 3330adf..d637765 100644 --- a/sigil.spec +++ b/sigil.spec @@ -16,9 +16,9 @@ # -%define sigil_doc_version 2022.02.01 +%define sigil_doc_version 2022.05.17 Name: sigil -Version: 1.9.2 +Version: 1.9.10 Release: 0 Summary: WYSIWYG Ebook Editor License: GPL-3.0-only