- Update to 0.9.13
* Bug Fixes
- Revert change of INI encoding to utf-8 as QSettings very
broken under utf-8 (commit 5484463)
- Ensure all url attributes in shape-outside properties in
CSS stylesheets get updated (commit de7b09f)
- Workaround for lost cursor in qlineedit Qt bug (issue #398)
(commit a8acab7)
- Workaround missing File New, Open, Quit menus in Mac menubar
if windows closed (commit 660a8aa)
- Remove Icon from Tab for macOS only to workaround Qt bug
(commit 5c91924)
- Plug some memory leaks (commits: 85f78d7, cb9b833, 614d601,
bf2f2f4, ebfb613, 4qa8f33)
- Backport Qt 5.12alpha fix to prevent heap corruption due
to qwidget next focus pointers (commit f5c7284)
- Plug macOS memory leaks when closing a main window
(commit fbf9015)
- Put back quote in tag name bug fix lost in recent changes
(commit ebd8c7c)
- Disable Netscape Plugins being used in BookView and Preview
Window (commit 79314ea)
- Use custom version of qtwebkit with Qt 5.5 memory leak fix
added back and no load plugins if disabled
(see commits 94a28d7, 9f7ebba, and 4b968a9)
* New Features
- Add filename to tab tooltip (commit 27f8db7)
- Clear memory caches when Preview changes to keep memory
footprint smaller (commit 87b9247)
- Update to MathJax 2.75, adds support for mathml mlongdiv,
mstack, mcarries (commit 568aba5)
- Reduce memory footprint by letting worker threads expire
(commit c1ee7ea)
- Reduce memory footprint by properly setting web page caches
(commit 9f07cbe)
Be aware that Sigil-0.9.13 still enforces the need for epub3
to have and support an NCX so that it generates as backward
a compatible epub as possible. This may be relaxed in future
releases.
OBS-URL: https://build.opensuse.org/request/show/691998
OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/sigil?expand=0&rev=27
- update to 0.9.10
* Bug Fixes
- Fix signal handling to prevent double launch of plugins
immediately after plugin installed
- Fixed incorrect named entity tooltips for many of the
Insert-> Special Characters
- Fixed lack of recognition of woff2 fonts inside Sigil and for
plugins
- Fix segfault when .xml is first file in BookBrowser and add
new html or split at cursor is invoked
- Fix bug that allowed multiple audio/video tabs of the same
resource to be opened
- Fix plugin related bug when adding/removing last xhtml file
- Fix Text Direction setting inside body to use structural dir
attribute under epub3
- Fix duplicate group-position property in epub3 MetaData
Editor
- Use absolute path references when first opening Sigil with
an ebook so that Open Recent works better
- Fix "issue" in handling self-closing script tags in head
(similar issue that we had with self-closing title tags)
- Fix issue converting Qt Strings to their Python equivalent
when outside the BMP
- Fix issue with trying to add existing html files when names
clash due to case insensitive file systems
- Fix crash bug after styling text in BookView and immediately
going to CodeView without moving cursor
- Fix crash bugs after deleting resources contained in a Report
in the BookBrowser
- Fix bug that destroys nav if left in unparseable state by
user even temporarily
- Fix bug that moved cursor to beginning of tag block when save
is done in CodeView
* New Features
- allow plugins to supply their own icon (plugin.png 48x48) for
use on the Quick Launch Toolbar icons
- extend plugin interface to include the status of the epub
inside Sigil (modified or saved)
- extend plugin interface to include the path to the saved epub
file or the null string if never saved
- extend Insert->Special Characters to include both a Greek
letter panel and a mathematical symbol panel
- add support for calibre:series and calibre:series_index to
Metadata Editor for epub2
- add support for calibre:title_sort to Metadata Editor for
epub2
- add support for clicking internal links in Preview to load
the proper destination tab
- add support for loading Qt's base translation files if
present. Allows buttons on native qt dialogs to
- be translated (Windows users may need to manually copy newer
qtbase_xx.qm files to Sigil's translation
- directory if they didn't exist in Qt5.6.2)
- allow user to add custom css rules to Preview/Book View by
creating a file called "custom_preview_style.css"
- in the Sigil preferences folder (not responsible for custom
css and ebook css fighting with each other)
- Drop sigil-fix_deprecated_macro.patch because now in upstream.
OBS-URL: https://build.opensuse.org/request/show/629414
OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/sigil?expand=0&rev=22