The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-04-03 | 1.6 kB | |
| v0.26.0.tar.gz | 2022-04-03 | 3.7 MB | |
| v0.26.0.zip | 2022-04-03 | 3.7 MB | |
| mango-arm64v8.o | 2022-04-03 | 16.8 MB | |
| mango-arm32v7.o | 2022-04-03 | 14.8 MB | |
| mango | 2022-04-03 | 35.3 MB | |
| Totals: 6 Items | 74.2 MB | 0 | |
New Features
Here comes the long-awaited v2 plugin API! Plugins targeting the new API can offer these extra features:
- Search manga with search terms.
- Subscriptions and auto-update. You can subscribe to new chapters on the download page, and Mango will automatically check and download them for you. A new subscription manager page has been added.
- A new helper function
mango.settings(key). See https://github.com/hkalexling/mango-plugins/wiki/Development-Guideline-v2 for details.
NOTE: Your existing plugins won't magically work with the new v2 API out of the box, and plugin authors/maintainers must update the plugins for that. The official mangadex plugin has been updated to support the v2 API.
Improvements
- Add error handling on the admin page (closes [#274])
- Add
manifest.jsonfor a better mobile experience (closes [#262]) - Improve logging on corrupted files (closes [#281])
API Improvements:
- Add CORS headers
- Allow authentication through bearer tokens
- New endpoints for getting/updating sorting options (
GET /api/sort_optandPUT /api/sort_opt) - Results from the
/api/libraryand/api/book/:idendpoints are now sorted - Archive errors are now included in API response
- Optionally include the reading progress percentage in API response
- New endpoints for getting home page items (
/api/library/continue_reading,/api/library/start_reading, and/api/library/recently_added) - Update
/api/signinto respond with session ID and admin information