Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

2.1.0

Latest
Compare
Choose a tag to compare
@mickael-menu mickael-menu released this 23 Sep 13:56
· 2 commits to develop since this release
3e57eae

Take a look at the migration guide

Added

  • (alpha) A new Publication SearchService to search through the resources' content, with a default implementation StringSearchService.
  • 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.