From 010688acdf0e2a0ed7447f0f3c032be4d14ec6a09b4163528713f5e30062163f Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Fri, 26 Mar 2021 19:56:59 +0000 Subject: [PATCH] Accepting request 881575 from home:ecsos - Update to 1.5.1 * Features: - Can now handle single xhtml file sizes over 2megabytes in size via its own URL Schemehandler - Will now highlight matched open close tag pairs while editing in Code View - Delete open close tag pairs (Remove Tag Pair) - Default selection of text for basic CodeView formatting including bold, italic, etc based on cursor position - Shift double-click (and Alt double-click) on a tag to select tag contents (including tag) - Expanded split on Sigil Split Marker capabilities to work better with nested tags - Added a new C++ CSS Parser and Query engine that works with Sigil's version of Gumbo - The Reports tool for "CSS Selectors" now lists all CSS selectors not just classes - The "Delete Unused Styles" tool now handles all unused CSS Selectors not just classes - The Reports for "CSS Selectors" and "Delete Unused Selectors" now handle selectors in XHTML Style tags - Added ability to load text and csv files to Group Saved Searches to automate lists of replacements - Reworked the Metadata Editor to be much more Human Readable with tooltips to show xml tags - Added semantic code to the descriptive field in Add Semantics as a learning aid (Thank You BeckyEbook!) - Checkpoint ManageRepos now has the ability to sort the repo table by any column (Thank You BeckyEbook!) - The Sigil User Guide has be completely reworked to bring it to Sigil 1.5.0+ levels * Bug Fixes: - Fix issue with custom ncx names in non-standard empty epub layouts - Fix Import Text to properly add ncx if missing for epub2 - Fix issue with "Delete Unused Styles" not properly detecting all used selectors - Fix issues with repeated use of Mend and Prettify on bare text in structural tags - Fix extra line issue with Link to Stylesheet - Fix bug in id assignment in EPUB3 Metadata editor - Fix bug in trailing slash in Move To Folder paths - Fix bug in spelling of Columbia->Colombia in Languages - Fix bug in Clip Editor pasting of multiple clips - Fix bug in PerformCSSUpdates related to quoted string in content: values - Fix bug related to iframe handling when loading Preview - Fix typos in XMLEntities descriptions - Fix numeric table alignment to align right in multiple tables - Fix bug in Add Existing not properly using QProgressDialog for long import - Removed long deprecated and now invalid use of "altlang" in EPUB3 Metadata Editor OBS-URL: https://build.opensuse.org/request/show/881575 OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/sigil?expand=0&rev=56 --- .gitattributes | 2 +- Sigil_User_Guide_2019.09.03.epub | 3 -- Sigil_User_Guide_2021.03.25_epub3.epub | 3 ++ sigil-1.4.3.tar.gz | 3 -- sigil-1.5.1.tar.gz | 3 ++ sigil.changes | 57 ++++++++++++++++++++++++++ sigil.spec | 10 ++--- 7 files changed, 69 insertions(+), 12 deletions(-) delete mode 100644 Sigil_User_Guide_2019.09.03.epub create mode 100644 Sigil_User_Guide_2021.03.25_epub3.epub delete mode 100644 sigil-1.4.3.tar.gz create mode 100644 sigil-1.5.1.tar.gz diff --git a/.gitattributes b/.gitattributes index 55e0ca7..2991635 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_2019.09.03.epub filter=lfs diff=lfs merge=lfs -text +Sigil_User_Guide_2021.03.25_epub3.epub filter=lfs diff=lfs merge=lfs -text diff --git a/Sigil_User_Guide_2019.09.03.epub b/Sigil_User_Guide_2019.09.03.epub deleted file mode 100644 index 5b4cfc7..0000000 --- a/Sigil_User_Guide_2019.09.03.epub +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63555f083ed7ab7b0f530e514ca08b373abc5edf612399e0132759b4c778de29 -size 10147025 diff --git a/Sigil_User_Guide_2021.03.25_epub3.epub b/Sigil_User_Guide_2021.03.25_epub3.epub new file mode 100644 index 0000000..edcfa46 --- /dev/null +++ b/Sigil_User_Guide_2021.03.25_epub3.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635ceec235e8906dfaf421f362e5dd83895e2c893163ab341c58b48d7e26e7c5 +size 5949176 diff --git a/sigil-1.4.3.tar.gz b/sigil-1.4.3.tar.gz deleted file mode 100644 index a8c9856..0000000 --- a/sigil-1.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74bd482d3c4fe4b2015ee006a6fa77f1114371bd217e4e7cf1d9a805ea41e719 -size 24118565 diff --git a/sigil-1.5.1.tar.gz b/sigil-1.5.1.tar.gz new file mode 100644 index 0000000..37c98e2 --- /dev/null +++ b/sigil-1.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecdb20c90ca4ca9bd9ebee03734ee8c88ac101b0d32cc7ef25ff70960f4e982c +size 20020962 diff --git a/sigil.changes b/sigil.changes index a55f3aa..b8f2190 100644 --- a/sigil.changes +++ b/sigil.changes @@ -1,3 +1,60 @@ +------------------------------------------------------------------- +Fri Mar 26 19:17:58 UTC 2021 - ecsos + +- Update to 1.5.1 + * Features: + - Can now handle single xhtml file sizes over 2megabytes in + size via its own URL Schemehandler + - Will now highlight matched open close tag pairs while editing + in Code View + - Delete open close tag pairs (Remove Tag Pair) + - Default selection of text for basic CodeView formatting + including bold, italic, etc based on cursor position + - Shift double-click (and Alt double-click) on a tag to select + tag contents (including tag) + - Expanded split on Sigil Split Marker capabilities to work + better with nested tags + - Added a new C++ CSS Parser and Query engine that works with + Sigil's version of Gumbo + - The Reports tool for "CSS Selectors" now lists all CSS + selectors not just classes + - The "Delete Unused Styles" tool now handles all unused + CSS Selectors not just classes + - The Reports for "CSS Selectors" and "Delete Unused Selectors" + now handle selectors in XHTML Style tags + - Added ability to load text and csv files to Group Saved + Searches to automate lists of replacements + - Reworked the Metadata Editor to be much more Human Readable + with tooltips to show xml tags + - Added semantic code to the descriptive field in Add Semantics + as a learning aid (Thank You BeckyEbook!) + - Checkpoint ManageRepos now has the ability to sort the repo + table by any column (Thank You BeckyEbook!) + - The Sigil User Guide has be completely reworked to bring it + to Sigil 1.5.0+ levels + * Bug Fixes: + - Fix issue with custom ncx names in non-standard empty epub + layouts + - Fix Import Text to properly add ncx if missing for epub2 + - Fix issue with "Delete Unused Styles" not properly detecting + all used selectors + - Fix issues with repeated use of Mend and Prettify on bare + text in structural tags + - Fix extra line issue with Link to Stylesheet + - Fix bug in id assignment in EPUB3 Metadata editor + - Fix bug in trailing slash in Move To Folder paths + - Fix bug in spelling of Columbia->Colombia in Languages + - Fix bug in Clip Editor pasting of multiple clips + - Fix bug in PerformCSSUpdates related to quoted string in + content: values + - Fix bug related to iframe handling when loading Preview + - Fix typos in XMLEntities descriptions + - Fix numeric table alignment to align right in multiple tables + - Fix bug in Add Existing not properly using QProgressDialog + for long import + - Removed long deprecated and now invalid use of "altlang" in + EPUB3 Metadata Editor + ------------------------------------------------------------------- Thu Dec 3 16:03:58 UTC 2020 - ecsos diff --git a/sigil.spec b/sigil.spec index b3a598e..b7856f0 100644 --- a/sigil.spec +++ b/sigil.spec @@ -1,7 +1,7 @@ # # spec file for package sigil # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,16 +16,16 @@ # -%define sigil_doc_version 2019.09.03 +%define sigil_doc_version 2021.03.25 Name: sigil -Version: 1.4.3 +Version: 1.5.1 Release: 0 Summary: WYSIWYG Ebook Editor License: GPL-3.0-only Group: Productivity/Other URL: https://sigil-ebook.com/ Source0: https://github.com/Sigil-Ebook/Sigil/archive/%{version}/%{name}-%{version}.tar.gz -Source1: https://github.com/Sigil-Ebook/Sigil/raw/master/docs/Sigil_User_Guide_%{sigil_doc_version}.epub +Source1: https://github.com/Sigil-Ebook/Sigil/raw/master/docs/Sigil_User_Guide_%{sigil_doc_version}_epub3.epub Source2: %{name}.desktop # PATCH-FIX-OPENSUSE Disabled __DATE__ and __TIME__ which is replaced later in pre section Patch0: %{name}-gt-0.9.0-Dialogs-About.cpp.patch @@ -175,7 +175,7 @@ popd %files %license COPYING.txt -%doc ChangeLog.txt README.md Sigil_User_Guide_%{sigil_doc_version}.epub +%doc ChangeLog.txt README.md Sigil_User_Guide_%{sigil_doc_version}_epub3.epub %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %dir %{_datadir}/icons/hicolor/