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.
New Features
Mango can now cache the library metadata to improve page load time for large libraries. Note that this feature is experimental and is disabled by default. You can enable it by setting cache_enabled to true in your config file. (closes #186, thanks to @Leeingnyo)
Improvements
Cache the scanned library to a file (by default at ~/mango/library.yml.gz) to speed up scanning (closes #79, thanks to @Leeingnyo)
The API endpoints /api/library and /api/book/:title_id now accept a new query parameter depth. When it's set to 1, the endpoints will only return top-level data without querying the nested titles and entries. This can help improve the performance of the Tachiyomi extension.
Support additional image formats: APNG, AVIF, GIF, and SVG (closes #192, closes #228)
Improve .dockerignore to remove unnecessary files from the Docker image (thanks to @lincolnthedev)