You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)