Live Change Log

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

17,967
Total Changes
4,633
Features
4,555
Fixes
32
Projects
Filter by project
All Projects17,967AIService112APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService384InitializerService300KBService74KlusterServices547MCPGatewayService43MediaService462RAGService61SecurityService1,526TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,589kamo-login319kamo-marketing588kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,325kamo-signer-monorepo50kamolos102
Filter by type
All TypesBuild24CI523Chore670Docs228Feature4,633Fix4,555Other6,781Performance136Refactor274Revert23Style48Test71Upgrade1
April 15, 2026
April 13, 2026
Fixkamo-marketing

Use 24-hour window instead of UTC date for today's changelog count

The server runs in UTC, so at night in US timezones toISOString() returns tomorrow's date and no commits match. Using a 24h rolling window instead.

Kamo·5mo ago
Fixkamo-marketing

Force-dynamic on changelog API routes to prevent stale date caching

Next.js was statically caching these GET route handlers at build time, freezing new Date() to the build date so today's changelog count never updated.

Kamo·5mo ago
April 12, 2026
Fixkamo-marketing

Handle applicablePlanIds and applicableBillingCycles as string arrays

These fields are typed as string[] but had .split(",") calls on them, causing TypeScript build failures.

Kamo·5mo ago
Fixkamo-marketing

Redact *** references in changelog display

Kamo·5mo ago
April 11, 2026
Fixkamo-marketing

Update fallback offer end date to 2026-04-26

Kamo·5mo ago
Fixkamo-marketing

Add static fallback for offer page when subscription API unavailable

The **************** table doesn't exist in production yet, so the API returns an error. Fall back to hardcoded promotion and plan data so the offer page works ...

Kamo·5mo ago
Fixkamo-marketing

Update ApiPromotion type to match new List<String> backend response

applicablePlanIds and applicableBillingCycles are now arrays, not JSON strings.

Kamo·5mo ago
Chorekamo-marketing

Test webhook delivery

Kamo·5mo ago
Fixkamo-marketing

Redact *** header name in changelog display

Kamo·5mo ago
Featurekamo-marketing

Server-side stats for real totals, infinite scroll, accurate filter counts

Stats bar and filter pill counts now come from /api/changelog/public/stats (real DB aggregates, not loaded-page counts). Replaced Load More button with Intersec...

Kamo·5mo ago
Featurekamo-marketing

Add case-insensitive text replacements for changelog display

Replaces internal tool names with public-facing names (Docs->Docs, Meet->Meet, Capcha->Capcha, Avatar Creator->Avatar Creator, etc.) in titles and descriptions ...

Kamo·5mo ago
Featurekamo-marketing

Add Live Change Log page with timeline UI, filters, and stats

Server-side fetches changelog from SecurityService, client component provides project/type filtering, date grouping, expandable descriptions, and paginated load...

Kamo·5mo ago
April 10, 2026
April 6, 2026
Fixkamo-marketing

Make hexagon icon borders thicker and visible

Replace invisible CSS border (clipped by clip-path) with a ::before pseudo-element border that extends 3px outside the hexagon shape.

Kamo·5mo ago
Featurekamo-marketing

Auto-flatten 3D scroll elements when user stops scrolling

Adds scroll-idle detection so perspective-rotated elements animate to flat after 300ms of no scrolling, instead of staying tilted. Once flat, they stay flat unt...

Kamo·5mo ago
Fixkamo-marketing

Update launch date to April 9th

Kamo·5mo ago
April 4, 2026
Featurekamo-marketing

Redesign demo page with webinar scheduling integration

Replaces the placeholder demo form with a three-phase booking flow: 1. Lead capture form (creates lead with KamoCRM Platform market) 2. Webinar scheduling (join...

Kamo·5mo ago
Fixkamo-marketing

Update favicon with new logo

Kamo·5mo ago
April 3, 2026
Fixkamo-marketing

Update footer social links with real URLs and correct icons

Replace GitHub with Instagram, Twitter icon with X brand icon, add LinkedIn. All external links open in new tab with noopener noreferrer. Update Organization JS...

Kamo·5mo ago
Fixkamo-marketing

Update commerce platform logo SVGs

Kamo·5mo ago
Featurekamo-marketing

Add programmatic OG image generation for all routes

Uses Next.js opengraph-image.tsx convention with Satori/Resvg rendering pipeline. Each route gets a branded 1200x630 image with Inter font, dark background, gra...

Kamo·5mo ago
Otherkamo-marketing

Update project files

Kamo·5mo ago
Fixkamo-marketing

Match integrations banner scroll speed to built-with banner

Increased duration from 30s to 56s so both marquees scroll at ~88px/s regardless of item count.

Kamo·5mo ago
Featurekamo-marketing

Add 9 e-commerce platform logos to integrations banner

Added BigCommerce, WooCommerce, Magento, Squarespace, PrestaShop, Wix, OpenCart, Ecwid, and Shift4Shop to the "Integrates With" marquee, interleaved with existi...

Kamo·5mo ago
Refactorkamo-marketing

Standardize brand naming across site — Kamo → KamoCRM / KamoCRM Inc.

Legal pages (terms, privacy, GDPR, footer copyrights) now use "KamoCRM Inc." for the corporate entity. Product/brand references across marketing copy, metadata,...

Kamo·5mo ago
Fixkamo-marketing

Reduce hero section padding on mobile so headline is fully visible

Tightened pt and mb spacing at base breakpoint so "Unify Your Clients," is no longer pushed off-screen on portrait phones where the fixed banner and nav consume...

Kamo·5mo ago
Fixkamo-marketing

Make preview banner fixed to viewport and reduce hero text size on mobile

Banner is now position:fixed so it stays visible while scrolling, with body padding injected dynamically to prevent content overlap. Hero headline reduced from ...

Kamo·5mo ago
Fixkamo-marketing

Make preview banner responsive with dynamic height and raise chat z-index

Banner now measures its own height via CSS variable so nav/content adapt automatically when text wraps on small screens. Chat widget z-index raised above the ba...

Kamo·5mo ago
April 2, 2026
Fixkamo-marketing

Comprehensive pricing integration audit — make all pages API-driven

Calculator page: - Split into server component + CalculatorClient - All plan prices, addon prices, bundle prices now from API - Promo code validation against li...

Kamo·5mo ago
Fixkamo-marketing

Remove all 14-day trial references from pricing and offer pages

Trial removed from Starter and Business plans. Free plan serves as the try-before-you-buy experience. Updated CTA buttons ("Get Started"), FAQ, footer text, off...

Kamo·5mo ago
Featurekamo-marketing

Convert /pricing page from hardcoded data to live API-driven catalog

- Split pricing page into server component (data fetching) and client component (interactive UI with animations, toggles, FAQ) - Add pricing-catalog.ts utilit...

Kamo·5mo ago
April 1, 2026
Fixkamo-marketing

Mobile chat is minimized by default, opens fullscreen with no in-between

On mobile (<640px): always starts minimized regardless of first visit. Tapping the tab opens fullscreen. Minimize returns to tab. No 70vh intermediate state — j...

Kamo·5mo ago
Fixkamo-marketing

Raise z-index above nav, add mobile bottom sheet, update welcome message

- Bumps widget z-index to 10002 (nav is 10001) so maximized mode isn't hidden - Mobile: renders as a 70vh bottom sheet with drag indicator and rounded top cor...

Kamo·5mo ago
Fixkamo-marketing

Wrap PublicChatWidget in client component to resolve ssr:false in Server Component error

Next.js 16 disallows dynamic() with ssr:false in Server Components. Adds PublicChatLoader as a client component wrapper.

Kamo·5mo 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