Files
Comfyui-Workflow-Snapshot-M…/pyproject.toml
Ethanfel d32349bfdf
Some checks failed
Publish to ComfyUI Registry / Publish Custom Node to Registry (push) Has been cancelled
Migrate snapshot storage from IndexedDB to server-side JSON files (v2.0.0)
Snapshots are now stored as individual JSON files on the server under
data/snapshots/, making them persistent across browsers and resilient
to browser data loss. Existing IndexedDB data is auto-migrated on
first load.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 20:13:23 +01:00

14 lines
382 B
TOML

[project]
name = "comfyui-snapshot-manager"
description = "Automatically snapshots workflow state with a sidebar to browse and restore previous versions."
version = "2.0.0"
license = {text = "MIT"}
[project.urls]
Repository = "https://github.com/ethanfel/Comfyui-Workflow-Snapshot-Manager"
[tool.comfy]
PublisherId = "ethanfel"
DisplayName = "Workflow Snapshot Manager"
Icon = ""