Skip to content

Releases: adriandmitroca/patchwork

v0.1.0

05 Mar 17:35

Choose a tag to compare

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)

Features

  • add inline workspace rename on workspaces page (7bd3c6d)
  • auto-detect created PRs and update link from "Create PR" to "View PR" (0263fdb)
  • generate test plan from Claude and include in PR description (6e0521a)
  • triage feedback loop + lintCommand post-fix gate (9137dcc)

v0.0.2

05 Mar 13:05

Choose a tag to compare

0.0.2 (2026-03-05)

Bug Fixes

  • rename project from Relay to Patchwork (8a45955)

v0.0.1

05 Mar 12:57

Choose a tag to compare

0.0.1 (2026-03-05)

Bug Fixes