feat: update version to 1.3.3.0 and modify manifest with new changelog, checksum, and timestamp

This commit is contained in:
CodeDevMLH
2025-12-17 23:36:09 +01:00
parent 4bb37f89f3
commit d73b1d17ff
8 changed files with 16 additions and 7 deletions

View File

@@ -12,7 +12,7 @@
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> --> <!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
<Title>Jellyfin Seasonals Plugin</Title> <Title>Jellyfin Seasonals Plugin</Title>
<Authors>CodeDevMLH</Authors> <Authors>CodeDevMLH</Authors>
<Version>1.3.2.0</Version> <Version>1.3.3.0</Version>
<RepositoryUrl>https://github.com/CodeDevMLH/jellyfin-plugin-seasonals</RepositoryUrl> <RepositoryUrl>https://github.com/CodeDevMLH/jellyfin-plugin-seasonals</RepositoryUrl>
</PropertyGroup> </PropertyGroup>

View File

@@ -159,8 +159,9 @@ async function initializeTheme() {
const response = await fetch('/Seasonals/Config'); const response = await fetch('/Seasonals/Config');
if (response.ok) { if (response.ok) {
const config = await response.json(); const config = await response.json();
automateThemeSelection = config.automateSeasonSelection; // automateThemeSelection = config.automateSeasonSelection;
defaultTheme = config.selectedSeason; automateThemeSelection = config.AutomateSeasonSelection;
defaultTheme = config.SelectedSeason;
window.SeasonalsPluginConfig = config; window.SeasonalsPluginConfig = config;
console.log('Seasonals Config loaded:', config); console.log('Seasonals Config loaded:', config);
} else { } else {

View File

@@ -6,7 +6,7 @@
"compilationOptions": {}, "compilationOptions": {},
"targets": { "targets": {
".NETCoreApp,Version=v9.0": { ".NETCoreApp,Version=v9.0": {
"Jellyfin.Plugin.Seasonals/1.3.2.0": { "Jellyfin.Plugin.Seasonals/1.3.3.0": {
"dependencies": { "dependencies": {
"Jellyfin.Controller": "10.11.0", "Jellyfin.Controller": "10.11.0",
"Jellyfin.Model": "10.11.0", "Jellyfin.Model": "10.11.0",
@@ -372,7 +372,7 @@
} }
}, },
"libraries": { "libraries": {
"Jellyfin.Plugin.Seasonals/1.3.2.0": { "Jellyfin.Plugin.Seasonals/1.3.3.0": {
"type": "project", "type": "project",
"serviceable": false, "serviceable": false,
"sha512": "" "sha512": ""

View File

@@ -1,7 +1,7 @@
--- ---
name: "Seasonals" name: "Seasonals"
guid: "ef1e863f-cbb0-4e47-9f23-f0cbb1826ad4" guid: "ef1e863f-cbb0-4e47-9f23-f0cbb1826ad4"
version: "1.3.2.0" version: "1.3.3.0"
targetAbi: "10.11.0.0" targetAbi: "10.11.0.0"
framework: "net9.0" framework: "net9.0"
overview: "Seasonal effects for Jellyfin" overview: "Seasonal effects for Jellyfin"

View File

@@ -9,7 +9,15 @@
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/raw/branch/main/logo.png", "imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/raw/branch/main/logo.png",
"versions": [ "versions": [
{ {
"version": "1.3.2.0", "version": "1.3.3.0",
"changelog": "- fixed: load config",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.3.3.0/Jellyfin.Plugin.Seasonals.zip",
"checksum": "b45d78ea07083cc113c7571b4add5b3b",
"timestamp": "2025-12-17T22:35:48Z"
},
{
"version": "1.3.0.0",
"changelog": "- fixed: image paths to ensure proper loading of resources.\n- fix: z-index issue to ensure seasonal effects appear above other UI elements.", "changelog": "- fixed: image paths to ensure proper loading of resources.\n- fix: z-index issue to ensure seasonal effects appear above other UI elements.",
"targetAbi": "10.11.0.0", "targetAbi": "10.11.0.0",
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.3.0.0/Jellyfin.Plugin.Seasonals.zip", "sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.3.0.0/Jellyfin.Plugin.Seasonals.zip",