v6.1.9
calcom/cal.diyv6.1.9Jan 30, 2026by cal-com-ci[bot]
AI Summary
This release focuses on infrastructure improvements, including database indexing for performance and the addition of dark mode to the companion application.
Key Highlights
- Add dark mode to companion
- Add index on channelId for SelectedCalendar
- Add encryptedKey column to Credential table
- Configure wildcard domain matching in watchlist
New Features
- Companion dark mode
- Wildcard domain matching in watchlist
Full Release Notes
## What's Changed * refactor: use DI-ed cached FeaturesRepository in flags router by @eunjae-lee in https://github.com/calcom/cal.com/pull/27394 * feat: Routing trace presenter by @joeauyeung in https://github.com/calcom/cal.com/pull/27372 * feat: add index on channelId for SelectedCalendar by @volnei in https://github.com/calcom/cal.com/pull/27403 * perf: increase Office365 calendarView page size to 999 to minimize pagination by @keithwillcode in https://github.com/calcom/cal.com/pull/27407 * feat: add configurable wildcard domain matching to watchlist by @emrysal in https://github.com/calcom/cal.com/pull/27409 * chore: remove unused env vars and duplicates from turbo.json globalEnv by @volnei in https://github.com/calcom/cal.com/pull/27400 * fix: allow wildcard prefix in domain validation by @emrysal in https://github.com/calcom/cal.com/pull/27413 * chore: Reduce circular dependencies in tsconfig resolution by @emrysal in https://github.com/calcom/cal.com/pull/27416 * feat(companion): dark mode by @dhairyashiil in https://github.com/calcom/cal.com/pull/27305 * fix: remove unnecessary border when event type details are hidden by @hariombalhara in https://github.com/calcom/cal.com/pull/27421 * refactor: remove 10 trpc imports from features package by moving 16 tRPC-driven components to apps/web/modules by @hbjORbj in https://github.com/calcom/cal.com/pull/27336 * fix: align feature opt-in toggle labels with enable/disable wording by @eunjae-lee in https://github.com/calcom/cal.com/pull/27425 * fix: Update search filter to check value and values fields in displayFields by @hariombalhara in https://github.com/calcom/cal.com/pull/27386 * feat: add encryptedKey column to Credential table for calendar integrations by @emrysal in https://github.com/calcom/cal.com/pull/27154 **Full Changelog**: https://github.com/calcom/cal.com/compare/v6.1.8...v6.1.9