New Features
- You can now disable authentication by setting
disable_login
to true and specifying thedefault_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
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)