You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
☠️ Breaking Changes
The config option mangadex -> download_queue_db_path has been moved to the top level instead of under the mangadex key. If you've customized the path, remember to set the new config option as well.
The metadata cache introduced in v0.24.0 is now enabled by default. You can opt out by setting cache_enabled to false in your config file.
New Features
You can now set sort titles to your titles and entries. Sort titles will only be used when sorting and won't show up on the web interface (fixes #182, thanks to @Leeingnyo)
The paged reader now has a right-to-left mode, which can be toggled from the in-reader menu (closes #220, thanks to @nduja)
Bug-Fixes
Fixed a bug that might cause HTTP 500 after reorganizing the library (fixes #257, thanks to @Leeingnyo)
Fixed a bug that prevented the delete and retry buttons on the download manager from working (fixes #266)
Fixes some bugs introduced by the new library caching feature in v0.24.0 (fixes #256, fixes #265, fixes #270)
Fixed some minor UI issues (fixes #244, fixes #246)