Update to 0.1.4:
Sigil v0.1.4 2009.10.08. - SGF files are now associated with Sigil on Windows (issue #135) - SGF files are now associated with Sigil on Mac OS X (issue #10) - fixed issue with "Open With" OS actions not working on Macs (issue #111) - provided more informative tooltips by following Word 2007 tooltip style (issue #64) - the heading text can now be edited in the TOC Editor (issue #131) - the Save As dialog now uses the current filename in the filename field (issue #18) - views can now be zoomed (issue #44) - Sigil no longer loads flow-specific CSS... this was causing more harm than good; loading flow-specific CSS will be back in 0.2.0. - implemented a NEW workaround for a webkit bug causing the first character of a heading created after a chapter break to be displayed incorrectly (issue #78) - fixed issue with TOC editor not resolving HTML entities (issue #125) - fixed issue with Tidy changing case of attribute names (issue #120) - Sigil will from now on check for a newer version on startup and present an informative message if such a version is found (issue #67) - made SGF importing MUCH faster (issue #119) - provided a window icon on Linux - providing binary installers for Windows AND LINUX (issue #6) - further improved encoding detection for HTML import - fixed graphical misalignment of controls in MetaEditor on Linux and Mac platforms - fixed syntax highlighting for XPGT stylesheets - fixed rare issue with SGF importing that displayed all body text underlined (issue #118) - fixed display of the Sigil chapter break in Book View: the red double-line now properly appears after all images (issue #117) - added support for importing images referenced in SVG elements in HTML import - HTML importing now defaults to a locale-aware codec if one is not detected in the HTML stream; previously the fallback codec was UTF-8; this change should improve importing of old HTML documents (issue #113)
This commit is contained in:
parent
88353de022
commit
f36239622f
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.5 2009/10/11 08:33:39 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2009/10/11 08:51:39 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Sigil_code_0.1.3
|
||||
DISTNAME= Sigil_code_0.1.4
|
||||
PKGNAME= ${DISTNAME:S/_code_/-/}
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://sigil.googlecode.com/files/
|
||||
|
@ -13,7 +13,6 @@ COMMENT= Multi-platform WYSIWYG ebook editor (for the ePub format)
|
|||
LICENSE= gnu-gpl-v3
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
INSTALLATION_DIRS= bin libexec/Sigil/data
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
USE_CMAKE= yes
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2009/10/11 08:33:39 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.4 2009/10/11 08:51:39 wiz Exp $
|
||||
|
||||
SHA1 (Sigil_code_0.1.3.zip) = 83349aec2f5dcfb066e85651e66e16b259c23d4f
|
||||
RMD160 (Sigil_code_0.1.3.zip) = 616abfc8d6c770cc38d03a106a2de981cd1c6270
|
||||
Size (Sigil_code_0.1.3.zip) = 1216629 bytes
|
||||
SHA1 (Sigil_code_0.1.4.zip) = 4832e80561a4d16a188a84cbac70f856298e0276
|
||||
RMD160 (Sigil_code_0.1.4.zip) = 88b5d83cce394c79a0b2610c7899c5a199daf796
|
||||
Size (Sigil_code_0.1.4.zip) = 5943438 bytes
|
||||
|
|
Loading…
Reference in a new issue