Taskachu← Back to home

Changelog

What’s shipped, in reverse order.

v0.4.3May 20, 2026

Workspace docs portability + free-form labels + RAG resilience.

  • AddedWorkspace-wide document export to a ZIP of Markdown files, with a manifest that preserves the parent-child tree for lossless re-import into another Taskachu workspace.
  • AddedOwner-only "Delete all documents" action in Settings → Exports with type-to-confirm UX, for clean-slate re-imports.
  • AddedFree-form labels: workspace-scoped tags with a curated colour palette, manageable from Settings → Labels and attachable via MCP (`list_labels`, `create_label`, `attach_label`, `detach_label`).
  • FixedRAG indexing for documents containing tables — table blocks no longer crash the BlockNote → Markdown conversion path used by both export and the knowledge base.
  • FixedAI quota modal now fires correctly when an in-app AI action hits its monthly limit (was previously a silent generic-error toast).
  • FixedWorkspace owners locked out by missing legacy `workspace_members` documents — assertMember now self-heals the owner-member row inline.

v0.4.2May 19, 2026

SEO foundation + landing site polish.

  • AddedFull metadata foundation on landing: per-route titles + canonical URLs, OpenGraph and Twitter cards, robots.txt, sitemap.xml, programmatic OG image, Organization + SoftwareApplication + FAQPage JSON-LD.
  • AddedDedicated `/pricing` route — moves the pricing block off the home anchor onto an indexable page.
  • AddedStandalone `/refund` route mirroring the ToS refund section for deep-linking from Stripe receipts.
  • ChangedLanding hero and feature images migrated to `next/image` for Core Web Vitals (LCP, CLS).

v0.4.1May 18, 2026

MCP tools expansion + agent runbook handshake.

  • Added13 new MCP tools covering workspace context, member lookup, card filtering, bulk operations, column reorder, and Markdown document CRUD.
  • AddedAgent Instructions field on workspaces — owner-editable runbook that ships to MCP-connected agents on initialize.
  • AddedCard short IDs (8-hex) accepted everywhere a card_id is expected, so the agent can use the same identifier the UI prints on each card.
  • AddedMCP setup guide in workspace settings with copy-pasteable configs for Claude Code, Claude Desktop, and Cursor.

v0.4May 16, 2026

Pre-launch legal + account-delete + monetization.

  • AddedPrivacy Policy, Terms of Service, and Refund Policy pages.
  • AddedTwo-step account-deletion flow with email confirmation, full cascade across workspaces, boards, cards, documents, integrations, and subscriptions.
  • AddedGDPR-compliant consent checkbox on registration.
  • AddedStripe Free + Pro subscriptions with 7-day no-card trial, BullMQ async queue infrastructure, and per-workspace AI quotas.

Looking for what’s next? See the public roadmap.