Live Change Log

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

17,989
Total Changes
4,649
Features
4,558
Fixes
32
Projects
Filter by project
All Projects17,989AIService112APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService386InitializerService302KBService74KlusterServices547MCPGatewayService43MediaService462RAGService61SecurityService1,529TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,601kamo-login319kamo-marketing588kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,328kamo-signer-monorepo50kamolos102
Filter by type
All TypesBuild24CI523Chore670Docs231Feature4,649Fix4,558Other6,781Performance136Refactor274Revert23Style48Test71Upgrade1
November 30, 2025
Fixkamo-internal

WebSocket connection - use direct node IP via NodePort 30843 (bypasses Traefik)

- Connect directly to node IP 192.168.42.191:30843 for WebSocket - NodePort 30843 exposes MediaService port 8443 directly - Bypasses Traefik to avoid WebSocket ...

snadjafinia·9mo ago
Fixkamo-internal

WebSocket connection - use Traefik ingress instead of direct port 8443

- Changed WebSocket URL to connect through Traefik on standard HTTPS port (443) - Removed port 8443 from domain connections (Traefik routes to service on port 8...

snadjafinia·9mo ago
Stylekamo-internal

Increase logo size and adjust welcome text layout

- Increased logo size from 200x80 to 300x120 - Positioned welcome text to start at right edge of logo - Added explicit left text alignment - Improved responsive...

snadjafinia·9mo ago
Fixkamo-internal

Replace MUI Grid with CSS Grid for compatibility with MUI v7

- Replaced Grid component with Box using CSS Grid layout - Maintains responsive breakpoints (xs: 1, sm: 2, md: 3, lg: 4 columns) - Fixes TypeScript build error ...

snadjafinia·9mo ago
Featurekamo-internal

Create welcome presentation page with feature cards

- Added full logo display at top left using ThemeLogo component - Created modern, polished welcome page with feature cards grid - Each feature card includes ico...

snadjafinia·9mo ago
Fixkamo-internal

Add missing InputLabel import to LeadManager

snadjafinia·9mo ago
November 29, 2025
Fixkamo-internal

Add missing Next.js API route handlers for custom-forms

- Create /api/security/custom-forms route handler for GET and POST - Create /api/security/custom-forms/[id] route handler for GET, PUT, and DELETE - Proxy reque...

snadjafinia·9mo ago
Fixkamo-internal

Improve form creation error handling and validation

- Filter out fields with empty fieldIds before sending to backend - Filter out empty stacks from form data - Add validation error if fieldId is invalid during d...

snadjafinia·9mo ago
Fixkamo-internal

Add missing imports in FormEditor

- Add FIELD_TYPES_ARRAY import from fieldTypes - Add validateFieldId and normalizeFieldId imports from fieldValidation - Fixes TypeScript compilation errors

snadjafinia·9mo ago
Fixkamo-internal

Replace Grid with CSS Grid layout in FieldTypeSelector

- Remove Grid component usage that was causing TypeScript errors - Replace with Box using CSS Grid for responsive layout - Maintains same visual layout and resp...

snadjafinia·9mo ago
Fixkamo-internal

Fix TypeScript errors in FieldTypeSelector and remove unused imports

- Replace dynamic icon lookup with explicit icon map to avoid type assertion issues - Import all required icons directly from lucide-react - Remove unused Field...

snadjafinia·9mo ago
Fixkamo-internal

Fix TypeScript errors in FieldConfigurationPanel

- Replace array.includes() with direct equality checks to avoid type narrowing issues - Remove unused Card import from FormEditor - Prefix unused stackIndex par...

snadjafinia·9mo ago
Fixkamo-internal

Fix build errors in custom forms components

- Fix import error: getAllFields should be imported from utils, not fieldValidation - Fix TypeScript errors: Replace 'any' types with proper FieldType - Fix une...

snadjafinia·9mo ago
Docskamo-internal

Add custom forms implementation status document

snadjafinia·9mo ago
Featurekamo-internal

Add comprehensive custom forms builder with drag-and-drop

- Update CRM page: Change tab name from "Custom Online Forms" to "Custom Forms" - Add CustomFormManager component for form list/browse with create/edit/delete -...

snadjafinia·9mo ago
November 28, 2025

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