Releases: ShokoAnime/Shokofin
Shokofin Dev 5.0.0.58
Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!
Changes since last build:
fix
: Distinct character names before joining.
fix
: Skip cast/crew if staff member don't have a name.
Shokofin Dev 5.0.0.57
Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!
Changes since last build:
fix
: Filter out empty series from VFS and library:
Filter out series which we have no normal episodes or specials for from all libraries, be it those managed through the VFS or traditional filtering.
Shokofin Dev 5.0.0.56
Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!
Changes since last build:
misc
: Add created at and updated at to base info interface.
fix
: Missed a spot:
follow up commit for 3ef0aec.
chore
: DI usage tracker in api client and manager.
chore
: Add concurrency lock to API client:
Added a concurrency lock to the API client, to allow a maximum of 10 concurrent requests at all times, as to not overload the server with a DoS attack when iterating a long-running series like e.g. One Piece.
Also tweaked the log statements and made POST requests able to be cached if needed, but they skip the cache by default.
chore
: Further restrict library item searches to only physical libraries in managers/services.
chore
: Pass and use cancellation token in the guarded cache.
fix
: Fix default selected options in settings html.
Shokofin Dev 5.0.0.55
Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!
Changes since last build:
fix
: Fix up creator role for latest daily server.
Shokofin Dev 5.0.0.54
Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!
Changes since last build:
misc
: Remove unnecessary virtual
field on external ids.
fix
: Remove legacy support for 4.2 in cross-reference by marking the percentage object on the episode reference as non-nullable, since they're always available from 5.0 and onwards.
Shokofin Dev 5.0.0.53
Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!
Changes since last build:
misc
: Move back accidentally moved file.
fix
: Enable more code analyzers & fix locking on this
issue.
Shokofin Dev 5.0.0.52
Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!
Changes since last build:
feat
: I18n buttons in plugin settings.
Shokofin Dev 5.0.0.51
Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!
Changes since last build:
misc
: Update comment. (Skip CI)
fix
: Always use default tmdb title for tmdb entities and set a better fallback name.
Shokofin Dev 5.0.0.50
Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!
Changes since last build:
fix
: Inverse reversed boolean logic.
Shokofin Dev 5.0.0.49
Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!
Changes since last build:
feat
: Expose community rating for images if available.
repo
: Update version matrix in read-me file.