diff --git a/Directory.Build.props b/Directory.Build.props index abac0d1..a39d52e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 1.2.0.0 - 1.2.0.0 - 1.2.0.0 + 1.2.1.0 + 1.2.1.0 + 1.2.1.0 diff --git a/build.yaml b/build.yaml index 2aeb1ab..41dcda6 100644 --- a/build.yaml +++ b/build.yaml @@ -1,7 +1,7 @@ --- name: "TubeArchivistMetadata" guid: "dc97d0c6-28b0-4242-afb4-5833ae1b3715" -version: "1.2.0.0" +version: "1.2.1.0" targetAbi: "10.8.0.0" framework: "net6.0" overview: "Metadata for your TubeArchivist library on Jellyfin" @@ -13,4 +13,5 @@ owner: "DarkFighterLuke" artifacts: - "Jellyfin.Plugin.TubeArchivistMetadata.dll" changelog: > - Add episodes and series overview + Make maximum description length configurable + Truncate descriptions to 500 characters diff --git a/manifest.json b/manifest.json index a24fe3a..c53093c 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,14 @@ "overview": "Metadata for your TubeArchivist library on Jellyfin", "imageUrl": "https://raw.githubusercontent.com/DarkFighterLuke/TubeArchivistMetadata/master/images/logo.png", "versions": [ + { + "version": "1.2.1.0", + "changelog": "Make maximum description length configurable\nTruncate descriptions to 500 characters\n", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/DarkFighterLuke/TubeArchivistMetadata/releases/download/v1.2.1/TubeArchivistMetadata-1.2.1.zip", + "checksum": "cf68d169956f166a6ee68a06192651c2", + "timestamp": "2024-03-14 21:50:00" + }, { "version": "1.2.0.0", "changelog": "Add episodes and series overview\n",