From d3a237943aeed588d4817e486494f078c0d06eb1 Mon Sep 17 00:00:00 2001 From: akatz-ai Date: Tue, 10 Feb 2026 15:03:24 -0500 Subject: [PATCH 1/2] chore: bump version to 0.0.20 and comfygit-core to 0.3.17 --- js/comfygit-panel.js | 2 +- pyproject.toml | 4 ++-- requirements.txt | 2 +- uv.lock | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/js/comfygit-panel.js b/js/comfygit-panel.js index 81b5e26..6779fdb 100644 --- a/js/comfygit-panel.js +++ b/js/comfygit-panel.js @@ -21611,7 +21611,7 @@ const $I = { class: "settings-content" }, CI = { class: "settings-section" }, xI 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" } -], fT = "v0.0.19", mT = "Akatz", vT = { class: "social-buttons" }, pT = ["title", "aria-label", "onClick"], gT = { +], fT = "v0.0.20", mT = "Akatz", vT = { class: "social-buttons" }, pT = ["title", "aria-label", "onClick"], gT = { width: "14", height: "14", viewBox: "0 0 16 16", diff --git a/pyproject.toml b/pyproject.toml index 8193c30..8490b24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [project] name = "comfygit-manager" -version = "0.0.19" +version = "0.0.20" description = "ComfyGit Manager - Node for managing comfygit environments in ComfyUI" readme = "README.md" requires-python = ">=3.10" dependencies = [ - "comfygit-core==0.3.16", + "comfygit-core==0.3.17", "watchdog>=6.0.0", "xxhash>=3.6.0", "zeroconf>=0.131.0", diff --git a/requirements.txt b/requirements.txt index 6169ac9..7159181 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -comfygit-core==0.3.16 +comfygit-core==0.3.17 watchdog>=6.0.0 xxhash>=3.6.0 zeroconf>=0.131.0 diff --git a/uv.lock b/uv.lock index 3a4678a..5697620 100644 --- a/uv.lock +++ b/uv.lock @@ -401,7 +401,7 @@ wheels = [ [[package]] name = "comfygit-core" -version = "0.3.16" +version = "0.3.17" source = { editable = "../comfygit/packages/core" } dependencies = [ { name = "aiohttp" }, @@ -437,7 +437,7 @@ dev = [{ name = "pytest", specifier = ">=8.4.1" }] [[package]] name = "comfygit-manager" -version = "0.0.19" +version = "0.0.20" source = { virtual = "." } dependencies = [ { name = "comfygit-core" }, From 7d117aad6cb184f66ac9acc3e1983747a95658c5 Mon Sep 17 00:00:00 2001 From: akatz-ai Date: Tue, 10 Feb 2026 15:03:34 -0500 Subject: [PATCH 2/2] docs: update documentation URLs to comfygit.org --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d23c8c..753b130 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Workflows. Models. Custom nodes. Environments. All tracked, all switchable, all shareable. [![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL%203.0-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) -[![Docs](https://img.shields.io/badge/docs-comfyhub.org-green)](https://docs.comfyhub.org/comfygit/) +[![Docs](https://img.shields.io/badge/docs-comfygit.org-green)](https://docs.comfygit.org/) [![Discord](https://img.shields.io/badge/Discord-Join-5865F2?logo=discord&logoColor=white)](https://discord.gg/2h5rSTeh6Y) Gemini_Generated_Image_47nqq547nqq547nq @@ -67,7 +67,7 @@ Customize these in ComfyUI's **Settings → Keyboard Shortcuts**. ## Getting Started -For installation and setup instructions, visit the **[ComfyGit Documentation](https://docs.comfyhub.org/comfygit/)**. +For installation and setup instructions, visit the **[ComfyGit Documentation](https://docs.comfygit.org/)**. ---