Compare commits

..

2 Commits

Author SHA1 Message Date
CodeDevMLH
0b4434c51c Update manifest.json for release v1.6.2.0 [skip ci] 2026-02-03 18:18:35 +00:00
CodeDevMLH
dd6583c055 Bump version to 1.6.2.0 and update changelog for new features
All checks were successful
Auto Release Plugin / build-and-release (push) Successful in 52s
2026-02-03 19:17:44 +01:00
3 changed files with 7 additions and 19 deletions

View File

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

View File

@@ -278,8 +278,6 @@ function createSettingsPopup(anchorElement) {
popup.style.right = `${window.innerWidth - rect.right}px`;
popup.innerHTML = `
<h2 style="margin: 0 0 1em 0; font-size: 1.2em;">Seasonals</h2>
<div class="checkboxContainer checkboxContainer-withDescription" style="margin-bottom: 1.5em;">
<label class="emby-checkbox-label">
<input id="seasonal-enable-toggle" type="checkbox" is="emby-checkbox" class="emby-checkbox" />
@@ -289,16 +287,10 @@ function createSettingsPopup(anchorElement) {
<div class="selectContainer">
<label class="selectLabel" for="seasonal-theme-select" style="margin-bottom: 0.5em; display: block; color: inherit;">Force Theme</label>
<select is="emby-select" id="seasonal-theme-select" class="emby-select-withcolor emby-select" style="width: 100%; padding: 0.5em; background: rgba(0,0,0,0.2); border: 1px solid rgba(255,255,255,0.1); color: inherit; border-radius: 4px;">
<select is="emby-select" id="seasonal-theme-select" class="emby-select-withcolor emby-select" style="width: 100%; padding: 0.5em; background-color: rgba(0,0,0,0.2); border: 1px solid rgba(255,255,255,0.1); color: inherit; border-radius: 4px;">
<option value="auto">Auto (Date Based)</option>
</select>
</div>
<div style="margin-top: 1.5em; text-align: right;">
<button is="emby-button" type="button" class="raised emby-button button-submit" id="seasonal-close-btn">
Close
</button>
</div>
`;
// Populate Select Options
@@ -329,10 +321,6 @@ function createSettingsPopup(anchorElement) {
location.reload();
});
popup.querySelector('#seasonal-close-btn').addEventListener('click', () => {
popup.remove();
});
// Close on click outside
const closeHandler = (e) => {
if (!popup.contains(e.target) && e.target !== anchorElement && !anchorElement.contains(e.target)) {

View File

@@ -9,12 +9,12 @@
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/raw/branch/main/logo.png",
"versions": [
{
"version": "1.6.1.0",
"version": "1.6.2.0",
"changelog": "- feat: Add client-side toggle option for seasonal settings",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.6.1.0/Jellyfin.Plugin.Seasonals.zip",
"checksum": "83f436ed934190aed64bbc028432bc82",
"timestamp": "2026-02-03T18:08:58Z"
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.6.2.0/Jellyfin.Plugin.Seasonals.zip",
"checksum": "22e876cf0a20118e14f8e2a2c35bdd50",
"timestamp": "2026-02-03T18:18:34Z"
},
{
"version": "1.5.1.0",