From 2cbc074ffd91c2376e577c930b5ea5e979778e5550b8fcbd1e300e6486703217 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Mon, 25 Oct 2021 12:51:18 +0000 Subject: [PATCH] Accepting request 927305 from home:ecsos - Update to 1.8.0 * Bug Fixes: - Reports now generate properly quoted csv when saved - Workaround Bug in QtWebengine when using custom scheme handler and specific audio/video codecs - Fix CV -> Preview sync after intial load when Preview Zoom is not equal to 100% - Fix link tags with rel set to stylesheets via Mend and Mend and Prettify that are missing type - Fix GoToLinkOrStyle to work on css link tags in head - Fix logic in GoToLinkOrStyle to better identify the actual target with styles - Fix insert media file when cursor at very start of tag - Fix Windows and macOS bugs when generating Keyboard Shortcuts - Fix insert closing tag when cursor at very start of tag - Fix double copy to Clipboard from OPF and NCX Tabs - Fix GoToLinkOrStyle when class attribute present but cursor not in the class attribute - Fix TabManager scroll to position to properly handle position of 0 - Fix crash using Split At Markers when body tag is completely empty (no whitespace or anything) * New Features: - BookBrowser can now link javascripts similarly to how it links stylesheets - Epub3 javascripts can now open windows if javascript is enabled - Add Find and Replace context menu to clear its curent values and history - Add support for 3 Automation lists that support editing and automatically running a list of commands that can include all Sigil plugins and a limited set of Tools - Add support for BookBrowser to insert a blank javascript file - Do not require replacement prompt if current book is unmodified and input plugin is run - Update sigil user guide to version 2021.10.12. OBS-URL: https://build.opensuse.org/request/show/927305 OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/sigil?expand=0&rev=62 --- .gitattributes | 2 +- Sigil_User_Guide_2021.05.27_epub3.epub | 3 -- Sigil_User_Guide_2021.10.12_eopub3.epub | 3 ++ sigil-1.7.0.tar.gz | 3 -- sigil-1.8.0.tar.gz | 3 ++ sigil.changes | 40 +++++++++++++++++++++++++ sigil.spec | 8 ++--- 7 files changed, 51 insertions(+), 11 deletions(-) delete mode 100644 Sigil_User_Guide_2021.05.27_epub3.epub create mode 100644 Sigil_User_Guide_2021.10.12_eopub3.epub delete mode 100644 sigil-1.7.0.tar.gz create mode 100644 sigil-1.8.0.tar.gz diff --git a/.gitattributes b/.gitattributes index 29b8f72..e08b559 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.05.27_epub3.epub filter=lfs diff=lfs merge=lfs -text +Sigil_User_Guide_2021.10.12_eopub3.epub filter=lfs diff=lfs merge=lfs -text diff --git a/Sigil_User_Guide_2021.05.27_epub3.epub b/Sigil_User_Guide_2021.05.27_epub3.epub deleted file mode 100644 index 0164e7e..0000000 --- a/Sigil_User_Guide_2021.05.27_epub3.epub +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0ffb9a311b3f5c3f4f77111962dbc94ed3bd05cdf80d2c7f3477bd0ecede916 -size 6840679 diff --git a/Sigil_User_Guide_2021.10.12_eopub3.epub b/Sigil_User_Guide_2021.10.12_eopub3.epub new file mode 100644 index 0000000..1c8f646 --- /dev/null +++ b/Sigil_User_Guide_2021.10.12_eopub3.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c90f50f07e7f130a38a30c33f88b6005c5c8241f390f7b2ffcb0b5c7bdb0d0b +size 6645684 diff --git a/sigil-1.7.0.tar.gz b/sigil-1.7.0.tar.gz deleted file mode 100644 index 8fedeb0..0000000 --- a/sigil-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8ea3c11a33bb54de3de1b401fb7ec8d440a5a63277c4d7ed32a29ba629eac66 -size 21315598 diff --git a/sigil-1.8.0.tar.gz b/sigil-1.8.0.tar.gz new file mode 100644 index 0000000..d959e6c --- /dev/null +++ b/sigil-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d84331f259ab8d92fc2c5fed6f05fd5f011695c48f83537423635a7afdd2ec +size 21217901 diff --git a/sigil.changes b/sigil.changes index 1db0d0c..441f727 100644 --- a/sigil.changes +++ b/sigil.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Mon Oct 25 12:34:24 UTC 2021 - ecsos + +- Update to 1.8.0 + * Bug Fixes: + - Reports now generate properly quoted csv when saved + - Workaround Bug in QtWebengine when using custom scheme + handler and specific audio/video codecs + - Fix CV -> Preview sync after intial load when Preview Zoom is + not equal to 100% + - Fix link tags with rel set to stylesheets via Mend and Mend + and Prettify that are missing type + - Fix GoToLinkOrStyle to work on css link tags in head + - Fix logic in GoToLinkOrStyle to better identify the actual + target with styles + - Fix insert media file when cursor at very start of tag + - Fix Windows and macOS bugs when generating Keyboard Shortcuts + - Fix insert closing tag when cursor at very start of tag + - Fix double copy to Clipboard from OPF and NCX Tabs + - Fix GoToLinkOrStyle when class attribute present but cursor + not in the class attribute + - Fix TabManager scroll to position to properly handle position + of 0 + - Fix crash using Split At Markers when body tag is completely + empty (no whitespace or anything) + * New Features: + - BookBrowser can now link javascripts similarly to how it + links stylesheets + - Epub3 javascripts can now open windows if javascript is + enabled + - Add Find and Replace context menu to clear its curent values + and history + - Add support for 3 Automation lists that support editing and + automatically running a list of commands that can include all + Sigil plugins and a limited set of Tools + - Add support for BookBrowser to insert a blank javascript file + - Do not require replacement prompt if current book is + unmodified and input plugin is run +- Update sigil user guide to version 2021.10.12. + ------------------------------------------------------------------- Fri Jul 23 05:50:52 UTC 2021 - ecsos diff --git a/sigil.spec b/sigil.spec index 90ed4df..60a11a1 100644 --- a/sigil.spec +++ b/sigil.spec @@ -16,16 +16,16 @@ # -%define sigil_doc_version 2021.05.27 +%define sigil_doc_version 2021.10.12 Name: sigil -Version: 1.7.0 +Version: 1.8.0 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}_epub3.epub +Source1: https://github.com/Sigil-Ebook/Sigil/raw/master/docs/Sigil_User_Guide_%{sigil_doc_version}_eopub3.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}_epub3.epub +%doc ChangeLog.txt README.md Sigil_User_Guide_%{sigil_doc_version}_eopub3.epub %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %dir %{_datadir}/icons/hicolor/