Compare commits

...

4 Commits

Author SHA1 Message Date
CodeDevMLH
9adbe92e7c Update manifest.json for release v2.0.0.2 [skip ci] 2026-02-28 00:56:16 +00:00
CodeDevMLH
103d63f1b1 Bump version to 2.0.0.2 in project and manifest files
All checks were successful
Auto Release Plugin / build-and-release (push) Successful in 52s
2026-02-28 01:55:24 +01:00
CodeDevMLH
49bad2e880 updated to latest settings 2026-02-28 01:55:05 +01:00
CodeDevMLH
04616c2ac4 Fix HeartSize property type in PrideOptions to double for improved precision 2026-02-28 01:54:19 +01:00
4 changed files with 244 additions and 434 deletions

View File

@@ -255,7 +255,7 @@ public class OscarOptions {
public class PrideOptions { public class PrideOptions {
public bool EnablePride { get; set; } = true; public bool EnablePride { get; set; } = true;
public int HeartCount { get; set; } = 20; public int HeartCount { get; set; } = 20;
public int HeartSize { get; set; } = 1.5; public double HeartSize { get; set; } = 1.5;
public bool ColorHeader { get; set; } = true; public bool ColorHeader { get; set; } = true;
} }

File diff suppressed because it is too large Load Diff

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>2.0.0.1</Version> <Version>2.0.0.2</Version>
<RepositoryUrl>https://github.com/CodeDevMLH/Jellyfin-Seasonals</RepositoryUrl> <RepositoryUrl>https://github.com/CodeDevMLH/Jellyfin-Seasonals</RepositoryUrl>
</PropertyGroup> </PropertyGroup>

View File

@@ -9,12 +9,12 @@
"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": "2.0.0.1", "version": "2.0.0.2",
"changelog": "- feat: add many themes\n- fix: improve performance", "changelog": "- feat: add many themes\n- fix: improve performance",
"targetAbi": "10.11.0.0", "targetAbi": "10.11.0.0",
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v2.0.0.1/Jellyfin.Plugin.Seasonals.zip", "sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v2.0.0.2/Jellyfin.Plugin.Seasonals.zip",
"checksum": "2eb9ce92f3aa89d133ad09cd874b7c85", "checksum": "b881a6c14a633ccd9c2dd0556404179c",
"timestamp": "2026-02-27T03:27:02Z" "timestamp": "2026-02-28T00:56:15Z"
}, },
{ {
"version": "1.7.2.0", "version": "1.7.2.0",