Bump version to 1.6.6.0; update manifest and settings popup for improved theme selection
All checks were successful
Auto Release Plugin / build-and-release (push) Successful in 53s

This commit is contained in:
CodeDevMLH
2026-02-03 20:50:28 +01:00
parent fc9896048f
commit fc7aa36f41
3 changed files with 4 additions and 11 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.6.5.0</Version> <Version>1.6.6.0</Version>
<RepositoryUrl>https://github.com/CodeDevMLH/Jellyfin-Seasonals</RepositoryUrl> <RepositoryUrl>https://github.com/CodeDevMLH/Jellyfin-Seasonals</RepositoryUrl>
</PropertyGroup> </PropertyGroup>

View File

@@ -285,19 +285,12 @@ function createSettingsPopup(anchorElement) {
</label> </label>
</div> </div>
<div class="selectContainer"> <div class="selectContainer style="margin-bottom: 0.5em;">
<label class="selectLabel" for="seasonal-theme-select" style="margin-bottom: 0.5em; display: block; color: inherit;">Force Theme</label> <label class="selectLabel" for="seasonal-theme-select" style="margin-bottom: 0.5em; display: block; color: inherit;">Force Theme</label>
<select id="seasonal-theme-select" class="emby-select" style="width: 100%; padding: 0.5em; background-color: #333; border: 1px solid #444; color: #fff; border-radius: 4px;"> <select id="seasonal-theme-select" class="emby-select" style="width: 100%; padding: 0.5em; background-color: #333; border: 1px solid #444; color: #fff; border-radius: 4px;">
<option value="auto">Auto (Date Based)</option> <option value="auto">Auto (Date Based)</option>
</select> </select>
</div> </div>
<div class="selectContainer1">
<label class="selectLabel" for="seasonal-theme-select1">Force Theme</label>
<select is="emby-select" id="seasonal-theme-select1" class="emby-select">
<option value="auto">Auto (Date Based)</option>
</select>
</div>
`; `;
// Populate Select Options // Populate Select Options

View File

@@ -9,10 +9,10 @@
"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.6.5.0", "version": "1.6.6.0",
"changelog": "- feat: Add client-side toggle option for seasonal settings", "changelog": "- feat: Add client-side toggle option for seasonal settings",
"targetAbi": "10.11.0.0", "targetAbi": "10.11.0.0",
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.6.5.0/Jellyfin.Plugin.Seasonals.zip", "sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.6.6.0/Jellyfin.Plugin.Seasonals.zip",
"checksum": "4b91182f842076bb98538f6cd268f6e0", "checksum": "4b91182f842076bb98538f6cd268f6e0",
"timestamp": "2026-02-03T19:37:36Z" "timestamp": "2026-02-03T19:37:36Z"
}, },