v0.26.0 #288
hkalexling
started this conversation in
General
v0.26.0
#288
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New Features
Here comes the long-awaited v2 plugin API! Plugins targeting the new API can offer these extra features:
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
manifest.json
for a better mobile experience (closes [Feature Request] Add a manifest.json for better mobile experience #262)API Improvements:
GET /api/sort_opt
andPUT /api/sort_opt
)/api/library
and/api/book/:id
endpoints are now sorted/api/library/continue_reading
,/api/library/start_reading
, and/api/library/recently_added
)/api/signin
to respond with session ID and admin informationThis discussion was created from the release v0.26.0.
Beta Was this translation helpful? Give feedback.
All reactions