feat: update manifest for version 1.4.1.0 and fix fireworks display issue on scroll

This commit is contained in:
CodeDevMLH
2025-12-29 23:06:18 +01:00
parent 7e33cb8fb7
commit 6d32293127
3 changed files with 10 additions and 0 deletions

1
.gitignore vendored
View File

@@ -4,5 +4,6 @@ obj/
.idea/
artifacts
test-site.html
build.yaml
RELEASE_GUIDE.md

View File

@@ -140,6 +140,7 @@ function startFireworks() {
if (!document.querySelector('.fireworks')) {
fireworkContainer.className = "fireworks";
fireworkContainer.setAttribute("aria-hidden", "true");
fireworkContainer.style.position = scrollFireworks ? 'absolute' : 'fixed';
document.body.appendChild(fireworkContainer);
}

View File

@@ -8,6 +8,14 @@
"category": "General",
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/raw/branch/main/logo.png",
"versions": [
{
"version": "1.4.1.0",
"changelog": "- fix fireworks display issue on scroll",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.4.1.0/Jellyfin.Plugin.Seasonals.zip",
"checksum": "13fa16ff190da6acc537690d5ee99264",
"timestamp": "2025-12-29T22:05:02Z"
},
{
"version": "1.4.0.0",
"changelog": "- settings linked directly in the main menu\n- renamed main plugin script\n- added enable/disable toggle for the entire plugin",