直播更改日志

看我们在建什么,实时的。 每个功能,固定, 和改进都跨出平台.

17,933
变动共计
4,614
特征
4,543
修补
32
项目
按项目过滤
所有项目17,933AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService373InitializerService300KBService74KlusterServices546MCPGatewayService43MediaService461RAGService61SecurityService1,523TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,579kamo-login319kamo-marketing585kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,322kamo-signer-monorepo50kamolos102
按类型过滤
所有类型Build24CI523Chore670Docs226Feature4,614Fix4,543Other6,781Performance136Refactor274Revert23Style48Test70Upgrade1
February 7, 2026
Otherkamo-analytics

Fixed tooltip text sizes.

Mike Cao·7mo ago
Otherkamo-analytics

Fix website reports route type error and pass teamId to board WebsiteSelect.

Remove invalid 3rd parameter from GET handler and parse report type from query params instead. Pass teamId to WebsiteSelect in BoardEditHeader so it shows team ...

Mike Cao·7mo ago
Otherkamo-analytics

以下t-intl替换反应-intl并合并lang文件.

将 i18n 从反应- intl 移到下 intl, 取消格式js 编译管道。 翻译文件现在以嵌入式 JSON 的形式存在 公开/信息/信息/(唯一的真相来源),删除重复 src/lang/目录和副本/编译构建步骤。 用户名 钩式API被保留,所以所有的195+消费组件都保持不变.

Mike Cao·7mo ago
Otherkamo-analytics

将会话录音重命名为会话重放到代码库的整个会话 .

重命名所有文件、组件、数据库计划、 API 路由、 钩 消息,并构建从"录制"到"重放"术语的配置.

Mike Cao·7mo ago
Otherkamo-analytics

固定最大按钮在小组.

Mike Cao·7mo ago
Otherkamo-analytics

固定面板和度量衡卡

Francis Cao·7mo ago
Otherkamo-analytics

清理颜色和选择

Francis Cao·7mo ago
February 6, 2026
Otherkamo-analytics

添加基于 rrweb 的会话记录功能 .

为 DOM 抓取和rrweb 播放器使用 rrweb 执行完整会话记录 为回放。 包括: 会话记录模型的Prisma schema,块化 gzip 压缩存储器, 通过 Rollup 创建记录器脚本, 收集 API 端点 录音列表/回放 UI 页面 网站录制设置 并级联删除支持.

Mike Cao·7mo ago
Otherkamo-analytics

将旧的CSS变量迁移到新的反应-zen设计系统.

行程组件, global.cs, 和变量.cs 全部引用旧 CSS 自定义属性 (- base- color- *, -- prime- color, -- text- base) 在@analytics/react-zen中不再存在。 把他们绑到新地方 变量名称并删除已死变量.css文件.

Mike Cao·7mo ago
Otherkamo-analytics

将 BoardPage分解为单个组件并去除调试日志.

取出 BoardRow, Board Column, BoardView Header, BoardEditer, 和 取出 Beditheader, 取出 取出 BoardRow, Board Column, BoardView Header, 取出 取出 取出 取出 取出 取出 取出 取出 取出 板 Constan...

Mike Cao·7mo ago
Otherkamo-analytics

Consolidate WebsiteNavSection into WebsiteNav and fix scrollbar flash.

Move sidebar rendering logic into WebsiteNav with isCollapsed prop so SideNav uses WebsiteNav directly instead of duplicating code. Add overflow hidden to preve...

Mike Cao·7mo ago
Otherkamo-analytics

Fix WebsiteSelect showing empty value on initial load.

Fall back to queried website name when local state hasn't been set yet, since useState only captures the initial value which is undefined before the query resol...

Mike Cao·7mo ago
Otherkamo-analytics

Combine WebsiteNav into SideNav when viewing a website.

Replace the separate 240px WebsiteNav sidebar with website navigation integrated into the main SideNav. When a websiteId is active, SideNav shows a back arrow, ...

Mike Cao·7mo ago
Otherkamo-analytics

Fix ChangeLabel colors to use react-zen theme variables.

Replace old CSS variables with new theme tokens for success, error, and neutral states.

Mike Cao·7mo ago
Otherkamo-analytics

Fixed previous select width.

Mike Cao·7mo ago
Otherkamo-analytics

Fix WebsiteDateFilter width and date popup minimum width.

Remove unnecessary wrapper Row around DateFilter and set min-width on the date picker popover to 200px.

Mike Cao·7mo ago
Otherkamo-analytics

Fix NavButton text not showing and remove unused Sidebar.

Show NavButton text whenever sidebar is not collapsed, not only on pages without sub-navigation. Also remove unused Sidebar component.

Mike Cao·7mo ago
Otherkamo-analytics

Fix Select component usage by removing items prop and render functions.

Replace render function children with mapped ListItem elements and remove the unsupported items prop across all Select instances.

Mike Cao·7mo ago
Otherkamo-analytics

Add hover background to MetricsTable rows.

Mike Cao·7mo ago
Otherkamo-analytics

Rename SideMenu to NavMenu, fix tooltips, and update react-zen.

- Rename SideMenu to NavMenu with visible group title labels and selected item highlighting - Update react-zen to 0.242.0 and fix responsive breakpoints (xs -> ...

Mike Cao·7mo ago
Otherkamo-analytics

Fix TypeScript type errors across multiple files

Mike Cao·7mo ago
Otherkamo-analytics

Updated packages.

Mike Cao·7mo ago
Otherkamo-analytics

Merge branch 'dev' into boards

# Conflicts: # .gitignore # package.json # pnpm-lock.yaml # **************** # prisma/schema.prisma # src/app/(main)/MobileNav.tsx # **************** # ********...

Mike Cao·7mo ago
Otherkamo-analytics

Code cleanup.

Mike Cao·7mo ago
Otherkamo-analytics

Add board view/edit mode separation with cancel button.

/boards/[id] is now view mode (read-only) with an edit button. /boards/[id]/edit is edit mode with save and cancel buttons. Save navigates back to view, cancel ...

Mike Cao·7mo ago
Featurekamo-analytics

Add SKIP_BUILD_GEO env variable

Closes #4004

Diogo Correia·7mo ago
Otherkamo-analytics

implement UTM filters and fields

Francis Cao·7mo ago
February 5, 2026
Otherkamo-analytics

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

Francis Cao·7mo ago
Otherkamo-analytics

fix getURL for share

Francis Cao·7mo ago
Otherkamo-analytics

Fix share url.

Brian Cao·7mo ago
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
Otherkamo-analytics

fix bad import

Francis Cao·7mo ago
Otherkamo-analytics

fix bounce checkbox for share page

Francis Cao·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

就像你看到的运输?

每一个都自动更新您工作空间的地盘。 开始自由,看它成长 一周又一周.

永远开始自由查看定价