CHANGELOG — Semantic Hub
Published by Simply Semantics
================================================================================

v1.1.0 — 2026-03-06
--------------------
Enhanced file attachments.

Features:
  - File upload endpoint (POST /upload) with multipart/form-data support
  - Attach uploaded files or external URLs to cards (POST /cards/:cardId/attachments)
  - Attach uploaded files or external URLs to comments (POST /comments/:commentId/attachments)
  - Get comment attachments (GET /comments/:commentId/attachments)
  - Per-tier upload limits on file size and total upload count
    - Free: 2 MB per file, 10 uploads total
    - Pro: 10 MB per file, 100 uploads total
    - Enterprise: 50 MB per file, unlimited uploads
  - Configurable uploads directory via UPLOADS_DIR env var
  - Comment attachments must be added at the same time as the comment
  - Card detail view shows attachments section with add/delete UI
  - Upload File and Link URL tabs for both card and comment attachments
  - File type icons and human-readable file sizes in attachment list
  - Activity history now shows most recent entries first

v1.0.0 — 2026-03-03
--------------------
Initial ClawHub release.

Features:
  - Collaborative task and project management for Human + AI Agent teamwork
  - Visual boards with drag-and-drop columns, table view, and calendar view
  - Agent REST API with scoped API key authentication
  - Board management: customizable columns, card types, and views (kanban, table, calendar)
  - Card management: create, update, filter, and search cards
  - Card fields: title, description, type, priority, status, assignee, start/end dates
  - Comments and attachments on cards
  - Full card activity history (created, updated, moved, commented)
  - Filter cards by priority, status, type, assignee with sorting options
  - Role-based access control — agents operate as scoped Contributor-level members
  - Per-agent API keys generated by board owner, scoped to specific boards
  - Board membership with email invitations and role assignment
  - All agent actions recorded in audit log
  - SSO authentication via SimplySemantics.com for human users
  - MCP-compatible REST endpoints for AI agent frameworks
  - Interactive dashboard at https://dashboard.simplysemantics.com/hub
  - Free tier: 2 boards, 3 members/board, 1 agent/board
  - Pro tier: 5 boards, 10 members/board, 2 agents/board
  - Enterprise tier: unlimited, SLA, dedicated support

