forked from pool/sigil
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
This commit is contained in:
parent
1c2a92df45
commit
7ce80683d7
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f63857526ed2f04fbe8194c68f79ad5d1432e9efc3686f9fe3437d46d55aaf7
|
||||
size 6928879
|
3
Sigil_User_Guide_2022.05.17.epub
Normal file
3
Sigil_User_Guide_2022.05.17.epub
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:adb2b392c614d309a30aa8c09230ec619638cb6a442cb66966fc7220017975b5
|
||||
size 8894634
|
3
sigil-1.9.10.tar.gz
Normal file
3
sigil-1.9.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35b6051d966c2848a8a031ebe691449229b3c95a56145647dc71857acc18fad5
|
||||
size 25263060
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1a16f33fe93cda88442c798e0c53f700fa8e2ef792dd78566392d7ad11d997f
|
||||
size 23225656
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 23 14:46:29 UTC 2022 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- 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 <ecsos@opensuse.org>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user