This repository was archived by the owner on Mar 23, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 131
v0.25.0 #278
hkalexling
started this conversation in
General
v0.25.0
#278
-
☠️ Breaking Changes
- The config option
mangadex -> download_queue_db_pathhas been moved to the top level instead of under themangadexkey. If you've customized the path, remember to set the new config option as well. - The metadata cache introduced in v0.24.0 is not enabled by default. You can opt out by setting
cache_enabledin 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 [Feature Request] Custom sort order #182 , thanks to @Leeingnyo)
DeepinScreenshot_select-area_20220126193722
- The paged reader now has a right-to-left mode, which can be toggled from the in-reader menu (closes [Feature Request] Add "Right to Left" support to "Paged" mode #220 , thanks to @nduja)
Bug-Fixes
- Fixed a bug that might cause HTTP 500 after reorganizing the library (fixes [Bug Report] Scan bug after reorganizing a directory structure #257 , thanks to @Leeingnyo)
- Fixed a bug that prevented the delete and retry buttons on the download manager from working (fixes [Bug Report] Unable to cancel/delete downloads #266 )
- Fixes some bugs introduced by the new library caching feature in v0.24.0 (fixes [Bug Report] thumbnail generation FOREIGN KEY sqlite exception #256 , fixes [Bug Report] Changes in
library_pathin config being ignored #265 , fixes [Bug Report] Generate Thumbnails stuck #270 ) - Fixed some minor UI issues (fixes [Feature Request] Limit the size of the shown id in the download manager #244 , fixes [Bug Report] Can't click on the menu buttons while not in a maximized browser window #246 )
- Expand paths from config file (fixes [Bug Report] ~ is not expand when using docker-compose #277 )
Misc.
- We added a new
/api/loginendpoint that can be used by third-party apps and scripts.
This discussion was created from the release v0.25.0.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment