Last (patch) release before MAJOR breaking changes to plugin abstraction and all REST APIs.
Warning
Daily/dev builds after this version will for a period of time break the web UI after the major breaking changes are merged to the server-side until the related changes are merged for the client-side.
Read the changelog on our site
Read the full changelog on GitHub
Breaking Changes
-
Align episode type in APIv3 closer to the plugin abstraction. (542cb55, e3a6a19, 814ce5b) by @revam
All API clients should update to make sure they use the new types.
EpisodeType.Normalis nowEpisodeType.Episode, andEpisodeType.ThemeSongis nowEpisodeType.Credits.EpisodeType.Extrahas been removed because it was never used.
Bug Fixes
-
Better handling of Web UI version search. (2cdfe67, 2f600da, fac8b77) by @revam
-
Move language preference handling from setters to SettingsProvider. (0081d2c) by @revam
-
Use Shoko series preferred overview for group descriptions instead of the AniDB anime description. (#1301)(2ac1487) by @revam
-
Only update TMDB shows/movies if we have a Shoko Series linked to them. (7b98e38) by @revam