From 2b3ee861c79028a8db6de1170ab60d80cc2ea4b4 Mon Sep 17 00:00:00 2001 From: akatz-ai Date: Tue, 24 Feb 2026 18:40:42 -0800 Subject: [PATCH 1/2] =?UTF-8?q?Bump=20comfygit-core=200.3.20=20=E2=86=92?= =?UTF-8?q?=200.3.21,=20manager=200.0.23=20=E2=86=92=200.0.24?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/comfygit-panel.js | 2 +- pyproject.toml | 4 ++-- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/comfygit-panel.js b/js/comfygit-panel.js index a7c7b1e..b74db67 100644 --- a/js/comfygit-panel.js +++ b/js/comfygit-panel.js @@ -22240,7 +22240,7 @@ const kE = { class: "settings-content" }, bE = { class: "settings-section" }, $E ariaLabel: "View ComfyGit Documentation", iconPath: "M8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z" } -], u7 = "v0.0.23", d7 = "Akatz", m7 = { class: "social-buttons" }, f7 = ["title", "aria-label", "onClick"], v7 = { +], u7 = "v0.0.24", d7 = "Akatz", m7 = { class: "social-buttons" }, f7 = ["title", "aria-label", "onClick"], v7 = { width: "14", height: "14", viewBox: "0 0 16 16", diff --git a/pyproject.toml b/pyproject.toml index 1c17ac7..bbecdc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [project] name = "comfygit-manager" -version = "0.0.23" +version = "0.0.24" description = "ComfyGit Manager - Node for managing comfygit environments in ComfyUI" readme = "README.md" requires-python = ">=3.10" dependencies = [ - "comfygit-core==0.3.20", + "comfygit-core==0.3.21", "watchdog>=6.0.0", "xxhash>=3.5.0", "zeroconf>=0.131.0", diff --git a/requirements.txt b/requirements.txt index 9116b8e..bbbd810 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -comfygit-core==0.3.20 +comfygit-core==0.3.21 watchdog>=6.0.0 xxhash>=3.5.0 zeroconf>=0.131.0 From 44d07ec990c7a7bd15ec6613f9ae33bcf4b62dd5 Mon Sep 17 00:00:00 2001 From: akatz-ai Date: Tue, 24 Feb 2026 19:27:38 -0800 Subject: [PATCH 2/2] Update core dependency to 0.3.22 (0.3.21 had partial PyPI upload) --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bbecdc8..c8c5146 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "ComfyGit Manager - Node for managing comfygit environments in Com readme = "README.md" requires-python = ">=3.10" dependencies = [ - "comfygit-core==0.3.21", + "comfygit-core==0.3.22", "watchdog>=6.0.0", "xxhash>=3.5.0", "zeroconf>=0.131.0", diff --git a/requirements.txt b/requirements.txt index bbbd810..dcbf0c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -comfygit-core==0.3.21 +comfygit-core==0.3.22 watchdog>=6.0.0 xxhash>=3.5.0 zeroconf>=0.131.0