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.
Fixes
OPDS responses are cached per client User-Agent. Clients that support
different features no longer receive each other's cached feeds for a
minute.
OPDS v1: comic credits that are not writing credits, like artists and
colorists, appear as contributors in metadata feeds. They had never been
sent.
OPDS: Panels on iOS (3.13 and later) is recognized as a facet capable
client and receives real OPDS facets, shown in the native filter menu,
instead of sort options faked as navigation folders. The macOS build
(951), which does not support facets, keeps the navigation folder sort
options.
OPDS v1: facet capable clients like kybooks no longer also receive a dead,
unclickable duplicate entry for every facet alongside the real facet
links.
OPDS v1: facet groups are labeled "Order By", "Order Direction" and
"Views" instead of the internal query parameter names clients displayed
verbatim, like "orderBy".