Skip to content

v3.3.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Dec 22:02

New features

  • Automatically skipping <nav> sections without the type attribute in EPUB 3 navigation documents to avoid throwing errors for navigation sections that don't conform to the EPUB standard (#119)
  • New BookCoverReaderOptions.Epub2MetadataIgnoreMissingManifestItem property to let applications ignore errors when EPUB 2 cover metadata is referencing a non-existing manifest item. This option is enabled by default for applications that don't create their own EpubReaderOptions (#109)
  • New SpineReaderOptions.IgnoreMissingManifestItems property to let applications ignore errors when a EPUB spine item is referencing a non-existing manifest item (#109)
  • Console demo app has been migrated to .NET 9 (#117)