Skip to content

Releases: Sigil-Ebook/EpubJSReader

EpubJSReader v0.5.1 Released

02 Aug 21:36
Compare
Choose a tag to compare

Changes:

  • updated to the very latest plugin_utils.py to work better with PySide6

EpubJSReader v0.5.0 Released

17 Mar 16:26
Compare
Choose a tag to compare

Changes in this Release

  • added support for both Qt5 and Qt6 using plugin_utils.py
  • local app setting are now properly stored and kept between launches

EubJSReader v0.4.0 Released

13 Jun 13:44
Compare
Choose a tag to compare

EpubJSReader v0.4.0

Changes:

  • contains patch to fix max-width image sizing bug when in two-page spread mode

EpubJSReader v0.3.1 Released

08 Jun 18:02
Compare
Choose a tag to compare

EpubJSReader v0.3.1

This update has a simpler version of v0.3.0 toc bug fix that uses the existing internal EPUBJS.core.resolveUrl().

No change in end user functionality from version 0.3.0

EpubJSReader v0.3.0 Released

08 Jun 14:25
Compare
Choose a tag to compare

EpubJSReader v0.3.0

This update includes a bug fix to the TocController to properly convert NCX and Nav relative paths to paths relative to the OPF.
This fixes broken TOC behaviour when the NAV/NCX is not co-located beside the OPF.

EpubJSReader v0.2.0 Released

01 Jun 17:35
Compare
Choose a tag to compare

This update includes plugin icons contributed by BeckyEbook (Thank you!).

EpubJSReader plugin for Sigil

27 May 15:19
Compare
Choose a tag to compare

Initial Release: FuturePress EpubJSReader plugin for Sigil

This plugin implements an epub3 reader for the epub currently being edited in Sigil.
It uses PyQt5 and PyQtWebengine to create a browser like main window and then loads
FuturePress's EpubJS epub reader project to implement the epub reader.

See https://github.com/futurepress/epub.js/
https://github.com/futurepress/epubjs-reader/

License/Copying: The EpubJS Reader code is covered by its own MIT License.

License/Copying: The actual python code used to create this plugin is covered under the GNU LGPL Version 2 or Version 3, your choice. Any other license terms are only available directly from the authors of Sigil in writing.

Minimum Sigil Version: support for this plugin is provided for Sigil 1.6.0 and later using the Python 3.6 or later Python interpreter.