diff --git a/manifest.json b/manifest.json index 370112a..dbcdf70 100644 --- a/manifest.json +++ b/manifest.json @@ -39,6 +39,14 @@ "checksum": "77b970cbf55cb4bce3a36a7b0e3f4c61", "timestamp": "2026-07-19T01:41:13Z" }, + { + "version": "0.2.3.0", + "changelog": "Fix settings-page compatibility on clients without replaceChildren support, add user/admin debug access, and correct the Jellyfin 12 preferences-menu entry behavior.", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://git.ajpanton.se/ajp_anton/jellyfin-plugin-repository/raw/branch/main/releases/jellyfin-multilang_0.2.3.0.zip", + "checksum": "aa8f88842b331cf56ddf29b7241f9d39", + "timestamp": "2026-08-02T15:29:06Z" + }, { "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.", @@ -54,6 +62,14 @@ "sourceUrl": "https://git.ajpanton.se/ajp_anton/jellyfin-plugin-repository/raw/branch/main/releases/jellyfin-multilang_0.3.1.0.zip", "checksum": "b821757d348b1b0cb31bf72840aeb97b", "timestamp": "2026-07-19T01:41:13Z" + }, + { + "version": "0.3.2.0", + "changelog": "Fix settings-page compatibility on clients without replaceChildren support, add user/admin debug access, and correct the Jellyfin 12 preferences-menu entry behavior.", + "targetAbi": "12.0.0.0", + "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" } ] } diff --git a/releases/jellyfin-multilang_0.2.3.0.zip b/releases/jellyfin-multilang_0.2.3.0.zip new file mode 100644 index 0000000..1309146 Binary files /dev/null and b/releases/jellyfin-multilang_0.2.3.0.zip differ diff --git a/releases/jellyfin-multilang_0.3.2.0.zip b/releases/jellyfin-multilang_0.3.2.0.zip new file mode 100644 index 0000000..3d23b4f Binary files /dev/null and b/releases/jellyfin-multilang_0.3.2.0.zip differ