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

Latest commit

 

History

History
71 lines (36 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

71 lines (36 loc) · 1.87 KB

Changelog

All notable changes to this project will be documented in this file.

Warning: Features marked as alpha may change or be removed in a future release without notice. Use with caution.

Added

  • New APIs using coroutines and R2's HttpClient instead of Fuel and kovenant (contributed by @stevenzeck).

Changed

  • Upgraded to Kotlin 1.5.31 and Gradle 7.1.1

Fixed

  • Links in an OPDS 2 feed are normalized to the feed base URL.

Changed

  • Upgraded dependencies.

Changed

  • Upgraded dependencies.

Changed

  • Upgraded to Kotlin 1.4.10.

Changed

  • Update internal usage of the Publication shared models.

Changed

  • Update internal usage of the Publication shared models.

Fixed

  • XML namespace prefixes are now properly supported when an author chooses unusual ones (contributed by @qnga).
  • The AndroidManifest.xml is not forcing anymore allowBackup and supportsRtl, to let reading apps manage these features themselves (contributed by @twaddington).