diff --git a/manifest.json b/manifest.json index dbcdf70..77cd983 100644 --- a/manifest.json +++ b/manifest.json @@ -47,6 +47,14 @@ "checksum": "aa8f88842b331cf56ddf29b7241f9d39", "timestamp": "2026-08-02T15:29:06Z" }, + { + "version": "0.2.4.0", + "changelog": "Fix the user settings page on older clients that do not support replaceChildren.", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://git.ajpanton.se/ajp_anton/jellyfin-plugin-repository/raw/branch/main/releases/jellyfin-multilang_0.2.4.0.zip", + "checksum": "bc7443769a97ca634f0216b4b16e5734", + "timestamp": "2026-08-21T23:24:08Z" + }, { "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.", @@ -70,6 +78,14 @@ "sourceUrl": "https://git.ajpanton.se/ajp_anton/jellyfin-plugin-repository/raw/branch/main/releases/jellyfin-multilang_0.3.2.0.zip", "checksum": "e5ddcaf6a0426b08fd79ed0ec85a6eaf", "timestamp": "2026-08-02T15:29:06Z" + }, + { + "version": "0.3.3.0", + "changelog": "Fix the user settings page on older clients that do not support replaceChildren.", + "targetAbi": "12.0.0.0", + "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" } ] } diff --git a/releases/jellyfin-multilang_0.2.4.0.zip b/releases/jellyfin-multilang_0.2.4.0.zip new file mode 100644 index 0000000..b5425f3 Binary files /dev/null and b/releases/jellyfin-multilang_0.2.4.0.zip differ diff --git a/releases/jellyfin-multilang_0.3.3.0.zip b/releases/jellyfin-multilang_0.3.3.0.zip new file mode 100644 index 0000000..706f45b Binary files /dev/null and b/releases/jellyfin-multilang_0.3.3.0.zip differ