diff options
author | wiz <wiz@pkgsrc.org> | 2022-03-08 07:51:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-03-08 07:51:21 +0000 |
commit | 59c4442a8ff26fb7c550ced9f07a6e9f2e058456 (patch) | |
tree | b0e7d74afadcbe24628f63fcd2b2232a3f977229 | |
parent | cc9ceab810c978fd637ac4485a677ea2944fdf72 (diff) | |
download | pkgsrc-59c4442a8ff26fb7c550ced9f07a6e9f2e058456.tar.gz |
Sigil: update to 1.9.1.
Sigil-1.9.1
Bug Fixes
- Allow creation of a Windows 7 Legacy Installer to return Sigil to Windows 7 (for now)
- Completely revamped Find and Replace (yet again) to return most of its
earlier behaviour for finding next
- Prevent Find and Replace Count from changing current location
- Extend spellcheck suggestions to properly handle end of sentence vs abbreviations
- Center Image Report File Sizes vertically within their row.
- Go To Link Or Style will now properly skip leading comments on selectors in CSS stylesheets
- ecmascript is considered a core media type for javascript files
- make URLInterceptor robust when the Book pointer is NULL (has been cleared)
Sigil-1.9.0
Bug Fixes
- Update gumbo to follow WhatWG changes for closing br and p tags in foreign content
- Fix Saved Search Controls code typo for Tabbed Html Files
- Plug long existant memory leaks related to Saved Searches that stop after a match is found
- More file position of 0 fixes and handle toInt() result failures from N/A in ValidationResults
- Fix incorrect copied permissions with AddContentFileToFolder after QFile::copy
- Fix broken page up / down by key sequence in Repo Log and Automate Log.
- Fix broken PluginRunner error signal
New Features
- Make Validation Results sortable by clicking on column header
- Add Export All to Validation Results for text or csv output
- Completely redesign Find Replace and Saved Searches to not overload wrap when searching multiple targets
and add "Restart Search" button to make skipping replacements in Saved Searches easier
- Update to use the PCRE2 library for regular expression searching
- Add a new Sigil Preferences settings to disable GPU acceleration for QtWebEngine/Preview
to make it easier for Sigil to keep working even with older graphics drivers
- Add indicator to MainWindow titlebar that indicates if epub in old Sigil Standard form
- Support building from source on macOS M1 (arm64) machines
- Update Windows and Mac embedded python to Python 3.9.9
- Allow building Sigil with Qt6.2.2+ or Qt5.10+ from the same codebase
- Speed up "Add Blank HTML" in epubs with huge numbers of files
- Store and set Epub Zip modification dates where possible
- Support PySide6 to replace PyQt5 in plugins when building Sigil under Qt6
- Handle deprecated embedded Python PyEvalInitThreads properly during build
- Support QUiTool in PySide6 under Qt6 for plugins using .ui files
- MacOS Python 3.9.9 now now includes TclTK 8.6.12 (no exteral TclTk package needed anymore)
- Added Select All Checkbox in Delete Unused Media and CSS (PRs from @luisparravicini)
- Add ability to rename classes when editing stylesheet in CV, will rename in all html as needed
- SpellcheckEditor now uses LocaleAware sorting vs Case-Insensitive which did not handle diacritics well
- Speed up loading of epubs with large numbers of xhtml files by using concurrency
- New Hunspell spelling dictionaries based on scowl size 70 for en_GB and en_US
- Support ending "." in spellchecker wordbreaks for better abbreviations is dictionary aff supports it
- Faster CSS stylesheet reformmating that can handle minor errors and still function
-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 9d1c7ffbb20..53253969ee7 100644 --- a/editors/Sigil/Makefile +++ b/editors/Sigil/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.148 2022/01/10 01:46:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.149 2022/03/08 07:51:21 wiz Exp $ -DISTNAME= Sigil-1.8.0 -PKGREVISION= 2 +DISTNAME= Sigil-1.9.1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=Sigil-Ebook/} GITHUB_PROJECT= Sigil diff --git a/editors/Sigil/distinfo b/editors/Sigil/distinfo index 81198cffa6e..87698f26faf 100644 --- a/editors/Sigil/distinfo +++ b/editors/Sigil/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.49 2021/11/16 15:00:30 wiz Exp $ +$NetBSD: distinfo,v 1.50 2022/03/08 07:51:21 wiz Exp $ -BLAKE2s (Sigil-1.8.0.tar.gz) = eee08afb80d81f1d9648b4b3c43371828c1191930f88e35a4141277ea560a015 -SHA512 (Sigil-1.8.0.tar.gz) = 1a911aac996d3519f501820f8da9c810db9793063e481a6169288d402ef7e6b797308cf7ca5517162d0eb4d80f38f968627bca676b724ea5be5109c427473c95 -Size (Sigil-1.8.0.tar.gz) = 21217901 bytes +BLAKE2s (Sigil-1.9.1.tar.gz) = 2ad3cb0c0f643040ebffa7791a6b9c2b9828efe82eb0034d172afa37e8439fba +SHA512 (Sigil-1.9.1.tar.gz) = 69122d604310ba130c8734ae99689118c4b57abbbcc1755cab3645563a7b34f646d05e27be7c1b1f23544facf70c6f3c9346e9a26d03b68828c2db1c42f40ee9 +Size (Sigil-1.9.1.tar.gz) = 23223574 bytes SHA1 (patch-3rdparty_minizip_ioapi.c) = a68dead89687529b7022cda3bc8a079e5f5c1459 SHA1 (patch-src_Misc_Language.cpp) = 5ae2fc9b76b1a706efd05eecad95d5a6760a6357 |