Changelog

What's new in TRCR

Every feature, improvement, and fix — documented as we ship it.

v1.10.0June 3, 2026

Gantt milestones

  • Add, edit, and remove milestones on the Gantt chart — named date markers for a Space, shown as a full-height marker with a labeled flag
  • Milestones carry a title, target date, color, and optional description
  • Available across REST, WebSocket, GraphQL, and MCP, with realtime cross-device sync
v1.9.0June 3, 2026

Gantt Chart & Task Start Dates

  • Tasks now have an optional start_date to pair with due_date — rendered as a start→due bar on the new Gantt chart
  • start_date is validated to fall on or before due_date
  • Available across REST, WebSocket, GraphQL, and MCP for task create and update
  • New endpoint lists every task dependency in an organization in a single call (REST GET /task-dependencies, WebSocket tasks.dependencies.list_all, GraphQL allTaskDependencies, MCP tasks_dependencies_list_all)
  • Dependency listing returns only edges where both endpoint tasks are visible to the caller
v1.8.1May 14, 2026

Invoice-scoped Reports

  • Timesheet and Utilization reports now accept an optional invoice_id filter
  • Scope a report to the exact set of time entries that compose a single invoice
  • Available via REST (?invoice_id=...) and WebSocket (reports.timesheet, reports.utilization)
  • Powers the default report attached to invoice PDFs
v1.8.0March 14, 2026

Git Integration & Audit Logs

  • Connect GitHub repositories to projects — view commits and pull requests inline
  • Webhook-powered real-time sync for push and PR events
  • Immutable audit log for every action in your organization
  • IP address logging on all audit entries
  • GitLab support in beta (contact us to enable)
v1.7.0February 28, 2026

Workload & Utilization Reports

  • New Workload report: see task distribution across team members
  • New Utilization report: track billable capacity percentage
  • Date range filters on all report pages
  • Export reports as CSV
  • Improved report loading performance with cursor-based pagination
v1.6.0February 14, 2026

Task Dependencies & Checklists

  • Add 'blocks' and 'blocked by' dependencies between tasks
  • Inline checklists within tasks with drag-to-reorder
  • File attachments on tasks with image thumbnail preview
  • Complexity scoring with Fibonacci scale (1, 2, 3, 5, 8)
  • Multiple assignees per task
v1.5.0January 30, 2026

Team Chat

  • Built-in team chat with channels and direct messages
  • Thread replies for focused discussions
  • Emoji reactions on messages
  • Task-linked channels — discuss work in context
  • Real-time delivery via WebSocket
v1.4.0January 15, 2026

Profitability Report & Client Rates

  • New Profitability report: compare worker costs vs. client billing rates
  • Per-member worker rate and client rate at both org and project level
  • Revenue report with monthly breakdown chart
  • Invoice PDF export redesigned with better formatting
  • Overdue invoice auto-detection (background job)
v1.3.0December 20, 2025

Invoicing & Payments

  • Generate invoices directly from billable time entries
  • Custom line items with quantity and unit price
  • Tax rate and multi-currency support
  • Invoice lifecycle: draft, sent, paid, overdue, cancelled
  • Record payments with method, reference, and notes
  • PDF generation via background job queue
v1.2.0December 5, 2025

Client CRM & Notification Preferences

  • Full client management: profiles, contacts, billing details
  • Client status pipeline (lead, active, inactive)
  • Multiple contacts per client with primary flag
  • Granular notification preferences per event type
  • Three delivery channels: email, push, in-app
v1.1.0November 20, 2025

Google & GitHub SSO

  • Sign in with Google OAuth
  • Sign in with GitHub OAuth
  • Auto-link OAuth accounts to existing email accounts
  • Improved password reset email flow
  • Organization logo upload
v1.0.0November 1, 2025

Initial Launch

  • One-click time tracking with persistent timer
  • Project management with budgets, rates, and deadlines
  • Task boards with Kanban workflow
  • Organization management with role-based permissions
  • Summary and Detailed reports
  • Global search across all entities
  • WebSocket-first real-time architecture