Skip to content

Commit

Permalink
Updated Sigil to 0.9.8.
Browse files Browse the repository at this point in the history
Sigil-0.9.8
   Bug Fixes
    - Make sure when new empty epub3's are created that the toc does not use a doctype (Issue # 250)
    - Make GetUniqueFilenameVersion work even on Case-Insensitive filesystems (Issue #247)
    - Properly urlencode/decode all hrefs in plugin's ResultXML in launcher/PluginRunner to prevent parse errors
    - Enable Basic Cut Copy Paste Icons/Actions in OPF, NCX, XML, SVG, and other Misc Text Tabs
    - Add proper detection for minimum service pack requirements in Windows installer
    - Include workaround for bug in KDE Qt5 plugin on Linux that keep plugins from launching from menu
    - Prevent splitting Section0001.xhtml (Split at Cursor) needlessly rewrite the file's manifest id with a uuid
    - Fix issue where merging files when non-xhtml tabs were open was causing Python errors or crashes
    - Fix segfault in Image Reports when deleting unused image files
    - Fix bug in prettyprint_xhtml in sigil_bs4 (put back inadvertently dropped is_void_tag routine)
    - Fix gumbo serialize to better handle injected newlines
    - Harden bundled Python isolation on Windows and add subset of PyQt5 to bundled modules
    - Harden plugin interface code to properly unquote/quote hrefs
    - Stop Sigil from nagging about unsupported mimetypes when epubs with Adobe xpgt page-templates are opened
    - Fix Book Browser highlighting issue when editable XML files from the "Misc" folder are opened
    - Pull upstream bug fixes from google's gumbo parser for Sigil
    - Force formatting buttons in BookView to generate inline-styled spans instead of "strike", "b", etc
    - Fix bug from deprecated use of jquery $.browser.msie introduced when jQuery was updated
    - Fix temp folder specification on Windows systems that delete the system temp folder for every login (Issue #285)
    - Fix typos in metadata descriptions to allow better translations

   New Features
    - New preference setting (Appearance section) which allows user to adjust the size of the main menu icons
    - Add manifest properties to Book Browser tooltips and to All Files Reports Widget for epub3
    - Make Sigil's UI and spellchecker language settings available to plugins
    - Add support for PyQt5 for plugin gui widgets
    - Internal builds now use Qt 5.6.2 with Webkit added back
    - Major compiler tool change and update for Windows build to sync Qt/Python/Sigil on Windows
    - Update all build it yourself from source documentation for new requirements
  • Loading branch information
wiz committed Apr 5, 2017
1 parent 67d09e2 commit c9a1c2c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
5 changes: 2 additions & 3 deletions editors/Sigil/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.91 2017/02/28 15:20:03 ryoon Exp $
# $NetBSD: Makefile,v 1.92 2017/04/05 16:05:38 wiz Exp $

DISTNAME= Sigil-0.9.7
PKGREVISION= 6
DISTNAME= Sigil-0.9.8
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=Sigil-Ebook/}
GITHUB_PROJECT= Sigil
Expand Down
6 changes: 3 additions & 3 deletions editors/Sigil/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.14 2016/11/07 13:12:37 wiz Exp $
@comment $NetBSD: PLIST,v 1.15 2017/04/05 16:05:38 wiz Exp $
bin/sigil
lib/sigil/libhunspell.${RUBY_DLEXT}
lib/sigil/libsigilgumbo.${RUBY_DLEXT}
Expand Down Expand Up @@ -91,7 +91,6 @@ share/sigil/translations/sigil_en.qm
share/sigil/translations/sigil_es.qm
share/sigil/translations/sigil_fi.qm
share/sigil/translations/sigil_fr.qm
share/sigil/translations/sigil_he.qm
share/sigil/translations/sigil_hu_HU.qm
share/sigil/translations/sigil_id_ID.qm
share/sigil/translations/sigil_it.qm
Expand All @@ -102,8 +101,9 @@ share/sigil/translations/sigil_pl.qm
share/sigil/translations/sigil_pt.qm
share/sigil/translations/sigil_pt_BR.qm
share/sigil/translations/sigil_ru.qm
share/sigil/translations/sigil_sk.qm
share/sigil/translations/sigil_sr.qm
share/sigil/translations/sigil_tr.qm
share/sigil/translations/sigil_tr_TR.qm
share/sigil/translations/sigil_zh.qm
share/sigil/translations/sigil_zh_CN.qm
share/sigil/translations/sigil_zh_TW.qm
10 changes: 5 additions & 5 deletions editors/Sigil/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.37 2016/11/07 13:12:37 wiz Exp $
$NetBSD: distinfo,v 1.38 2017/04/05 16:05:38 wiz Exp $

SHA1 (Sigil-0.9.7.tar.gz) = cacc3213f2c7249234d6b6ff0f7483c7b3e4f210
RMD160 (Sigil-0.9.7.tar.gz) = 19adbad31b0877f32757f6b63700474ee0b61f0c
SHA512 (Sigil-0.9.7.tar.gz) = e2cbd5ad94bbbbeb222044fcaf1916ee20567c415da816dfd5d0538cfb3a8b4ee473bda94f89e78734b001a4ee191d65dc83611228b56df8c2d3da33c6fae94c
Size (Sigil-0.9.7.tar.gz) = 18468399 bytes
SHA1 (Sigil-0.9.8.tar.gz) = dcb10edb0f07eea789eae621aae14f8a2e0b3f2f
RMD160 (Sigil-0.9.8.tar.gz) = 3e198d51af8d3cc568c9b159aedf29459c189e8c
SHA512 (Sigil-0.9.8.tar.gz) = 2453bdc49bac3dd53d98b2cf4118d2f95cd3c59dc251c50b0d84658a41486990b9b564f4847bb6e916156d2bcc7885d46aabe6aa89fca7c00cba636642b736f8
Size (Sigil-0.9.8.tar.gz) = 18600528 bytes
SHA1 (patch-3rdparty_minizip_ioapi.c) = a68dead89687529b7022cda3bc8a079e5f5c1459

0 comments on commit c9a1c2c

Please sign in to comment.