Skip to content

1.12.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Jul 20:01
081467e

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 dedicated MeilisearchSearchProvider that 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-rc2 references were changed to 12.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.