I lied in the last patch release, we may still do more patch releases until the next major release.
Warning
Daily/dev builds after this version will for a period of time break the web UI until the related changes are merged for the client-side.
Read the changelog on our site
Read the full changelog on GitHub
Bug Fixes
-
Fix resume in APIv2, adjust scrobble endpoint to take multiple input types and give better messages, and better guard against invalid positions. (e3e31e1, d00a645, 97004dd, c10a0b3) by @da3dsoul & @revam
-
Only check culture info when necessary. (27f3a33) by @revam
Prevented unintentional changes to the language before it reaches the switch when it's NOT a country/region specific code (e.g. en-US, zh-HANS, etc.). This will fix TMDB image downloads for text-less images among other changes caused by this error.
-
Only run rename all groups once if multiple language settings changed. (f2ed594) by @revam
-
Add missing auth on some APIv3 endpoints. (0db9e51) by @revam
-
Fix default title/overview for tmdb entities in APIv3. (ca59663) by @revam
-
Fix default check to use correct language. (cb937f9) by @revam
-
Only run one image validation job at a time. (8b70a74) by @revam
-
Add missing 8mm/16mm/35mm film reel as release sources. (c5e130d) by @revam
-
Set concurrency to 2 for hash jobs and media info probe jobs by default. (95f0857) by @revam
The hash jobs already had an effective default limit of 2 because of the default settings on new installs since quartz was introduced, but now it will also indicate it in code. users can still override the default limit.
-
Correct parameter order in
/Series/AniDB/Searchendpoint. (#1304) (ed7e834) by @fearnlj01 -
Force use UTF-8 when reading MediaInfo. (#1306) (456e1b4) by @fearnlj01