From 79dd5c17217a2c050ebf79d8ea18781ed3b632df6f77a245226184511a2fd90e Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Fri, 23 Jul 2021 08:15:19 +0000 Subject: [PATCH] Accepting request 907885 from home:ecsos - Update to 1.7.0 * Bug Fixes - Workaround to ensure the Saved Searches Controls editor widget is movable on all platforms - Make the External Xhtml Editor Button/Feature work with both PageEdit and non-PageEdit editors again - Fix Preview sync when CV transitions from xhtml to css and back to xhtml - Fix Preview sync when Find and Replace opens new tab with search target - Fix Preview sync when Validation error clicked on - Fix Preview sync when mathml is being used (compensate for mathjax changes) - Fix mathml use when external MathJax directory is specified in builds on Linux - Prevent Sigil from loading any manifested mimetype file from bad epubs, give load warning - Make Spellcheck dialog use double-click to control search in CV, to speed paging word list. - Prevent duplicate translated semantic names - Fix heading tool issues after self-closed BLOCK tags - Prevent stack overflow crashes in pcre lib due to recursion with some valid regex - Fix second window opening on macOS when first launching app with file - Remove [other.] semantic indicators for epub2 - Fix crash in CSS Selectors Report when using Filters * New Features: - added Find Replace Regular Expression validator - added SIGIL_DISABLE_VERSION_META environment variable to control writing of Sigil Version - enable JIT compiler for pcre library to improve regex look-up performance - update the pcre library to version 8.45 (Final EOL) OBS-URL: https://build.opensuse.org/request/show/907885 OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/sigil?expand=0&rev=61 --- sigil-1.6.0.tar.gz | 3 --- sigil-1.7.0.tar.gz | 3 +++ sigil.changes | 38 ++++++++++++++++++++++++++++++++++++++ sigil.spec | 2 +- 4 files changed, 42 insertions(+), 4 deletions(-) delete mode 100644 sigil-1.6.0.tar.gz create mode 100644 sigil-1.7.0.tar.gz diff --git a/sigil-1.6.0.tar.gz b/sigil-1.6.0.tar.gz deleted file mode 100644 index b35de30..0000000 --- a/sigil-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea0e41a56fa98d54c61e2148c6d4b152bd50d8faa59a95c148c8b32b058dacda -size 21192958 diff --git a/sigil-1.7.0.tar.gz b/sigil-1.7.0.tar.gz new file mode 100644 index 0000000..8fedeb0 --- /dev/null +++ b/sigil-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ea3c11a33bb54de3de1b401fb7ec8d440a5a63277c4d7ed32a29ba629eac66 +size 21315598 diff --git a/sigil.changes b/sigil.changes index 8337f12..1db0d0c 100644 --- a/sigil.changes +++ b/sigil.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Fri Jul 23 05:50:52 UTC 2021 - ecsos + +- Update to 1.7.0 + * Bug Fixes + - Workaround to ensure the Saved Searches Controls editor + widget is movable on all platforms + - Make the External Xhtml Editor Button/Feature work with both + PageEdit and non-PageEdit editors again + - Fix Preview sync when CV transitions from xhtml to css and + back to xhtml + - Fix Preview sync when Find and Replace opens new tab with + search target + - Fix Preview sync when Validation error clicked on + - Fix Preview sync when mathml is being used + (compensate for mathjax changes) + - Fix mathml use when external MathJax directory is specified + in builds on Linux + - Prevent Sigil from loading any manifested mimetype file from + bad epubs, give load warning + - Make Spellcheck dialog use double-click to control search in + CV, to speed paging word list. + - Prevent duplicate translated semantic names + - Fix heading tool issues after self-closed BLOCK tags + - Prevent stack overflow crashes in pcre lib due to recursion + with some valid regex + - Fix second window opening on macOS when first launching app + with file + - Remove [other.] semantic indicators for epub2 + - Fix crash in CSS Selectors Report when using Filters + * New Features: + - added Find Replace Regular Expression validator + - added SIGIL_DISABLE_VERSION_META environment variable to + control writing of Sigil Version + - enable JIT compiler for pcre library to improve regex look-up + performance + - update the pcre library to version 8.45 (Final EOL) + ------------------------------------------------------------------- Mon Jun 28 10:53:29 UTC 2021 - ecsos diff --git a/sigil.spec b/sigil.spec index 3d5a9d5..90ed4df 100644 --- a/sigil.spec +++ b/sigil.spec @@ -18,7 +18,7 @@ %define sigil_doc_version 2021.05.27 Name: sigil -Version: 1.6.0 +Version: 1.7.0 Release: 0 Summary: WYSIWYG Ebook Editor License: GPL-3.0-only