Live Change Log

See what we're building, in real-time. Every feature, fix, and improvement shipped across the platform.

17,896
Total Changes
4,600
Features
4,522
Fixes
32
Projects
Filter by project
All Projects17,896AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService364InitializerService299KBService74KlusterServices542MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,565kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
Filter by type
All TypesBuild24CI522Chore670Docs226Feature4,600Fix4,522Other6,781Performance136Refactor274Revert23Style48Test69Upgrade1
November 22, 2025
Otherkamo-marketing

Revert basic auth changes

snadjafinia·9mo ago
Fixkamo-marketing

Prevent 'Your' from breaking across lines on mobile

snadjafinia·9mo ago
Featurekamo-marketing

Add touch support to Magneticcoder for mobile devices

snadjafinia·9mo ago
Fixkamo-marketing

Make children optional in TouchOptimized component

snadjafinia·9mo ago
Fixkamo-marketing

Provide initial value for useRef with generic type

snadjafinia·9mo ago
Fixkamo-marketing

Move y value into style object for framer-motion

snadjafinia·9mo ago
Fixkamo-marketing

Add style prop to Pricing3DCard component interface

snadjafinia·9mo ago
Fixkamo-marketing

Define easing array as const tuple in PageTransition

snadjafinia·9mo ago
Fixkamo-marketing

Add missing useRef import in MobileMenuMorph

snadjafinia·9mo ago
Otherkamo-analytics

Updated prisma.

Mike Cao·9mo ago
November 21, 2025
Fixkamo-internal

Remove height and overflow constraints from PageWrapper to enable scrolling

- Remove height: 100% constraint - Remove overflow: hidden constraint - Change to minHeight: 100% to allow expansion - Pages can now scroll properly

snadjafinia·9mo ago
Fixkamo-internal

Remove flex-1 from main content div to allow natural expansion

- Remove flex-1 constraint from main content div - Content can now expand naturally to trigger scrolling in parent container

snadjafinia·9mo ago
Fixkamo-internal

Remove height and overflow constraints from page to enable scrolling

- Change h-screen to min-h-screen to allow page to expand - Remove overflow-hidden from main content div to allow scrolling - Page can now scroll to see all rec...

snadjafinia·9mo ago
Otherkamo-analytics

Allow view-only to still join team

Closes #3764

Francis Cao·9mo ago
Fixkamo-internal

Remove overflow constraints from parent containers to enable page scrolling

- Remove overflow: hidden from main container Box - Remove height: 100% from main container Box - Remove overflow: hidden and flex: 1 from tab content Box - Rem...

snadjafinia·9mo ago
Otherkamo-analytics

Fix Revenue country sums error

Closes #3769

Francis Cao·9mo ago
Featurekamo-internal

Change grid to autoHeight layout to show all records without scrollbar

- Set domLayout to autoHeight so grid expands to fit all rows - Remove overflow: hidden from grid container boxes - Remove height: 100% constraint from grid wra...

snadjafinia·9mo ago
Otherkamo-analytics

remove relationMode from schema file

Francis Cao·9mo ago
Fixkamo-internal

Decrease Vendor, Product, and Source column widths by 40px

- Change Vendor column width from 80px to 40px - Change Product column width from 80px to 40px - Change Source column width from 60px to 20px - Update correspon...

snadjafinia·9mo ago
Fixkamo-internal

Add 10px padding below Quick Search field and components

- Add pb: '10px' to Quick Search Box container - Remove height and alignSelf properties that didn't work

snadjafinia·9mo ago
Fixkamo-internal

Vertically align Quick Search field and components to middle

- Add minHeight to parent Box to match tabs height - Add display flex and alignItems center to tabs container Box - Add height 100% and alignSelf center to Quic...

snadjafinia·9mo ago
Fixkamo-internal

Decrease Vendor, Product, and Source column widths by another 25px

- Change Vendor column width from 105px to 80px - Change Product column width from 105px to 80px - Change Source column width from 85px to 60px - Update corresp...

snadjafinia·9mo ago
Fixkamo-internal

Decrease Vendor, Product, and Source column widths by 25px

- Change Vendor column width from 130px to 105px - Change Product column width from 130px to 105px - Change Source column width from 110px to 85px - Update corr...

snadjafinia·9mo ago
Fixkamo-internal

Decrease Vendor, Product, Source, and Agent column widths by 20px

- Change Vendor column width from 150px to 130px - Change Product column width from 150px to 130px - Change Source column width from 130px to 110px - Change Age...

snadjafinia·9mo ago
Fixkamo-internal

Update State and Street column widths and Street display

- Change State column width from 100px to 60px - Change Street column width from 200px to 130px - Update Street column to show only street address in cell - Add...

snadjafinia·9mo ago
Chorekamo-internal

Remove unused LocationOn import

- Remove LocationOn icon import since AddressRenderer was removed

snadjafinia·9mo ago
Chorekamo-internal

Remove unused AddressRenderer function

- Remove AddressRenderer since Address column was replaced with State and Street columns

snadjafinia·9mo ago
Fixkamo-internal

Move State and Street filters to correct position after Contact

- Move State and Street filter fields to be right after Contact filter - Remove duplicate State and Street filters that were after Agent filter - Filter order n...

snadjafinia·9mo ago
Fixkamo-internal

Complete State and Street column implementation

- Remove old Address filter field that was still referencing addressFilterValue - Add State and Street filter fields after Contact filter - Update filtering log...

snadjafinia·9mo ago
Featurekamo-internal

Replace Address column with State and Street columns

- Remove Address column and AddressRenderer - Add State column after Contact (shows subdivision/state code) - Add Street column after State (shows 'street, city...

snadjafinia·9mo ago
Fixkamo-internal

Update column widths for Lead ID, Status, and Sub Status

- Change Lead ID column width from 245px to 230px - Change Status column width from 90px to 115px - Change Sub Status column width from 150px to 170px - Update ...

snadjafinia·9mo ago
Fixkamo-internal

Update Status and Sub Status column widths

- Change Status column width from 65px to 90px - Change Sub Status column width from 120px to 150px - Update corresponding filter field container widths to matc...

snadjafinia·9mo ago
Fixkamo-internal

Update filter field container widths to match column widths

- Update Lead ID filter container from 300px to 245px - Update Status filter container from 200px to 65px - Update Sub Status filter container from 200px to 120...

snadjafinia·9mo ago
Featurekamo-internal

Update column widths to specified values

- Change Lead ID column width from 300px to 245px - Contact column remains flex: 1 to take up remaining width - Change Status column width from 200px to 65px - ...

snadjafinia·9mo ago
Otherkamo-analytics

Merge remote-tracking branch 'origin/dev' into dev

Mike Cao·9mo ago
Otherkamo-analytics

Switched to biome.

Mike Cao·9mo ago

Like what you see shipping?

Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.

Start Free ForeverView Pricing