Live Change Log

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

17,992
Total Changes
4,652
Features
4,558
Fixes
32
Projects
Filter by project
All Projects17,992AIService112APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService386InitializerService303KBService74KlusterServices547MCPGatewayService43MediaService462RAGService61SecurityService1,530TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,602kamo-login319kamo-marketing588kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,328kamo-signer-monorepo50kamolos102
Filter by type
All TypesBuild24CI523Chore670Docs231Feature4,652Fix4,558Other6,781Performance136Refactor274Revert23Style48Test71Upgrade1
April 3, 2026
Refactorkamo-internal

Separate AccountManager from TeamMemberManager on /account page

3 page-level tabs: Clients & Customers, Members, Team Members. - Tab 0: new AccountManager component — standalone, fetches real account data from accountsApi,...

kamo·5mo ago
Featurekamo-internal

Full account view/manage page at /account/view/[id]

New enterprise account detail page with 6 tabs: - Overview: 4 stat cards (orders, spent, leads, members), account info, contact info, address, recent orders/l...

kamo·5mo ago
Featurekamo-internal

Add retail pipeline sub-tabs — Customers, Fulfillment, Carts & Drafts

RETAIL verticals in the Pipeline page now have 4 sub-tabs instead of a single Orders view: 1. Orders — existing PipelineOrdersTab (unchanged) 2. Customers — Ag...

kamo·5mo ago
Featurekamo-internal

Enterprise retail settings UI — 5 new/rewritten market tabs for RETAIL

Product Catalog (rewritten): 4 sub-views — Products table with search/filters, hierarchical Categories tree, Brands management, Attributes with typed values and...

kamo·5mo ago
Featurekamo-internal

Add ~90 retail API methods and 30+ TypeScript interfaces to commerceApi

Full frontend API coverage for KamoRetail: categories, brands, attributes, variants, images, tags, reviews, customers, addresses, customer groups, tax classes/z...

kamo·5mo ago
Fixkamo-internal

Correct remaining subscription API paths and remove double header

API paths: getFeatures, updateFeature, deleteFeature now use /subscription-features; getAddOns, updateAddOn, deleteAddOn use /subscription-addons; getBundles, u...

kamo·5mo ago
Fixkamo-internal

Agreement editor layout — prevent whitespace overflow and content jamming

- Add width: 100% to root flex container - Add minWidth: 0 to right panel and content area to prevent flex overflow - Add overflowWrap/wordBreak to preview HTML...

kamo·5mo ago
Refactorkamo-internal

Migrate all pipeline components from commerceMarketApi to commerceApi

Update 10 files to import directly from commerceApi instead of the deleted commerceMarketApi. Remove the compatibility shim and dead CommerceMarketManager compo...

kamo·5mo ago
Fixkamo-internal

Restore commerceMarketApi.ts as compatibility re-export from commerceApi

Pipeline components (PipelineOrdersTab, PipelineView, orders detail page, etc.) still import from commerceMarketApi. Re-export needed symbols from commerceApi.

kamo·5mo ago
Featurekamo-internal

Add enterprise-grade Agreement Templates tab to all market types

Reusable MarketAgreementTemplatesTab added to every commerce market with: - Two-panel layout: template list sidebar + full editor - Commerce-type-specific templ...

kamo·5mo ago
Fixkamo-internal

Correct API paths, professional page layouts, remove dead code

- Fix frontend API path mismatches: use subscription-features, subscription-addons, subscription-bundles, **************** subscription-plan-prices, subscri...

kamo·5mo ago
Fixkamo-internal

Promote Features, Add-ons, Bundles to market-level tabs for SUBSCRIPTION markets

Features, add-ons, and bundles are shared market-level resources, not per-plan. - Add Features tab (manage + feature matrix), Add-ons tab, Bundles tab to market...

kamo·5mo ago
Fixkamo-internal

Unwrap backend response envelopes in all commerceApi single-object methods

Backend wraps responses in { market: {...} }, { product: {...} }, etc. but API client was returning the raw envelope, causing market.id and other properties to ...

kamo·5mo ago
Featurekamo-internal

Refactor commerce POS settings to market-centric architecture

Major restructure of the commerce settings page: Frontend: - Replace flat tab layout (Products, Inventory, Rental Assets, Subscription Plans) with market-cen...

kamo·5mo ago
Otherkamo-internal

Add field config logging to trace preview rendering pipeline

Adds console.log statements to SignaturePreview and EmailSignatureManager to verify fieldConfig state propagation and field filtering at runtime. Check browser ...

kamo·5mo ago
April 2, 2026
Fixkamo-internal

Mailbox dropdown now loads emails from the selected mailbox

Pass mailboxId through fetchMessages/fetchFullMessage to the backend, fix stale closure in mailbox-changed handler by passing mailbox directly to loadMessages i...

kamo·5mo ago
Featurekamo-internal

Move department & job title from Roles tab to My Profile page

Department and job title fields now appear on the My Profile page as a SectionCard, shown only for team members. Editable via Autocomplete dropdowns when user h...

kamo·5mo ago
Featurekamo-internal

Add department and job title selectors to member security tab

Team members can now be assigned to a department and job title via Autocomplete dropdowns in the Edit Security dialog. Summary card shows current assignments. R...

kamo·5mo ago
Fixkamo-internal

Apply field config end-to-end across preview, save, compose, and send

The field config toggles were only wired up as UI — they had no effect on signature rendering. This commit: - Extracts applyFieldConfig to types.ts as a shared...

kamo·5mo ago
Featurekamo-internal

Email signature field toggles, normalized social links, and Content tab reorder

- Move Content sub-tab to first position in email signature settings - Add admin-configurable contact field toggles per scope (user/department/company) with e...

kamo·5mo ago
Featurekamo-internal

Implement mailbox switcher with privilege-based access on /messages page

- Add Meet, POS, and 3 new email access privileges to frontend RoleRightType - Add ServiceType.MEET to frontend ServiceType enum - Add getAccessibleMailboxes AP...

kamo·5mo ago
Featurekamo-internal

Rewrite Roles & Permissions tab as singleton security config panel

Replaces role creation dialog with DepartmentManager-style singleton config: - Associated Roles: multi-select checkboxes from existing OrgRoles - Direct Rights:...

kamo·5mo ago
Fixkamo-internal

Remove duplicate inline help from email templates page

The help information was shown both inline above the templates list and in the Help & Tips sidebar. Removed the inline rendering to avoid wasting space, since t...

kamo·5mo ago
Featurekamo-internal

Add email domain management, mailbox provisioning UI, and member mailbox assignment

- Add domainApi and mailboxProvisioningApi to providerApi.ts - Add **************** capability detection to useProviderCapabilities - Create dedicated provider ...

kamo·5mo ago
Featurekamo-internal

Rewrite Roles & Permissions tab with singleton role selector and applied rights

Replaces multi-role creation dialog with Autocomplete dropdown for selecting a single existing OrgRole. Shows applied rights grouped by service type with source...

kamo·5mo ago
Fixkamo-internal

Auto-append email domain when alias entered without @, show actual error messages

When user enters just a username like "SYSAdmin", the domain from their primary email is auto-appended (e.g. "SYSAdmin@KamoCRM.com"). Also surfaces actual backe...

kamo·5mo ago
Otherkamo-internal

Log error response body from email proxy

kamo·5mo ago
Otherkamo-internal

Add temporary logging to email proxy route

kamo·5mo ago
Featurekamo-internal

Convert support icon to dropdown menu, remove support from sidebar nav

Support icon in NavTop now opens a dropdown with two options: - "View Support Chats & Tickets" navigates to /support?tab=tickets - "Create New Support Chat/Tick...

kamo·5mo ago
Fixkamo-internal

Send member IDs as strings to prevent JavaScript number precision loss

Member IDs from CockroachDB exceed Number.MAX_SAFE_INTEGER, causing Number() to round e.g. 1161936315562426374 → 1161936315562426400. The backend then fails to ...

kamo·5mo ago
Fixkamo-internal

Make support ticket table auto-fill remaining parent height

Add flex: 1 and minHeight: 0 to outer container and TableContainer so the table stretches to fill available space. Pagination sticks to bottom with marginTop: a...

kamo·5mo ago
Fixkamo-internal

Apply same spacing and tab sizing corrections to SupportView

Match SettingsView layout: tighter hero padding (py: 2.5, px lg: 3), reduced content padding (px lg: 2, pb: 2), compact tabs (minHeight: 42, fontSize: 13px), an...

kamo·5mo ago
Fixkamo-internal

Reduce gap between NavPri menu items

kamo·5mo ago
Fixkamo-internal

Tighten SettingsView spacing and reduce tab height to match account page

- Reduce hero section padding (py: 4 → 2.5, px lg: 4 → 3) - Reduce main content area padding (px lg: 4 → 2, pb: 6 → 2) - Reduce tab bar margin (mb: 3 → 1.5) - C...

kamo·5mo ago
Fixkamo-internal

Rename page header to My Account, tab to My Profile, normalize spacing and tab sizing

- Page header changed from "My Profile" to "My Account" - First tab renamed from "My Account" to "My Profile" - Normalize all tab content padding to match /sett...

kamo·5mo ago
Fixkamo-internal

Restore animated backgrounds to header, rename Avatar to Photo, fix background management

- Restore Ken Burns animated background images to MemberHeader with org/custom background support via new props (useOrgBackgrounds, customBackgrounds) - Renam...

kamo·5mo ago
Featurekamo-internal

Redesign member settings with modular tab architecture and card-based edit UI

Merge Profile and Membership & Permissions tabs into unified "My Account" tab with section-based edit-on-click cards. Extract functionality into dedicated tabs:...

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