Ethanfel
  • Joined on 2026-01-04
Ethanfel created branch feat/snapshot-timeline in Ethanfel/Comfyui-JSON-Manager 2026-03-21 18:14:29 +01:00
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-21 11:42:21 +01:00
686d4687c3 fix: cast sequence_number to int in fetch_key
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-21 11:26:41 +01:00
a37dd82ae3 fix: parse file list API response format correctly
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-21 11:20:44 +01:00
3b11a4e974 feat: file_name combo on ProjectSource, sequence_number output
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-20 22:24:20 +01:00
5eb82f8ff6 fix: preserve saved combo value across load-order race
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-20 21:01:05 +01:00
bf598ebf80 fix: make key_name selection sticky, never auto-reset
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-20 21:00:22 +01:00
6e232da193 fix: remove _refreshKeys from onMouseDown to prevent key reset
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-20 20:58:44 +01:00
ff5802ab63 fix: don't crash on 404, add sync debug logging
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-20 20:46:56 +01:00
413e1c09e9 fix: ProjectKey pulls fresh data on click, add debug logging
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-20 16:18:34 +01:00
672b28e27f feat: split lora name and strength into separate keys
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-20 12:43:09 +01:00
3dc91319a2 fix: notify relay nodes when source config changes
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-19 15:34:03 +01:00
bd36b4b725 fix: prevent undefined in combo widgets with empty values
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-19 15:27:58 +01:00
77eb3473ab fix: properly hide INT widgets and create real combo dropdowns
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-19 11:43:18 +01:00
2cf8cc1f0a fix: add IS_CHANGED to ProjectKey and document source_label usage
545b864c08 feat: add ProjectKey JS extension with source/key dropdowns
ad6cd76b08 feat: add ProjectSource JS extension with label title sync
bd7d314ae8 feat: add ProjectKey single-output relay node
628b256981 feat: add ProjectSource config-only node
Compare 5 commits »
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-19 10:23:27 +01:00
fb007920ee Fix history_tree_backup bloat: strip snapshot data from backups
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-19 10:00:55 +01:00
d3955c489b Write slim history tree to JSON when DB is enabled
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-19 09:56:12 +01:00
e575a78893 Fix missing import, add transaction safety, clean orphaned snapshots
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-19 09:52:49 +01:00
a1a85ecc4d Fix bugs in snapshot stripping: auto-note, mass update, DB-off, fallback
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-19 09:48:50 +01:00
eac4e4f08b Fix RAM leak: strip history snapshots from memory, load on demand
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-19 09:36:51 +01:00
79e1426036 Fix dict mutation race: snapshot data before background save/sync