Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

v0.18.0

Choose a tag to compare

@hkalexling hkalexling released this 09 Jan 10:31
· 420 commits to master since this release

New Features

  • You can now disable authentication by setting disable_login to true and specifying the default_username (#107)
  • You can now use tags to manage your library
  • Adjustable page margin in the continuous mode (Thanks to @h45h74x)
  • A new helper function for sending POST requests in plugins (Thanks to @h45h74x)

Improvements

  • Dynamic HTML titles
  • Display the entries and sub-titles counts within a title
    Screenshot 2021-01-09 at 6 28 03 PM

Bug-Fixes

  • Fix a bug where the reading progress is not set to 100% when exiting the reader at the end of an entry
  • Escape some illegal characters on Windows (Thanks to @rg9400)