feat: update manifest for version 1.4.1.0 and fix fireworks display issue on scroll
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,5 +4,6 @@ obj/
|
||||
.idea/
|
||||
artifacts
|
||||
|
||||
test-site.html
|
||||
build.yaml
|
||||
RELEASE_GUIDE.md
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user