diff --git a/manifest.json b/manifest.json index 183e36e..ae5fef6 100644 --- a/manifest.json +++ b/manifest.json @@ -5,16 +5,24 @@ "name": "TubeArchivistMetadata", "description": "A new and fully integrated way to manage metadata and organize your TubeArchivist library videos on Jellyfin.", "owner": "DarkFighterLuke", - "overview": "Metadata for your TubeArchivist library on Jellyfin.", - "imageUrl": "https://raw.githubusercontent.com/DarkFighterLuke/TubeArchivistMetadata/master/images/logo.png", + "overview": "Metadata for your TubeArchivist library on Jellyfin", + "imageUrl": "logo.png", "versions": [ { - "checksum": "444f8980671de494b1875ee7d1657bcf", - "changelog": "First release", + "version": "1.1.0.0", + "changelog": "Fix field name and add placeholders\nFix URL in logs after redirection\nAdd schema to TubeArchivist URL if not present in settings\nFix a particular case\nLog configuration settings at initialization\nSanitize URLs\n", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/DarkFighterLuke/TubeArchivistMetadata/releases/download/v1.1.0/TubeArchivistMetadata-1.1.0.zip", + "checksum": "167f1aa170e0426fd918c37a647aa882", + "timestamp": "2024-03-13 15:02:00" + }, + { + "version": "1.0.0.0", + "changelog": "First release\n", "targetAbi": "10.8.0.0", "sourceUrl": "https://github.com/DarkFighterLuke/TubeArchivistMetadata/releases/download/v1.0.0/TubeArchivistMetadata-1.0.0.zip", - "timestamp": "2024-03-11 16:02:00", - "version": "1.0.0.0" + "checksum": "444f8980671de494b1875ee7d1657bcf", + "timestamp": "2024-03-11 16:02:00" } ] }