Compare commits

..

7 Commits

Author SHA1 Message Date
CodeDevMLH
7ffcfa68c1 Update manifest.json for release v1.7.1.12 [skip ci] 2026-03-08 22:15:28 +00:00
CodeDevMLH
aaf21d3c33 Bump version to 1.7.1.12 in project file and manifest for release
All checks were successful
Auto Release Plugin / build-and-release (push) Successful in 45s
2026-03-08 23:14:42 +01:00
CodeDevMLH
9758ecd417 Add background color to detail and favorite buttons for improved visibility 2026-03-08 23:14:09 +01:00
CodeDevMLH
a4547d80b1 Update manifest.json for release v1.7.1.11 [skip ci] 2026-03-08 22:06:37 +00:00
CodeDevMLH
671e38ff32 Bump version to 1.7.1.11 in project file and manifest for release
All checks were successful
Auto Release Plugin / build-and-release (push) Successful in 45s
2026-03-08 23:05:51 +01:00
CodeDevMLH
0e9d0f9d09 Remove appearance properties from button styles and add background color and text color to button for improved visibility 2026-03-08 23:05:38 +01:00
CodeDevMLH
5f296f3c88 Update manifest.json for release v1.7.1.10 [skip ci] 2026-03-08 21:36:22 +00:00
3 changed files with 9 additions and 14 deletions

View File

@@ -12,7 +12,7 @@
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
<Title>Jellyfin Media Bar Enhanced Plugin</Title>
<Authors>CodeDevMLH</Authors>
<Version>1.7.1.10</Version>
<Version>1.7.1.12</Version>
<RepositoryUrl>https://github.com/CodeDevMLH/jellyfin-plugin-media-bar-enhanced</RepositoryUrl>
</PropertyGroup>

View File

@@ -201,9 +201,6 @@
user-select: none;
margin: 0;
padding: 0;
-webkit-appearance: none;
appearance: none;
border: none;
}
.arrow i {
@@ -241,9 +238,6 @@
opacity: 0.3;
transition: opacity 0.3s ease;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
-webkit-appearance: none;
appearance: none;
border: none;
}
.pause-button i {
@@ -280,9 +274,6 @@
opacity: 0.3;
transition: opacity 0.3s ease;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
-webkit-appearance: none;
appearance: none;
border: none;
}
.mute-button i {
@@ -510,6 +501,8 @@
font-family: "Archivo Narrow", sans-serif;
font-size: 18px;
white-space: nowrap;
background-color: rgba(255, 255, 255, 0.9);
color: rgb(0, 0, 0);
cursor: pointer;
transition: all 0.3s ease;
font-weight: 700;
@@ -522,6 +515,7 @@
.detail-button {
font-size: 18px;
background-color: rgba(255, 255, 255, 0.9);
color: rgb(0, 0, 0);
border-radius: 50%;
height: 50px;
@@ -536,6 +530,7 @@
.favorite-button {
font-size: 18px;
background-color: rgba(255, 255, 255, 0.9);
color: red;
border-radius: 50%;
height: 50px;

View File

@@ -9,12 +9,12 @@
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/raw/branch/main/logo.png",
"versions": [
{
"version": "1.7.1.10",
"version": "1.7.1.12",
"changelog": "- feat: add option to disable pagination dots/counter\n- feat: add exclude seasonal content from random fetching option\n- Add hide arrows on mobile option \n- fix button issue on mobile when using ElegantFin Theme",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.7.1.9/Jellyfin.Plugin.MediaBarEnhanced.zip",
"checksum": "af20c62dae53ee05dec1ac7ae6bb1149",
"timestamp": "2026-03-08T20:58:25Z"
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.7.1.12/Jellyfin.Plugin.MediaBarEnhanced.zip",
"checksum": "f00a5abf5a2bfd7d6ca3adf20d75b110",
"timestamp": "2026-03-08T22:15:28Z"
},
{
"version": "1.7.0.14",