ci: update manifest for version 0.2.0.0.
This commit is contained in:
parent
0c84826cb6
commit
6fe05553e6
1 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,14 @@
|
||||||
"owner": "redxef",
|
"owner": "redxef",
|
||||||
"category": "General",
|
"category": "General",
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"version": "0.2.0.0",
|
||||||
|
"changelog": "## v0.2.0.0\n- Switch to yaml loading, old json files are still accepted\n- Rework lisp interpreter to be more conventional\n- Use arbitrary strings as ids for playlists\n- Add configuration page with some default definitions for\n the filter expressions.\n\n**Breaking Changes:**\n- The lisp interpreter will no only detect strings in double quotes (`\"`).\n- The interpreter will also not allow specifying lists without quoting them.\n `(1 2 3)` ... used to work but will no longer, replace by either specifying\n the list as `(list 1 2 3)` or (quote (1 2 3)).\n\n## v0.1.1.0\n- Initial Alpha release.\n",
|
||||||
|
"targetAbi": "10.10.0.0",
|
||||||
|
"sourceUrl": "https://gitea.redxef.at/redxef/jellyfin-smart-playlist/releases/download/v0.2.0.0/smart-playlist_0.2.0.0.zip",
|
||||||
|
"checksum": "f06603c85c6b12a1ffbe3967290ed54b",
|
||||||
|
"timestamp": "2024-11-08T19:44:27Z"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "0.1.1.0",
|
"version": "0.1.1.0",
|
||||||
"changelog": "- Initial Alpha release.\n",
|
"changelog": "- Initial Alpha release.\n",
|
||||||
|
|
Loading…
Reference in a new issue