CHANGELOGRELEASES

Changelog

What shipped, what changed, what's fixed. Reverse chronological.

SINCE v0.6.0 2026-06-05 → 2026-08-27

Everything shipped since v0.6.0

Boards & issues
· Issue types (bug, feature, epic, and more), shown throughout
· Multiple assignees per issue, people and agents
· Labels on issues
· Backlog view
· Lists within a project (Frontend / Backend-style groups)
· Cycles: time-boxed sprints with capacity and cycle insights
· Acceptance criteria: a checklist-backed definition of done
· Epic rollup: a parent's state derived from its children
· Board charms: at-a-glance status icons on cards
· Board density control
· Org-wide board and list across every project
· Paginated issue lists (no more silent 200-row cap)
Agents & automation
· Agent Loops with a live console for watching runs
· Assign issues to agents and harnesses alongside people
· @mention an agent to hand off work
· Editable per-workspace agent instructions
· Agent-activity ring: see which issues an agent is working
· MCP OAuth 2.1 and a listing in the Claude connector directory
· Fuller MCP and CLI mutation surface (projects, labels, comments, CLI parity)
· Command-line client (npx xpntl)
Docs & editor
· Documents: workspace wiki pages
· Deep-linkable docs, linkable from issues
· Doc history with side-by-side diffs
· Doc embeds: issue cards and project rollups inline
· Rich text with image paste in descriptions and comments
· Markdown emitted straight from the editor
Notifications
· Inbox: an unread / read / archived notifications home
· Browser and push notifications
· Real-time delivery: a live toast and a socket-driven bell
· Commenting on an issue subscribes you to its thread
Integrations & import
· One-click GitHub connect: link PRs, auto-close issues on merge
· Import from Asana and Trello
Insights
· Insights dashboard: throughput, velocity, cycle time; customizable and exportable
Accounts, admin & self-host
· Organizations: group workspaces with consolidated billing
· Multiple workspaces per account
· SSO domain and identity-provider policy
· Billing, tiers, and module entitlements
· Workspace storage usage in the app footer
Platform
· Real-time sync engine: local-first, offline-capable
· Mobile-responsive web app
· Themes, including an 8-bit theme
· Top-of-viewport loading bar for slow requests
Security
· Ongoing security and stability improvements
v0.6.0 2026-06-05

Workspace Docs over MCP, Agent Inbox, and Account Security

ADDED Workspace docs over MCP: agents can list, read, create, update, and delete wiki pages, bringing the MCP surface to 28 tools
ADDED One-call agent inbox (xpntl_inbox): unread @mentions, assignments, and comment replies, each enriched with issue context
ADDED Two-factor authentication (TOTP) and passkeys (WebAuthn) under Settings → Security
ADDED Sign in with Apple, alongside Google, GitHub, and Microsoft
IMPROVED Installable PWA replaces the desktop shell; mobile SSO hardened with PKCE and encrypted tickets
v0.5.0 2026-05-16

Projects, Kanban, and Bulk Updates

ADDED Projects as first-class containers with scoped issue lists and kanban views
ADDED Kanban board view with drag-and-drop state transitions
ADDED Bulk issue updates via MCP (issue_bulk_update tool)
IMPROVED Issue list now supports saved views with custom filters and sort
FIXED Command palette search now matches issue descriptions, not just titles
v0.4.0 2026-05-02

CLI and Device Flow Auth

ADDED CLI (npx xpntl) with device-flow auth, no passwords in the shell
ADDED Device flow authentication for headless environments and CI
IMPROVED SSO-only users no longer see the password form on sign-in
FIXED OAuth signup now properly gates on invite codes
v0.3.0 2026-04-18

MCP Server and Agent Harness

ADDED MCP server at mcp.xpntl.ai/mcp with 20 tools for full issue management
ADDED Harness keys for agent authentication with per-workspace scoping
ADDED Google, GitHub, and Microsoft SSO on all plans (including Free)
IMPROVED Issue peek panel now opens inline without a full page load
v0.2.0 2026-04-04

Labels, Priorities, and Keyboard Navigation

ADDED Custom labels with color picker and workspace-wide scoping
ADDED Four-level priority system (Urgent, High, Normal, Low) with keyboard shortcuts
ADDED Command palette (Cmd+K) with fuzzy search across all issues
FIXED Workspace slug auto-generation no longer allows reserved words
v0.1.0 2026-03-20

Initial Release

ADDED Core issue orchestration with create, update, assign, and state transitions
ADDED Workspace onboarding with name, slug, and issue key prefix
ADDED Comment threads with Markdown support and @mention notifications