Skip to content

v1.1.0 — Time Tracking, Dashboard, Export, CLI

Choose a tag to compare

@egorfedorov egorfedorov released this 04 Mar 01:39
· 17 commits to main since this release

SoloBoard v1.1.0

New Features

Time Tracking

  • Automatic: time starts when task moves to DOING, stops when it leaves
  • task_time shows per-task and total time reports
  • Time displayed on board_view next to each task

Priority Sorting

  • Board columns auto-sorted: high → medium → low
  • task_prioritize tool to change priority + re-sort

Markdown Export

  • board_export generates clean markdown with checkboxes, priorities, tags
  • board_export with includeDetails: true adds git info, files, descriptions

Multi-Project Dashboard

  • dashboard shows all projects with task counts and active tasks
  • Total time tracked across all projects

Global CLI

npm install -g soloboard
soloboard install         # install into current project
soloboard server          # start MCP server
soloboard help

Stats

  • 20 MCP tools (was 16)
  • 4 new tools: board_export, dashboard, task_prioritize, task_time
  • CLI binary: soloboard