Releases: bis-code/study-dash
Releases · bis-code/study-dash
study-dash: v0.3.0
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
study-dash: v0.2.1
study-dash: v0.2.0
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)