pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/Sigil
Module Name: pkgsrc
Committed By: wiz
Date: Tue Mar 8 07:51:21 UTC 2022
Modified Files:
pkgsrc/editors/Sigil: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 pkgsrc/editors/Sigil/Makefile
cvs rdiff -u -r1.49 -r1.50 pkgsrc/editors/Sigil/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/Sigil/Makefile
diff -u pkgsrc/editors/Sigil/Makefile:1.148 pkgsrc/editors/Sigil/Makefile:1.149
--- pkgsrc/editors/Sigil/Makefile:1.148 Mon Jan 10 01:46:30 2022
+++ pkgsrc/editors/Sigil/Makefile Tue Mar 8 07:51:21 2022
@@ -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
Index: pkgsrc/editors/Sigil/distinfo
diff -u pkgsrc/editors/Sigil/distinfo:1.49 pkgsrc/editors/Sigil/distinfo:1.50
--- pkgsrc/editors/Sigil/distinfo:1.49 Tue Nov 16 15:00:30 2021
+++ pkgsrc/editors/Sigil/distinfo Tue Mar 8 07:51:21 2022
@@ -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
Home |
Main Index |
Thread Index |
Old Index