diff --git a/BuildScripts/jprm_build.sh b/BuildScripts/jprm_build.sh index a3a22c1..86306fa 100755 --- a/BuildScripts/jprm_build.sh +++ b/BuildScripts/jprm_build.sh @@ -71,5 +71,5 @@ echo "----------" echo "Contents in ${zipfile}" unzip -l ${zipfile} sed -i "s/github.com\/Cloud9Developer\/Jellyfin-Newsletter-Plugin\/releases\/download\/newsletters/github.com\/Cloud9Developer\/Jellyfin-Newsletter-Plugin\/releases\/download\/v${VERSION}/g" manifest.json - +md5sum ${zipfile} exit $rc \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d0679dc..f62e624 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.6.4.0 +- Minor bug fix + # 0.6.3.0 - Major code refactoring. - Added additional data tags (see README.md) diff --git a/Directory.Build.props b/Directory.Build.props index 0d29f88..6b49bcf 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 0.6.3.0 - 0.6.3.0 - 0.6.3.0 + 0.6.4.0 + 0.6.4.0 + 0.6.4.0 \ No newline at end of file diff --git a/Jellyfin.Plugin.Newsletters/Configuration/PluginConfiguration.cs b/Jellyfin.Plugin.Newsletters/Configuration/PluginConfiguration.cs index 313eeae..898836b 100644 --- a/Jellyfin.Plugin.Newsletters/Configuration/PluginConfiguration.cs +++ b/Jellyfin.Plugin.Newsletters/Configuration/PluginConfiguration.cs @@ -36,7 +36,7 @@ public PluginConfiguration() try { - string[] dirs = Directory.GetDirectories(@".", "config/plugins/Jellyfin Newsletters_*.*.*.*", SearchOption.AllDirectories); + string[] dirs = Directory.GetDirectories(@".", "config/plugins/Newsletters_*.*.*.*", SearchOption.AllDirectories); string pluginDir = string.Empty; if (dirs.Length > 1) { diff --git a/Jellyfin.Plugin.Newsletters/manifest.json b/Jellyfin.Plugin.Newsletters/manifest.json index c861a5f..382f9b2 100644 --- a/Jellyfin.Plugin.Newsletters/manifest.json +++ b/Jellyfin.Plugin.Newsletters/manifest.json @@ -8,13 +8,21 @@ "category": "General", "imageUrl": "https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/logo.png", "versions": [ + { + "version": "0.6.4.0", + "changelog": "- Major code refactoring. - Database updates for new available Tags. - Catch all for any missed tags in newsletter output. - Alert for \"Test mail\" button. - Minor bug fix post 0.6.3.0 release FULL CHANGELOG: https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/CHANGELOG.md\n", + "targetAbi": "10.9.0.0", + "sourceUrl": "https://github.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/releases/download/v0.6.4.0/newsletters_0.6.4.0.zip", + "checksum": "8447f20296e773b6608cf1796af8b849", + "timestamp": "2024-05-19T04:11:46Z" + }, { "version": "0.6.3.0", "changelog": "- Major code refactoring. - Database updates for new available Tags. - Catch all for any missed tags in newsletter output. - Alert for \"Test mail\" button. FULL CHANGELOG: https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/CHANGELOG.md\n", "targetAbi": "10.9.0.0", "sourceUrl": "https://github.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/releases/download/v0.6.3.0/newsletters_0.6.3.0.zip", - "checksum": "6d3f12680a2da13578522c987d751def", - "timestamp": "2024-05-19T03:41:09Z" + "checksum": "a9ade0fc92ae888fdf9bf482c9260bdd", + "timestamp": "2024-05-19T04:04:44Z" }, { "version": "0.6.2.1", @@ -114,4 +122,4 @@ } ] } -] +] \ No newline at end of file diff --git a/build.yaml b/build.yaml index 8ce1092..120f0bf 100644 --- a/build.yaml +++ b/build.yaml @@ -2,7 +2,7 @@ name: "Newsletters" guid: "60f478ab-2dd6-4ea0-af10-04d033f75979" imageUrl: "https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/logo.png" -version: "0.6.3.0" +version: "0.6.4.0" targetAbi: "10.9.0.0" framework: "net8.0" overview: "Send newsletters for recently added media" @@ -17,4 +17,5 @@ changelog: > - Database updates for new available Tags. - Catch all for any missed tags in newsletter output. - Alert for "Test mail" button. + - Minor bug fix post 0.6.3.0 release FULL CHANGELOG: https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/CHANGELOG.md diff --git a/manifest.json b/manifest.json index c861a5f..3834bb9 100644 --- a/manifest.json +++ b/manifest.json @@ -8,13 +8,21 @@ "category": "General", "imageUrl": "https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/logo.png", "versions": [ + { + "version": "0.6.4.0", + "changelog": "- Major code refactoring. - Database updates for new available Tags. - Catch all for any missed tags in newsletter output. - Alert for \"Test mail\" button. - Minor bug fix post 0.6.3.0 release FULL CHANGELOG: https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/CHANGELOG.md\n", + "targetAbi": "10.9.0.0", + "sourceUrl": "https://github.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/releases/download/v0.6.4.0/newsletters_0.6.4.0.zip", + "checksum": "30d9f25be49a611327d851bb644bdc58", + "timestamp": "2024-05-19T04:11:46Z" + }, { "version": "0.6.3.0", "changelog": "- Major code refactoring. - Database updates for new available Tags. - Catch all for any missed tags in newsletter output. - Alert for \"Test mail\" button. FULL CHANGELOG: https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/CHANGELOG.md\n", "targetAbi": "10.9.0.0", "sourceUrl": "https://github.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/releases/download/v0.6.3.0/newsletters_0.6.3.0.zip", - "checksum": "6d3f12680a2da13578522c987d751def", - "timestamp": "2024-05-19T03:41:09Z" + "checksum": "a9ade0fc92ae888fdf9bf482c9260bdd", + "timestamp": "2024-05-19T04:04:44Z" }, { "version": "0.6.2.1", @@ -114,4 +122,4 @@ } ] } -] +] \ No newline at end of file