Skip to content

Releases: Sigil-Ebook/ReadiumReader

ReadiumReader v0.4.1 Released

02 Aug 21:32
Compare
Choose a tag to compare

Changes in this Release

  • Updated to the latest version of plugin_utils.py to better support PySide6

ReadiumReader v0.4.0 Released

17 Mar 16:24
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

ReadiumReader Plugin for Sigil

27 May 15:23
Compare
Choose a tag to compare

Initial Release: ReadiumReader - a version of Readium's Cloud-Reader-LITE 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
Readium's cloud-reader-LITE from Readium's js-viewer project to implement the epub reader.

See https://github.com/readium/readium-js-viewer

License/Copying: The Readium code is covered by its own BSD 3-clause license:

Copyright (c) 2014 Readium Foundation and/or its licensees. All rights reserved.

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.