From d2db678855d98956ea30874bf9027e4821a2d386 Mon Sep 17 00:00:00 2001
From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com>
Date: Wed, 4 Feb 2026 13:45:27 +0100
Subject: [PATCH] Bump version to 1.4.0.0
---
.../Jellyfin.Plugin.MediaBarEnhanced.csproj | 2 +-
manifest.json | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/Jellyfin.Plugin.MediaBarEnhanced/Jellyfin.Plugin.MediaBarEnhanced.csproj b/Jellyfin.Plugin.MediaBarEnhanced/Jellyfin.Plugin.MediaBarEnhanced.csproj
index a1ad322..d58004c 100644
--- a/Jellyfin.Plugin.MediaBarEnhanced/Jellyfin.Plugin.MediaBarEnhanced.csproj
+++ b/Jellyfin.Plugin.MediaBarEnhanced/Jellyfin.Plugin.MediaBarEnhanced.csproj
@@ -12,7 +12,7 @@
Jellyfin Media Bar Enhanced Plugin
CodeDevMLH
- 1.3.0.3
+ 1.4.0.0
https://github.com/CodeDevMLH/jellyfin-plugin-media-bar-enhanced
diff --git a/manifest.json b/manifest.json
index 4bbb376..30e66b3 100644
--- a/manifest.json
+++ b/manifest.json
@@ -8,6 +8,14 @@
"category": "General",
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/raw/branch/main/logo.png",
"versions": [
+ {
+ "version": "1.4.0.0",
+ "changelog": "- feat: Add client-side settings feature for selected media bar settings",
+ "targetAbi": "10.11.0.0",
+ "sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.4.0.0/Jellyfin.Plugin.MediaBarEnhanced.zip",
+ "checksum": "",
+ "timestamp": ""
+ },
{
"version": "1.3.0.3",
"changelog": "- feat: Enhance custom media ID functionality with manual trailer override support",