This repository was archived by the owner on Jul 29, 2022. It is now read-only.
2.0.0-alpha.2
Pre-release
Pre-release
·
52 commits
to develop
since this release
Take a look at the migration guide
Added
- Streamer API offers a simple interface to parse a publication and replace standalone parsers.
- A generic
ImageParserfor bitmap-based archives (CBZ or exploded directories) and single image files. - A generic
AudioParserfor audio-based archives (Zipped Audio Book or exploded directories) and single audio files.
Changed
ContainerandContentFilterswere replaced by a shared implementation of aFetcher.
Fixed
- Readium can now open PDF documents of any size without crashing. However, LCP protected PDFs are still limited by the available memory.
- Various HTTP server fixes and optimizations.