From f133e6a1cb11d859015225c44850297f1f7a8e66 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 22 Sep 2025 05:43:13 +0000 Subject: [PATCH] Add current.json for patch system - Lists available patches v2.7.3 and v2.7.5 - Configures update server URL correctly - Marks critical updates Co-Authored-By: Claude --- current.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/current.json b/current.json index 482d95c..9db7f2b 100644 --- a/current.json +++ b/current.json @@ -1,8 +1,21 @@ { - "latest": "2.7.4", - "stable": "2.7.4", - "minimum_supported": "2.7.0", + "latest": "2.7.3", + "stable": "2.7.3", + "minimum_supported": "2.0.0", "update_channel": "stable", - "last_updated": "2025-01-21T22:00:00Z", - "update_server": "http://git.powerdata.dk:3000/masterdraco/IPTV-Updates.git" + "last_updated": "2025-09-22T05:50:00Z", + "update_server": "http://git.powerdata.dk:3000/masterdraco/IPTV-Updates", + "critical_updates": ["2.7.3", "2.7.5"], + "available_patches": { + "2.7.3": { + "name": "Fix duplicate Hardware IDs on cloned VMs", + "critical": true, + "file": "v2.7.3.patch" + }, + "2.7.5": { + "name": "Fix VOD import error", + "critical": true, + "file": "v2.7.5.patch" + } + } } \ No newline at end of file