Skip to content

Releases: bis-code/study-dash

study-dash: v0.3.0

23 Mar 14:21
c0ae011

Choose a tag to compare

0.3.0 (2026-03-23)

Features

  • dashboard: resource cards styling + exercise expand/chevron UX (69ee400)
  • resources: add MCP tools, API endpoint, and dashboard routing (9cfdf23)
  • resources: add ResourceService with CRUD and bulk import (7976221)
  • resources: render clickable resource links in Resources tab (cd02cd4)
  • schema: add resources table for per-topic reference links (0c9f362)

Bug Fixes

  • ci: handle no-op bundle commit gracefully (1c3049a)

study-dash: v0.2.2

23 Mar 12:17
b064c45

Choose a tag to compare

0.2.2 (2026-03-23)

Bug Fixes

  • commit bundle.mjs so plugin installs work from GitHub clone (a41a6e8)

study-dash: v0.2.1

23 Mar 12:11
199eed6

Choose a tag to compare

0.2.1 (2026-03-23)

Bug Fixes

  • dashboard: inline static files via esbuild imports instead of readFileSync (32c2f44)

study-dash: v0.2.0

22 Mar 22:05
58139d4

Choose a tag to compare

0.2.0 (2026-03-22)

Features

  • add MCP entry point, HTTP server with REST API and SSE (73d6707)
  • add shared TypeScript types (d05230f)
  • curriculum: add CurriculumService with CRUD, import, progress (0ad1fc5)
  • dashboard: add responsive dashboard with subject switching, tabs, SSE (fc00cb5)
  • exercises: add ExerciseService with test runner, quiz scoring, MCP tools (ad7ac40)
  • plugin: add rules, skills, commands, and hooks (4c4d2fe)
  • qa: add QAService with logging, search, and MCP tools (78a3fe9)
  • storage: add FileStore for exercise file I/O (89667de)
  • storage: add SQLite schema, migrations, and Database class (0a567f1)
  • tools: add 7 curriculum MCP tool handlers (6566d57)
  • viz: add VizService and MCP tools (a02434a)

Bug Fixes

  • qa: fix search return type to match SQLite query output (9736230)