diff --git a/manifest.json b/manifest.json index ef9b7e8..3de52b0 100644 --- a/manifest.json +++ b/manifest.json @@ -7,6 +7,14 @@ "owner": "redxef", "category": "General", "versions": [ + { + "version": "0.5.2.0", + "changelog": "## v0.5.2.0\n- bump Jellyfin ABI version to 10.10.5\n\n**Fixes**:\n- the config pages will always load, not only the first time\n", + "targetAbi": "10.10.5.0", + "sourceUrl": "https://gitea.redxef.at/redxef/jellyfin-smart-playlist/releases/download/v0.5.2.0/smart-playlist_0.5.2.0.zip", + "checksum": "d31221bd4ee7742bb4680fcd7209d2b1", + "timestamp": "2025-01-25T23:29:53Z" + }, { "version": "0.5.1.0", "changelog": "## v0.5.1.0\n- Add multiple new functions:\n - `length` computes the length of a list\n - `split` splits off n elements of the given list `(split '(1 2 3 4 5) 3) -> ((1 2 3) 4 5)`\n - `reverse` reverses a list\n\n**Fixes**:\n- The configuration can now be updated again.\n The relevant code got lost during the smart collection restructuring.\n\n## v0.5.0.0\n- Add support for collections\n- Add a playground to test lisp code, the playground has\n two additional functions available: `print` and `println`\n to fill the output window\n- Separate the config pages\n- Enable nearly all item types\n\n## v0.4.1.0\n- improve defaults for new playlists\n\n**Fixes**:\n- finally get the percentage indicator of the scheduled task right\n\n## v0.4.0.0\n- Add a basic UI to configure the playlists.\n- It's now possible to print log messages to the jellyfin log by calling `logd`, `logi`, `logw` or `loge`\n for the respective levels `debug`, `info`, `warning` or `error`.\n- Allow calling generic methods via `(invoke-generic object methodname args list-of-types)`.\n- Add quoting via single quote: `'`.\n- Add special case for `(quote