Releases: adriandmitroca/patchwork
Releases · adriandmitroca/patchwork
v0.1.0
0.1.0 (2026-03-05)
Bug Fixes
- always broadcast issue_update on dbUpdate, not only on status change (7798570)
- bypass Vite proxy for API calls in dev mode to eliminate ECONNREFUSED errors (420f08b)
- connect directly to backend WS in dev mode to eliminate Vite proxy errors (f461a43)
- normalize workspace key to lowercase and migrate issues on rename (72d09ad)
- properly destroy WS proxy socket on error and trigger reconnect on onerror (7f1109a)
- rename "Pending start" status label to "Triaged" (6393812)
- rename page title to Patchwork and fix gh pr list by using --repo flag (9d4a7ae)
- rename status labels - Accepted => Done, Needs review => Waiting for PR (4a5839b)
- run PR check immediately on start and add debug logging (3a8cb62)
- unique color per status badge (38fb227)
- use found.project.repoPath in PR check - findProjectConfig returns {workspace, project} (316cf84)
- use JSON parsing instead of --jq for gh pr list to avoid shell quoting issues (385a74a)
- use per-status colors on filter pills instead of group-based colors (bf0c07e)
- use STATUS_LABELS for filter pills and improve git remote error message (42eac70)