Live Change Log

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

18,042
Total Changes
4,671
Features
4,589
Fixes
32
Projects
Filter by project
All Projects18,042AIService114APIService140BillingService133ConversionService87DaemonService109DocsService191ESigService80EmailService392InitializerService304KBService76KlusterServices550MCPGatewayService45MediaService466RAGService63SecurityService1,532TranslateService47VOIPService175VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,606kamo-login319kamo-marketing590kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,332kamo-signer-monorepo50kamolos104
Filter by type
All TypesBuild24CI523Chore670Docs231Feature4,671Fix4,589Other6,781Performance136Refactor274Revert23Style48Test71Upgrade1
November 11, 2025
Otherkamo-analytics

Fix DownloadButton to avoid duplicate downloadCsv call

Removed redundant downloadCsv call from handleClick.

Mike Cao·10mo ago
Otherkamo-analytics

Apply suggestion from @greptile-apps[bot]

Mike Cao·10mo ago
Otherkamo-analytics

Added check for REDIS_URL. Closes #3677.

Mike Cao·10mo ago
Otherkamo-analytics

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

Francis Cao·10mo ago
Otherkamo-analytics

add canonicalizeTimezone conversions

Francis Cao·10mo ago
Otherkamo-analytics

Revert "add canonicalizeTimezone conversions"

This reverts commit ****************

Francis Cao·10mo ago
Otherkamo-analytics

add canonicalizeTimezone conversions

Francis Cao·10mo ago
November 10, 2025
Otherkamo-analytics

implement generateTimeSeries for eventsChart

Francis Cao·10mo ago
Otherkamo-analytics

fix realtime logs for mobile

Francis Cao·10mo ago
Otherkamo-analytics

manually include basePath

Francis Cao·10mo ago
Otherkamo-analytics

Fix null and string return types from getWebsiteStats

Francis Cao·10mo ago
Otherkamo-analytics

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

Francis Cao·10mo ago
Otherkamo-analytics

Fix revenue bigInt but and case insensitive currency

Francis Cao·10mo ago
November 8, 2025
Otherkamo-analytics

Merge pull request #3706 from metaloozee/3703

fix: Redirect loop on auth failure

Mike Cao·10mo ago
Otherkamo-analytics

Merge pull request #3688 from ****************

Fixing docker image name

Mike Cao·10mo ago
Fixkamo-analytics

Redirect loop on auth failure

metaloozee·10mo ago
Fixkamo-analytics

Disable download button when no data available

Prince EKPINSE·10mo ago
Fixkamo-analytics

Disable download button when no data available

Prince EKPINSE·10mo ago
Otherkamo-analytics

New docker workflow.

Mike Cao·10mo ago
Otherkamo-analytics

Fixed Docker permissions.

Mike Cao·10mo ago
November 7, 2025
Otherkamo-analytics

Fixed tags in build.

Mike Cao·10mo ago
Otherkamo-analytics

Updated GH workflow.

Mike Cao·10mo ago
Otherkamo-analytics

Updated README and cd.yml.

Mike Cao·10mo ago
Otherkamo-analytics

Removed workflow script.

Mike Cao·10mo ago
Otherkamo-analytics

Don't publish .sig files.

Mike Cao·10mo ago
Otherkamo-analytics

Always push latest for Docker.

Mike Cao·10mo ago
Otherkamo-analytics

Apply suggestions from code review

Edit for better formatting warning message

mathis5711·10mo ago
Otherkamo-analytics

Fix warning message for updating from analytics V2

Fixing markdown from last commit

mathis5711·10mo ago
Otherkamo-analytics

Update README with deprecation notice for PostgreSQL image

Added warning about deprecation of 'postgresql-latest' image.

mathis5711·10mo ago
Otherkamo-analytics

Change analytics Docker image tag to 'latest'

Updated Docker pull command to use the latest image, because "postgresql-latest" is deprecated.

mathis5711·10mo ago
Otherkamo-analytics

Updated cd script.

Mike Cao·10mo ago
Otherkamo-analytics

Updated image tag.

Mike Cao·10mo ago
Otherkamo-analytics

Added workflow input.

Mike Cao·10mo ago
Otherkamo-analytics

Fixed build.

Mike Cao·10mo ago
Otherkamo-analytics

Merge branch 'dev'

Mike Cao·10mo ago
Otherkamo-analytics

Removed db types from docker build.

Mike Cao·10mo ago
Otherkamo-analytics

Fixed test.

Mike Cao·10mo ago
Fixkamo-internal

Auto-scroll chat to bottom on load and new messages

Track previous message count and scroll smoothly when new messages arrive; scroll immediately on initial load or when un-minimizing

snadjafinia·10mo ago
Otherkamo-analytics

Fixed update notice.

Mike Cao·10mo ago
November 6, 2025
Fixkamo-internal

Frontend WebSocket persistence - match backend timing and faster reconnect

Heartbeat: 4s -> 20s to match backend, reconnect delay: 5s -> 1s, add 30s connection timeout

snadjafinia·10mo ago
FixMediaService

WebSocket persistent connection with aggressive keepalive

Idle timeout set to 0, heartbeat 20s, disconnect delay 30s, match frontend timing

snadjafinia·10mo ago
Refactorkamo-internal

Unified header design spanning both chat and softphone panels

REMOVED: Status bar from softphone (wifi, signal, time - unnecessary for web app) SHARED HEADER: Title bar now spans both softphone and chat when expanded LAY...

snadjafinia·10mo ago
Fixkamo-internal

Optimize softphone to fit all content without scrolling at 680px height

CHATBOX HEIGHT: 550px -> 680px (optimal balance) PHONE DISPLAY: Reduced minHeight (100/75 -> 85/65), padding (14/16 -> 12/14) CALL CONTROLS: All 9 buttons - p...

snadjafinia·10mo ago
Fixkamo-internal

Reduce ChatBox height to more comfortable 550px

Changed from 85% viewport (750-850px) to fixed 550px for better UX WebRTC call controls remain fully intact and functional

snadjafinia·10mo ago
Featurekamo-internal

Add premium enterprise features - Analytics, CRM, AI Assistant, Advanced

ANALYTICS DASHBOARD - Real-time call metrics with interactive charts CRM INTEGRATION - Customer data, lifetime value, activity tracking AI ASSISTANT - Sentime...

snadjafinia·10mo ago
Featurekamo-internal

Implement 100% enterprise VoIP desk phone features

Complete implementation of 100+ features matching Cisco 8800, Polycom VVX 600, Yealink T58A 7 Tabs: Dialpad, Speed Dial/BLF, History, Voicemail, Contacts, Queu...

snadjafinia·10mo ago
Fixkamo-internal

Make softphone fully visible without scrolling - comprehensive compact layout

CHATBOX HEIGHT: - Changed from fixed 600px to 85% of viewport height - Uses Math.floor(window.innerHeight * 0.85) for responsive sizing - Provides much more ver...

snadjafinia·10mo ago
Fixkamo-internal

Eliminate horizontal scrollbars and increase softphone visibility

LAYOUT FIXES: - Increase DOCKED_HEIGHT from 480px to 600px for better vertical space - Add explicit width constraints (minWidth, maxWidth) to SoftphonePanel roo...

snadjafinia·10mo 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