You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug fixes:
- Badge count stuck at 0 when panel is closed — moved updateBadge()
before the gridEl guard to handle lazy rendering in frontend ≥1.38.x
- Reduce sidebar icon badge size (10px/16px → 9px/14px)
- Nudge queue tab badge position further to top-right (−7px)
New feature:
- q keyboard shortcut to toggle queue panel, registered via declarative
commands/keybindings API and visible in Settings → Keybindings
Compatibility: tested up to frontend 1.39.19 · core 0.16.4
CI: added test.yml (push/PR) and release.yml (semver tag → GitHub Release)
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Delete the `comfyui_queue_sidebar` folder from `custom_nodes/`.
69
69
70
70
## Compatibility
71
71
72
-
-**ComfyUI frontend** v1.33.1+ (tested on 1.35.9)
72
+
-**ComfyUI frontend** v1.33.1+ (tested up to 1.39.19) · **ComfyUI core** tested up to 0.16.4
73
73
- Works alongside the built-in bottom-panel queue without conflicts
74
74
- The plugin uses the public extension API for registration and events. It additionally hooks a small number of internal APIs (e.g. `app.queuePrompt`, sidebar tab ordering) to provide a seamless experience — all such integration points are centralized in [`comfyAdapter.js`](web/lib/comfyAdapter.js) with feature detection and graceful degradation if the upstream shape changes
0 commit comments