What’s new in Clarq.
We’ll keep this feed updated with product improvements, launches, and fixes.
2026-02-03
Reports & Analytics
A dedicated reporting section with dashboards, breakdowns, and drill-down detail pages.
- Overview dashboard with summary cards and trend charts
- Breakdown tables by clients, projects, team, activities, and timesheets
- Drill-down detail pages for clients, projects, and team members
- Flexible time period selector with URL-shareable links
- Role-based scoping: admins see org data, members see personal data
2026-01-25
Google Calendar integration
Connect Google Calendar and import events directly into time tracking.
- OAuth connect/disconnect with calendar and event APIs
- Calendar selector, events list, and account management UI
- Import events into time entries with recurring mapping
- SWR-powered calendar fetch plus docs and tests
2026-01-23
Frequent activities
Frequent Activities speed up entry creation, plus escape-to-discard for temporary entries.
- Frequent Activities UI with localStorage persistence
- Service scoring groups recent work and picks the top 5
- Escape-to-discard flow for unsaved temporary entries
- Stripe API version bump and dependency updates
2026-01-07
Continue to today
Continue a past time entry into today's timesheet in one click.
- TimeEntryCard action appears for saved entries not on today
- Creates or finds today's timesheet and starts a new entry
- Stops any running entry, syncs, and shows toasts
- Unit tests for success and invalid cases
2025-12-28
Project mentions with dynamic colors
Project mentions now render with dynamic colors sourced from cached project data.
- Project cache centralizes name and color lookups
- Mention rendering uses project color attributes
- Cache pre-warming prevents color flashes
- CustomMention extension refactor for color extraction
2025-12-27
NodeView mentions in the editor
Mentions render via NodeView with live user lookup in the custom editor.
- MentionNodeView handles dynamic mention rendering
- CustomMention extension uses the NodeView pipeline
- User service fetches display names directly
2025-12-27
Invite acceptance and org sync
Invite acceptance now handles roles and org sync more reliably.
- Detects active roles and reactivates via service client
- Syncs org metadata and Stripe seat counts on accept
- ClearRedirectUrl handles invalid invite redirects
- Improved error handling and logging for role management
2025-12-26
Task visibility policies
Task visibility rules and retrieval logic updated for assignments and personal tasks.
- RLS policies updated in schema.sql for task access
- tasksService retrieval filters aligned with assignments and creators
- Service docs clarify visibility and filtering logic
2025-12-26
Project member management
Project member management adds team UI and backend support.
- Project team UI with add-member dialog and team list
- Project team service for membership management
- Database migration and RLS updates for project members
- Unit tests for project-team service and timesheet utils
2025-12-25
Task mentions + breakdown polish
Task mentions and timesheet breakdown visuals improved.
- Task mentions show a status icon instead of '#'
- Timesheet daily breakdown adds task hover details
- Notes rendering uses TaskMentionContent for mentions
- Task priority now allows null values
2025-12-24
Pull tasks into time entry
Pull tasks into time entries with richer task metadata.
- Task mention list and view plus attribute pills and hover card
- Time entry card supports task selection and display
- Task cache added for fast lookups
- Editor styling updates and new integration/unit tests