From 75c9a4635aeb186756d4271a148c1c92a04e6f4a Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Sat, 13 Jun 2026 21:02:15 -0500 Subject: [PATCH 1/2] Add History workbench to the index --- Data/Index.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Data/Index.json b/Data/Index.json index 995ef64..bf1c262 100644 --- a/Data/Index.json +++ b/Data/Index.json @@ -741,6 +741,16 @@ "curated": true } ], + "HistoryWorkbench": [ + { + "repository": "https://github.com/eblanshey/HistoryWorkbench", + "git_ref": "release", + "branch_display_name": "release", + "freecad_min": "1.1.0", + "zip_url": "https://github.com/eblanshey/HistoryWorkbench/archive/refs/heads/release.zip", + "curated": false + } + ], "IconThemes": [ { "repository": "https://github.com/triplus/IconThemes", From 9a2e03470217944500c563afacc6d72527439387 Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Sat, 13 Jun 2026 21:06:43 -0500 Subject: [PATCH 2/2] Add Thread workbench to the index --- Data/Index.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Data/Index.json b/Data/Index.json index bf1c262..edf6fd2 100644 --- a/Data/Index.json +++ b/Data/Index.json @@ -1443,6 +1443,16 @@ "curated": true } ], + "ThreadWorkbench": [ + { + "repository": "https://github.com/krwork3d/freecad_thread_workbench", + "git_ref": "master", + "branch_display_name": "master", + "freecad_min": "1.1.0", + "zip_url": "https://github.com/krwork3d/freecad_thread_workbench/archive/refs/heads/master.zip", + "curated": false + } + ], "TitleBlock": [ { "repository": "https://github.com/APEbbers/TitleBlock-WB",