diff options
author | wiz <wiz@pkgsrc.org> | 2022-05-23 17:17:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-05-23 17:17:00 +0000 |
commit | 5e0fbc46aa98e9b06ac747c294548b6e59027fa1 (patch) | |
tree | 03993f00a8a9a39c11ecf1be989b45c5fe9f683f | |
parent | 6f7131e87b096fce1347995a194345055d60c260 (diff) | |
download | pkgsrc-5e0fbc46aa98e9b06ac747c294548b6e59027fa1.tar.gz |
Sigil: update to 1.9.10.
Sigil-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
-rw-r--r-- | editors/Sigil/Makefile | 5 | ||||
-rw-r--r-- | editors/Sigil/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile index 3acf167ff03..bea1325c9b4 100644 --- a/editors/Sigil/Makefile +++ b/editors/Sigil/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.152 2022/04/18 19:10:56 adam Exp $ +# $NetBSD: Makefile,v 1.153 2022/05/23 17:17:00 wiz Exp $ -DISTNAME= Sigil-1.9.2 -PKGREVISION= 2 +DISTNAME= Sigil-1.9.10 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=Sigil-Ebook/} GITHUB_PROJECT= Sigil diff --git a/editors/Sigil/distinfo b/editors/Sigil/distinfo index 13d3dc069f5..5b346cc22be 100644 --- a/editors/Sigil/distinfo +++ b/editors/Sigil/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.51 2022/03/14 13:47:27 wiz Exp $ +$NetBSD: distinfo,v 1.52 2022/05/23 17:17:00 wiz Exp $ -BLAKE2s (Sigil-1.9.2.tar.gz) = dcee440e95e09c4cc6d61611305490e8181a0f86f5fd380a72bac47617b78ae0 -SHA512 (Sigil-1.9.2.tar.gz) = fd6a71ce3b05b08651476f86a166d1ccdbecca31b19ecfa31c9d18ebe4daccfd69cf51d687686917c401f4b6e26cc6a57dbae5f9b1d8ba49fe08ccdd0bdf75d7 -Size (Sigil-1.9.2.tar.gz) = 23225656 bytes +BLAKE2s (Sigil-1.9.10.tar.gz) = 2d2f357fc5df24dbd2aa7896329168f792e5439294a8635943820ffc32a4c221 +SHA512 (Sigil-1.9.10.tar.gz) = e328d8e207cff1dc007391c246792c3d53f7b9f078dd87a61088a61a5a192ed85802057b0f2d61b14bcac6094bb1ac2ff74a5096b54d9b82f0c6b2bef7eceb1a +Size (Sigil-1.9.10.tar.gz) = 25263060 bytes SHA1 (patch-3rdparty_minizip_ioapi.c) = a68dead89687529b7022cda3bc8a079e5f5c1459 SHA1 (patch-src_Misc_Language.cpp) = 5ae2fc9b76b1a706efd05eecad95d5a6760a6357 |