Compare commits

...

3 Commits

Author SHA1 Message Date
CodeDevMLH
7f968ee050 Update manifest.json for release v1.7.0.11 [skip ci] 2026-02-16 22:06:11 +00:00
CodeDevMLH
dec5bbe39e Bump version to 1.7.0.11
All checks were successful
Auto Release Plugin / build-and-release (push) Successful in 52s
2026-02-16 23:05:18 +01:00
CodeDevMLH
63f3211cc4 Refactor date selection options to use SeasonalsConfigPage methods for consistency 2026-02-16 23:05:06 +01:00
3 changed files with 9 additions and 9 deletions

View File

@@ -736,13 +736,13 @@
<div class="selectContainer" style="margin:0; flex: 1;">
<label class="selectLabel">Start Day</label>
<select is="emby-select" class="rule-start-day" style="width: 100%;">
${this.getDaysOptions(startDay)}
${SeasonalsConfigPage.getDaysOptions(startDay)}
</select>
</div>
<div class="selectContainer" style="margin:0; flex: 1;">
<label class="selectLabel">Month</label>
<select is="emby-select" class="rule-start-month" style="width: 100%;">
${this.getMonthsOptions(startMonth)}
${SeasonalsConfigPage.getMonthsOptions(startMonth)}
</select>
</div>
</div>
@@ -751,13 +751,13 @@
<div class="selectContainer" style="margin:0; flex: 1;">
<label class="selectLabel">End Day</label>
<select is="emby-select" class="rule-end-day" style="width: 100%;">
${this.getDaysOptions(endDay)}
${SeasonalsConfigPage.getDaysOptions(endDay)}
</select>
</div>
<div class="selectContainer" style="margin:0; flex: 1;">
<label class="selectLabel">Month</label>
<select is="emby-select" class="rule-end-month" style="width: 100%;">
${this.getMonthsOptions(endMonth)}
${SeasonalsConfigPage.getMonthsOptions(endMonth)}
</select>
</div>
</div>

View File

@@ -12,7 +12,7 @@
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
<Title>Jellyfin Seasonals Plugin</Title>
<Authors>CodeDevMLH</Authors>
<Version>1.7.0.10</Version>
<Version>1.7.0.11</Version>
<RepositoryUrl>https://github.com/CodeDevMLH/Jellyfin-Seasonals</RepositoryUrl>
</PropertyGroup>

View File

@@ -9,12 +9,12 @@
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/raw/branch/main/logo.png",
"versions": [
{
"version": "1.7.0.10",
"version": "1.7.0.11",
"changelog": "- feat: add customizable auto seasonal list via config page\n- feat: add new season theme 'resurrection' by Bioflash257",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.7.0.10/Jellyfin.Plugin.Seasonals.zip",
"checksum": "8ff32aad07b862b7b56aabad7ea0794b",
"timestamp": "2026-02-16T22:02:52Z"
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.7.0.11/Jellyfin.Plugin.Seasonals.zip",
"checksum": "bf7a1660c57152fee961b91c5cf20e7c",
"timestamp": "2026-02-16T22:06:10Z"
},
{
"version": "1.6.3.0",