From 3a8ba2a31529f705a28c0b8eaa6038fb6489eae5 Mon Sep 17 00:00:00 2001 From: Ryan K <114723629+ryankembrey@users.noreply.github.com> Date: Thu, 16 Apr 2026 20:15:11 +1000 Subject: [PATCH 1/2] Add DFM Workbench --- Data/Index.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Data/Index.json b/Data/Index.json index 921a49a..2d720c3 100644 --- a/Data/Index.json +++ b/Data/Index.json @@ -356,6 +356,22 @@ "curated": true } ], + "DFM_Workbench": [ + { + "repository": "https://github.com/ryankembrey/FreeCAD-DFM-Workbench", + "git_ref": "release", + "branch_display_name": "Stable", + "zip_url": "https://github.com/ryankembrey/FreeCAD-DFM-Workbench/archive/refs/heads/release.zip", + "curated": false + }, + { + "repository": "https://github.com/ryankembrey/FreeCAD-DFM-Workbench", + "git_ref": "main", + "branch_display_name": "Latest", + "zip_url": "https://github.com/ryankembrey/FreeCAD-DFM-Workbench/archive/refs/heads/main.zip", + "curated": false + } + ], "Design456": [ { "repository": "https://github.com/MariwanJ/Design456", From 47b1478ad39b367de7b8b692acfcc6ce92904939 Mon Sep 17 00:00:00 2001 From: Ryan K <114723629+ryankembrey@users.noreply.github.com> Date: Fri, 17 Apr 2026 22:30:03 +1000 Subject: [PATCH 2/2] Remove release branch. --- Data/Index.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Data/Index.json b/Data/Index.json index 2d720c3..1ea7173 100644 --- a/Data/Index.json +++ b/Data/Index.json @@ -357,17 +357,10 @@ } ], "DFM_Workbench": [ - { - "repository": "https://github.com/ryankembrey/FreeCAD-DFM-Workbench", - "git_ref": "release", - "branch_display_name": "Stable", - "zip_url": "https://github.com/ryankembrey/FreeCAD-DFM-Workbench/archive/refs/heads/release.zip", - "curated": false - }, { "repository": "https://github.com/ryankembrey/FreeCAD-DFM-Workbench", "git_ref": "main", - "branch_display_name": "Latest", + "branch_display_name": "main", "zip_url": "https://github.com/ryankembrey/FreeCAD-DFM-Workbench/archive/refs/heads/main.zip", "curated": false }