Журнал змін

Дивись, що ми будуємо, в режимі реального часу. Кожна функція, фіксація та вдосконалення, що надходить на платформу.

17,896
Загальні зміни
4,600
Особливості
4,522
Фіксатори
32
Проекти
Фільтр за проектом
Всі проекти17,896AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService364InitializerService299KBService74KlusterServices542MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,565kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
Фільтр за типом
Всі типиBuild24CI522Chore670Docs226Feature4,600Fix4,522Other6,781Performance136Refactor274Revert23Style48Test69Upgrade1
February 5, 2026
Otherkamo-analytics

Fix share url.

Brian Cao·7mo ago
Otherkamo-analytics

use website_event_stats_hourly view for excludeBounceQuery

Francis Cao·7mo ago
Otherkamo-analytics

use website_event_stats_hourly view for excludeBounceQuery

Francis Cao·7mo ago
Otherkamo-analytics

Fix share token for public share pages

Mike Cao·7mo ago
February 4, 2026
Otherkamo-analytics

fix pixel/link canViewWebsite

Francis Cao·7mo ago
Fixkamo-internal

Stabilize connection line physics and mouse proximity

- Only apply mouse proximity force after mouse has moved (avoids 0,0 affecting lines on load) - Guard mouse position with Number.isFinite before use - Clamp con...

kamo·7mo ago
CISecurityService

Trigger pipeline

Kamo·7mo ago
Otherkamo-analytics

fix bad import

Francis Cao·7mo ago
Fixkamo-internal

Увімкніть рядок заголовка та сітку для нижніх секцій

- Використовуйте вар (-color-primary) для CRM, E-Mail, розділ телефону - Використовуйте 3-колюмну сітку на lg для електронної пошти та телефону (3 карти) для по...

kamo·7mo ago
Otherkamo-analytics

fix bounce checkbox for share page

Francis Cao·7mo ago
Otherkamo-internal

Фіксувати вкладки ринку, статус на ринку, параметри фільтра, префіксувати головний ідентифікатор L

- Вкладка ринку: фільтр свинцем. маркетІд і постачальникПродукти, коли вибрано ринок - Статус/Sub Status: використання доступнихStatuses для параметрів фільтра ...

kamo·7mo ago
Otherkamo-analytics

only show bounce filter on overview

Francis Cao·7mo ago
Otherkamo-analytics

Merge branch 'dev' of **************** into dev

Francis Cao·7mo ago
Otherkamo-analytics

fix total visitors query to exclude event_type

Francis Cao·7mo ago
Otherkamo-analytics

Moved bounce filter to filter form.

Mike Cao·7mo ago
Otherkamo-analytics

website API shareId compatibility updates

Francis Cao·7mo ago
Otherkamo-internal

Задня кнопка на машинці, відновлення фільтрів при поверненні з вигляду

- HeaderBar: add Back to Lead Браузер кнопка (ArrowBack) в Провідному інформаційний заголовок - LeadManager: персистентні фільтри / таб до сеансуСтораж перед ві...

kamo·7mo ago
Otherkamo-internal

Switch to base28, remove 5 and S from alphabet

- Rename toBase30 to toBase28; use 28-char alphabet - Lead/doc formatters now use toBase28 internally

kamo·7mo ago
Otherkamo-internal

Agent column from assignedEmployee, base30 lead/doc ID formats

- Agent column shows assignedEmployee.fullName or 'Unassigned' - Add assignedEmployee to Lead type; use valueGetter for sort/filter - LeadManager: use toBase30L...

kamo·7mo ago
Featurekamo-shared-library

Попульована компаніяПродукти зв'язки при fetching веде

Update GetLeadsByOrganizationId() для того, щоб заселити @Transient постачальникПродукт поле для кожного свинцю, який має постачальникаProductId. Це забезпечує ...

Kamo·7mo ago
Featurekamo-internal

Improve lead grid with base30 IDs, raven icon, All Markets tab, and Market column

- Add toBase30() function for consistent ID representation across LeadManager and DocManager - Fix Grim status icon in tabs to use raven.ico (matching the datag...

kamo·7mo ago
February 3, 2026
Featurekamo-shared-library

Додавання статусу, підстатку, джерела та дати

- Додано статус, субстатус, джерело, датаCreated, і isActive поля для Провідної особи - Оновлено LeadDTO з фронтенд-сумісними полями (статус, субстатус, джерело...

Kamo·7mo ago
Featurekamo-shared-library

Рефактор Lead від String до працівника посилання

- Змінений Lead.assignedUser (String) для Lead.assignedEmployee (Employee) - Додано провідну асоціацію з метою відстеження історії - Додано LeadAssignmentType E...

Kamo·7mo ago
Otherkamo-analytics

Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1

Bumps @isaacs/brace-expansion from 5.0.0 to 5.0.1. --- updated-dependencies: - dependency-name: "@isaacs/brace-expansion" dependency-version: 5.0.1 depende...

dependabot[bot]·7mo ago
Otherkamo-internal

Add mouse proximity physics effect to connection lines

- Checks 5 points along the curve for proximity detection - 80px effect radius - lines respond when mouse gets close - Force strength uses inverse square fallof...

kamo·7mo ago
Otherkamo-internal

Destination task item border matches line animation

- New destinationGlow keyframe animation with 4 phases - Border color animates through amber → gold → white → gold → amber - Matches the flowing gradient animat...

kamo·7mo ago
Otherkamo-internal

Auto-expand answers and highlight connected items

Answer Input (TaskSideBar): - New answer field appears immediately when typing in last field - Focus stays in current field while typing - Empty placeholder fie...

kamo·7mo ago
Fixkamo-internal

New answer field maintains focus while typing

- Added local state for new answer input (newAnswerValue) - Input no longer triggers array update on each keystroke - Answer is added on blur or when pressing E...

kamo·7mo ago
Otherkamo-internal

Auto-expanding answers and consistent background colors

TaskSideBar (Task Item Settings): - Removed "Add Answer" button - Added auto-expanding input field that appears after existing answers - Typing in the placehold...

kamo·7mo ago
Fixkamo-internal

Restore task item selection while keeping line clicks

- SVG container back to pointer-events-none (allows clicks to pass through) - Hit area paths use pointer-events: stroke (only the line itself is clickable) - Vi...

kamo·7mo ago
Otherkamo-internal

Add clickable relationship lines with selection and delete

- Lines can now be clicked to select them (with wider hit area for easier clicking) - Selected lines highlight in amber/orange color with animated flowing gradi...

kamo·7mo ago
Otherkamo-internal

Update sidebar colors and adjust line positions

- TaskSideBar background now uses 18% primary (same as task items) - TaskSideBar text changed to gray-900 for contrast - Input fields use 8% primary background ...

kamo·7mo ago
Fixkamo-internal

Position logo between background color and grid lines

- Removed duplicate backgroundColor from canvas-container - Background color is on scroll container, logo is fixed above it - Grid lines overlay on top of logo ...

kamo·7mo ago
Otherkamo-internal

Update task item colors and add centered logo background

- TaskItem background now uses color-mix (18% primary) - 10% darker than canvas - Removed hardcoded bg-white from TaskItem in favor of dynamic primary color - A...

kamo·7mo ago
Otherkamo-internal

Use primary color from globals.css for canvas background

- Background color uses color-mix to create very light primary (8% primary + white) - Grid lines use color-mix with 15% primary color for subtle contrast - Matc...

kamo·7mo ago
Otherkamo-internal

Source bullets on top of task items, +15px offset

Visual improvements: - Split SVG into two layers: lines (z-index: 1, behind) and bullets (z-index: 10, on top) - Source bullets now render AFTER task items in D...

kamo·7mo ago
Otherkamo-internal

Fix connection line source position, improve sag, add smart spawning

Fixes: - Source position now correctly uses offsetX/offsetY from where connection icon was clicked (not hardcoded to task item width) - Both established conne...

kamo·7mo ago
Otherkamo-internal

Add visual improvements to connection lines

- Add source bullet (circle) at start of each line, at right edge of task item - Arrow now ends at left of title area (vertical center), with 3px gap from borde...

kamo·7mo ago
Otherkamo-internal

Complete rewrite of connection lines with direct DOM manipulation

Key changes: - Use direct DOM manipulation (setAttribute) instead of React state for line updates - Single rAF loop runs continuously and updates all path eleme...

kamo·7mo ago
Otherkamo-internal

Fix connection lines during drag and after drop

- Use uncontrolled Draggable (defaultPosition, no position) so DOM updates every frame during drag; sync state only on onStop - Store node positions in state ...

kamo·7mo ago

Як ви бачите відправлення?

Кожен з цих оновлень землі в робочому просторі автоматично. Почати вільний час і дивитися його на тиждень після тижня.

БезкоштовноПерегляд цін