Skip to content

v1.9.3

Choose a tag to compare

@prih prih released this 30 Mar 20:21
· 3 commits to main since this release

March 2026

Fixes

  • Epic-task links lost on restartlinkTaskToEpic/unlinkTaskFromEpic used mirrorTaskUpdate instead of mirrorTaskRelation, so belongs_to events were never written to events.jsonl; on restart the relation was replayed without the link and syncRelationsFromFile removed it
  • WebSocket false auth redirect — WS reconnect blindly called /api/auth/refresh on every close; when auth is not configured or the server is briefly down, this triggered a redirect to login. Now checks /api/auth/status first and only triggers auth failure when auth is truly required and refresh fails