From e3fb36e8f2de3e9a9ce64c250c467172b40df5b8838cfbe07e18fb600be30f8b Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Mon, 31 May 2021 17:13:27 +0000 Subject: [PATCH] Accepting request 896409 from home:ecsos - Update to 1.6.0 * New Features: - Find and Replace search targets expanded to include tabbed files, CSS files, OPF and NCX files - Saved Searches now save full search Controls (mode, direction, options, and targets) - Preview loading is now completely asynchronous with a loading progress bar and loading placeholder - Merge will now automatically prevent duplicate ids - Merge will automatically add ids are former file boundaries to prevent TOC, Guide, and href losses - A new Xhtml Highlighter speeds up huge single file loading considerably - Redesigned CodeView Spellchecking to bring it back to Sigil-1.3.0 speeds - The External XHTML editor will now always pass along the OPF path and spine position to simplify interface with PageEdit (use "Open With" if you want the old behaviour) - Added PyQtWebEngine as a newly required python module for Plugins. ie. Plugins now have access to browser functionality for implementing e-Readers, more complex guis. * Bug Fixes: - Add Qt workaround for restoring Sigil window sizes when FindReplace left open on macOS - Add missing tr() calls to the tooltips in the Special Character selection dialog - Fix bug when all unused selectors are removed as in css stylesheet - adds a comment placeholder - Make empty Nav have a title to help empty epub passing epubcheck - Fix bug where fonts couldn't be previewed when a space was in the path - Redesigned code to make Merging large numbers of files much faster - Fix bug in blank language field in Spellcheck Dialog - Fix use of different indentation of css via PR from BeckyEbook - Fix typos in plugin framework guide - Fix hang on launch when opf manifested files exist inside the META_INF - Fix Metadata Editor bugs related to alternate-script - Fix Metadata Editor bugs related to epub2 event dates - Update sigil user guide to version 2021.05.27. OBS-URL: https://build.opensuse.org/request/show/896409 OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/sigil?expand=0&rev=58 --- .gitattributes | 2 +- Sigil_User_Guide_2021.03.25_epub3.epub | 3 -- Sigil_User_Guide_2021.05.27_epub3.epub | 3 ++ sigil-1.5.1.tar.gz | 3 -- sigil-1.6.0.tar.gz | 3 ++ sigil.changes | 46 ++++++++++++++++++++++++++ sigil.spec | 4 +-- 7 files changed, 55 insertions(+), 9 deletions(-) delete mode 100644 Sigil_User_Guide_2021.03.25_epub3.epub create mode 100644 Sigil_User_Guide_2021.05.27_epub3.epub delete mode 100644 sigil-1.5.1.tar.gz create mode 100644 sigil-1.6.0.tar.gz diff --git a/.gitattributes b/.gitattributes index 2991635..29b8f72 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_2021.03.25_epub3.epub filter=lfs diff=lfs merge=lfs -text +Sigil_User_Guide_2021.05.27_epub3.epub filter=lfs diff=lfs merge=lfs -text diff --git a/Sigil_User_Guide_2021.03.25_epub3.epub b/Sigil_User_Guide_2021.03.25_epub3.epub deleted file mode 100644 index edcfa46..0000000 --- a/Sigil_User_Guide_2021.03.25_epub3.epub +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:635ceec235e8906dfaf421f362e5dd83895e2c893163ab341c58b48d7e26e7c5 -size 5949176 diff --git a/Sigil_User_Guide_2021.05.27_epub3.epub b/Sigil_User_Guide_2021.05.27_epub3.epub new file mode 100644 index 0000000..0164e7e --- /dev/null +++ b/Sigil_User_Guide_2021.05.27_epub3.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ffb9a311b3f5c3f4f77111962dbc94ed3bd05cdf80d2c7f3477bd0ecede916 +size 6840679 diff --git a/sigil-1.5.1.tar.gz b/sigil-1.5.1.tar.gz deleted file mode 100644 index 37c98e2..0000000 --- a/sigil-1.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecdb20c90ca4ca9bd9ebee03734ee8c88ac101b0d32cc7ef25ff70960f4e982c -size 20020962 diff --git a/sigil-1.6.0.tar.gz b/sigil-1.6.0.tar.gz new file mode 100644 index 0000000..b35de30 --- /dev/null +++ b/sigil-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0e41a56fa98d54c61e2148c6d4b152bd50d8faa59a95c148c8b32b058dacda +size 21192958 diff --git a/sigil.changes b/sigil.changes index b8f2190..80db8d3 100644 --- a/sigil.changes +++ b/sigil.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Sat May 29 15:57:21 UTC 2021 - ecsos + +- Update to 1.6.0 + * New Features: + - Find and Replace search targets expanded to include tabbed + files, CSS files, OPF and NCX files + - Saved Searches now save full search Controls (mode, + direction, options, and targets) + - Preview loading is now completely asynchronous with a loading + progress bar and loading placeholder + - Merge will now automatically prevent duplicate ids + - Merge will automatically add ids are former file boundaries + to prevent TOC, Guide, and href losses + - A new Xhtml Highlighter speeds up huge single file loading + considerably + - Redesigned CodeView Spellchecking to bring it back to + Sigil-1.3.0 speeds + - The External XHTML editor will now always pass along the OPF + path and spine position to simplify interface with PageEdit + (use "Open With" if you want the old behaviour) + - Added PyQtWebEngine as a newly required python module for + Plugins. ie. Plugins now have access to browser functionality + for implementing e-Readers, more complex guis. + * Bug Fixes: + - Add Qt workaround for restoring Sigil window sizes when + FindReplace left open on macOS + - Add missing tr() calls to the tooltips in the Special + Character selection dialog + - Fix bug when all unused selectors are removed as in css + stylesheet - adds a comment placeholder + - Make empty Nav have a title to help empty epub passing + epubcheck + - Fix bug where fonts couldn't be previewed when a space was + in the path + - Redesigned code to make Merging large numbers of files much + faster + - Fix bug in blank language field in Spellcheck Dialog + - Fix use of different indentation of css via PR from BeckyEbook + - Fix typos in plugin framework guide + - Fix hang on launch when opf manifested files exist inside the + META_INF + - Fix Metadata Editor bugs related to alternate-script + - Fix Metadata Editor bugs related to epub2 event dates +- Update sigil user guide to version 2021.05.27. + ------------------------------------------------------------------- Fri Mar 26 19:17:58 UTC 2021 - ecsos diff --git a/sigil.spec b/sigil.spec index b7856f0..6852f5f 100644 --- a/sigil.spec +++ b/sigil.spec @@ -16,9 +16,9 @@ # -%define sigil_doc_version 2021.03.25 +%define sigil_doc_version 2021.05.27 Name: sigil -Version: 1.5.1 +Version: 1.6.0 Release: 0 Summary: WYSIWYG Ebook Editor License: GPL-3.0-only