Skip to content

v1.1.0: Kanban UX improvements and dependency graph

Latest

Choose a tag to compare

@blackbxdev blackbxdev released this 23 Jan 23:41
· 2 commits to develop since this release

What's New

Major release with Kanban UX enhancements and new dependency graph visualization.

Added

  • Dependency graph - Interactive visualization showing upstream blockers and downstream dependencies with status-colored nodes
  • Archive support - Archive/unarchive beads with "Show Archived" toggle
  • Board sorting - Sort beads by priority, date, or title
  • Card animations - Smooth transitions with in-progress glow effect
  • Compact cards - ~40% smaller card design for better overview
  • Comments panel - Expanded modal with comments section
  • Kebab menu - Context menu on project tabs
  • CLI port flag - --port/-p flag for server configuration

New API Endpoints

  • GET /api/projects/:id/beads/:beadId - Single bead fetch
  • GET /api/projects/:id/beads/:beadId/comments - Bead comments
  • GET /api/projects/:id/beads/:beadId/dependencies - Dependency chain
  • PATCH /api/projects/:id/beads/:beadId/archive - Archive/unarchive

Fixed

  • Memory leak in project tab event listeners
  • Project removal failing after first deletion
  • Dependency display and graph traversal issues

Changed

  • Updated README with new features and screenshots
  • Reorganized theme screenshots in documentation

Full Changelog: v1.0.0...v1.1.0