What's new / changed:
-
Jellyfin 12 support with native external search provider — The plugin has been fully rewritten to use Jellyfin 12's new external search provider API (
ISearchProvider). The old internal repository decorator approach has been replaced with a dedicatedMeilisearchSearchProviderthat integrates directly with Jellyfin's search pipeline. -
Upgraded to .NET 10 — The plugin and tooling now target
net10.0. -
MeiliSearch client updated to 0.20.0 — The underlying MeiliSearch .NET SDK was bumped from 0.19.0 to 0.20.0.
-
Jellyfin dependency versioning loosened — Pinned
12.0.0-rc2references were changed to12.0.*-*wildcards, so the plugin tracks future 12.0.x releases automatically without manual bumps. -
New manual build workflow — A standalone CI workflow lets you trigger a build and download the artifact without creating a full release.