Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-02-12 | 1.5 kB | |
v0.25.0.tar.gz | 2022-02-12 | 3.6 MB | |
v0.25.0.zip | 2022-02-12 | 3.7 MB | |
mango-arm64v8.o | 2022-02-12 | 15.3 MB | |
mango-arm32v7.o | 2022-02-12 | 13.6 MB | |
mango | 2022-02-12 | 34.6 MB | |
Totals: 6 Items | 70.8 MB | 0 |
:skull_and_crossbones: Breaking Changes
- The config option
mangadex -> download_queue_db_path
has been moved to the top level instead of under themangadex
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
tofalse
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])
- Expand paths from config file (fixes [#277])
Misc.
- We added a new
/api/login
endpoint that can be used by third-party apps and scripts.