diff --git a/manifest.json b/manifest.json index 77cd983..1e721eb 100644 --- a/manifest.json +++ b/manifest.json @@ -55,6 +55,14 @@ "checksum": "bc7443769a97ca634f0216b4b16e5734", "timestamp": "2026-08-21T23:24:08Z" }, + { + "version": "0.2.5.0", + "changelog": "Jellyfin 10.11 maintenance release. Harden proxy authentication and item permissions; share raw-response caching across paging and sorting; improve settings-page lifecycle; add targeted missing-data fetching, bounded concurrency, batched database operations, and local artwork repair from saved source URLs. Remove obsolete saved-rule formats. Existing databases upgrade automatically; make fresh database exports after upgrading because older database exports are not supported. Current classification rules and user-settings export format remain supported.", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://git.ajpanton.se/ajp_anton/jellyfin-plugin-repository/raw/branch/main/releases/jellyfin-multilang_0.2.5.0.zip", + "checksum": "c00c7c15e7fa896b0f342e706c06baf0", + "timestamp": "2026-09-09T01:18:23Z" + }, { "version": "0.3.0.0", "changelog": "Jellyfin 12 RC compatibility build: retarget to .NET 10/Jellyfin 12 packages and use standard Jellyfin authorization headers for plugin and proxied requests.", @@ -86,6 +94,14 @@ "sourceUrl": "https://git.ajpanton.se/ajp_anton/jellyfin-plugin-repository/raw/branch/main/releases/jellyfin-multilang_0.3.3.0.zip", "checksum": "00648eab85f7570b8e923033e8aa906a", "timestamp": "2026-08-21T23:24:08Z" + }, + { + "version": "0.3.4.0", + "changelog": "Jellyfin 12.0 stable compatibility release. Harden proxy authentication and item permissions; share raw-response caching across paging and sorting; improve settings-page lifecycle; add targeted missing-data fetching, bounded concurrency, batched database operations, and local artwork repair from saved source URLs. Remove obsolete saved-rule formats. Existing databases upgrade automatically; make fresh database exports after upgrading because older database exports are not supported. Current classification rules and user-settings export format remain supported.", + "targetAbi": "12.0.0.0", + "sourceUrl": "https://git.ajpanton.se/ajp_anton/jellyfin-plugin-repository/raw/branch/main/releases/jellyfin-multilang_0.3.4.0.zip", + "checksum": "3e06ad817bc219d871887a6ab0c1d50a", + "timestamp": "2026-09-09T01:18:23Z" } ] } diff --git a/releases/jellyfin-multilang_0.2.5.0.zip b/releases/jellyfin-multilang_0.2.5.0.zip new file mode 100644 index 0000000..0b872de Binary files /dev/null and b/releases/jellyfin-multilang_0.2.5.0.zip differ diff --git a/releases/jellyfin-multilang_0.3.4.0.zip b/releases/jellyfin-multilang_0.3.4.0.zip new file mode 100644 index 0000000..9db3f47 Binary files /dev/null and b/releases/jellyfin-multilang_0.3.4.0.zip differ