Skip to content

v0.8.0

Choose a tag to compare

@KirilMT KirilMT released this 12 Jun 01:13
d931f4e

0.8.0 (2026-06-11)

Features

  • add strict cross-branch overlap prevention on push (#130) (6843921)
  • auto-repair editable install on pull/checkout with post-merge and post-checkout git hooks (#133) (99900ae)
  • dashboard: richer metrics, filtering UX, interactive charts, dark theme, and row details (#121) (23b87d8)
  • dashboard: richer metrics, filtering UX, interactive charts, dark theme, and row details (replaces #121) (#125) (84e74a0)
  • overlap: warn on cross-branch file overlap before merge conflicts (#124) (a857896)

Bug Fixes

  • daemon: refresh PID file mtime for dashboard watcher-health (#123) (c90ab74), closes #120

Code Refactoring

  • lock_client: simplify heartbeat grace logic to reduce false shutdowns (#118) (3f39c57), closes #74