This repository has been archived by the owner on Jul 29, 2022. It is now read-only.
Take a look at the migration guide
Added
- (alpha) A new Publication
SearchService
to search through the resources' content, with a default implementationStringSearchService
. ContentProtection.Scheme
can be used to identify protection technologies using unique URI identifiers.Link
objects from archive-based publication assets (e.g. an EPUB/ZIP) have additional properties for entry metadata."properties" { "archive": { "entryLength": 8273, "isEntryCompressed": true } }
Changed
- Upgraded to Kotlin 1.5.31 and Gradle 7.1.1
Fixed
- Crash with
HttpRequest.setPostForm()
on Android 6. - HREF normalization when a resource path contains special characters.