直播更改日志

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

17,865
变动共计
4,581
特征
4,512
修补
32
项目
按项目过滤
所有项目17,865AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService348InitializerService299KBService74KlusterServices539MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,553kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
按类型过滤
所有类型Build24CI522Chore670Docs226Feature4,581Fix4,512Other6,781Performance136Refactor273Revert23Style48Test68Upgrade1
February 11, 2026
Featurekamo-shared-library

POSService 的企业验证

- 创建零售命令: 请求时无效检查 - 创建Line 项目: 无效检查, 数量 > 0, 单位Price + 0 验证

Kamo·7mo ago
Featurekamo-internal

Enterprise-grade POS UI and API

- posApi: POSApiError class, fetchWithError, structured error handling - useToast + POSToast: centralized snackbar for success/error feedback - posUtils: format...

kamo·7mo ago
Featurekamo-internal

POS domain config, retail order line items, dynamic pipeline tabs

- Add getPOSConfig/updatePOSConfig to posApi, posDomainLabels utility - Extend createOrder with lineItems, add getOrder, RetailOrderLineItem type - PipelineOrde...

kamo·7mo ago
FixSecurityService

Resolve Map type inference in POS controllers for CI compilation

- Use explicit Map<String, Object> in ResponseEntity Map.of() calls - Fixes 'incompatible types: inference variable V has incompatible bounds' when mixing DTO...

Kamo·7mo ago
FeatureSecurityService

Add POS controllers for retail products, inventory, and orders

- RetailProductController: CRUD for products - RetailInventoryController: inventory stock management - POSController: orders and mortgage applications

Kamo·7mo ago
FixInitializerService

数据Loader IO 排除导入并模拟主任务 FK 错误

- 加上缺的java.io. 复制 JavaEnums ToNextJS 的例外导入 - 使用已保存的“主机”,而不是为模拟数据保存“主机” FK 制约性违法行为(指定 by id/指定 to id) - 删除未使用的铅分配 导入类型

Kamo·7mo ago
Featurekamo-shared-library

添加 POS/ 库存域实体、 DTO、 repos 和服务

- 增加POS豆(零售、租赁、抵押、订阅、供应商) - 添加零售产品、零售库存、零售订单、抵押款App DVDO - 添加零售服务、零售库存服务、软件服务 - 增加零售、抵押、租赁、订阅、供应商的储存库 - 更新嵌入状态

Kamo·7mo ago
Otherkamo-internal

POS 重组: API 通过 APIService, 管理员设置, 管道给用户

- API 代理: POS 请求转发到APIService( 转发到安全服务) - 设置:新POS 主设置 +/ sets/ setatures/ pos 下的系统部分 - POS管理员:设置中的产品目录和库存管理 - 管道:仅供用户使用(台板、命令、应用程序) - Apps & 特性: 添加了 POS 系统应用程序,...

kamo·7mo ago
February 10, 2026
Otherkamo-analytics

fix mobile nav

Francis Cao·7mo ago
Otherkamo-analytics

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

Francis Cao·7mo ago
Otherkamo-analytics

do not pass in shareId in websiteEditForm

Francis Cao·7mo ago
Otherkamo-analytics

do not pass in shareId in websiteEditForm

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

Merge pull request #4006 from ****************

feat: add SKIP_BUILD_GEO env variable

Francis Cao·7mo ago
Otherkamo-analytics

Fix tooltip sizing for websitechart

Francis Cao·7mo ago
Otherkamo-analytics

Use i18n for board component strings, show controls in edit mode, require website before editing

- Replace raw strings with useMessages hook in BoardColumn and BoardComponentSelect - Show WebsiteControls on edit screen so users can test filters - Disable bo...

Mike Cao·7mo ago
Otherkamo-analytics

Add board component selector with live preview

Allows users to select and inject analytics components into board cells. Includes component registry, renderer, selector modal with category menu, config fields...

Mike Cao·7mo ago
Otherkamo-analytics

Updated zod validation on date range.

Mike Cao·7mo ago
Otherkamo-analytics

Add Web Vitals performance tracking (LCP, INP, CLS, FCP, TTFB)

End-to-end performance metrics tracking: dedicated database table with percentile aggregation, tracker collection behind data-perf attribute, /api/send handling...

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

Fix team boards not appearing after creation

Board creation from team context was not passing teamId to the API, causing boards to be saved as personal boards instead of team boards.

Mike Cao·7mo ago
Otherkamo-analytics

Added opacity to tooltips.

Mike Cao·7mo ago
Otherkamo-analytics

Fixed collapse state of website select.

Mike Cao·7mo ago
Otherkamo-analytics

Add UserButton to SideNav, refactor NavButton into TeamsButton

- Create UserButton component at bottom of SideNav with Settings, Language, Theme, Admin, and Logout menu items - Move **************** out of NavButton into ...

Mike Cao·7mo ago
Otherkamo-analytics

Added dotenv-cli.

Mike Cao·7mo ago
Otherkamo-analytics

Removed translations scripts.

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

Translate all 51 locale files, reducing untranslated keys from 6,017 to 862.

12 batch translation scripts covering all language families: East Asian, Romance, Germanic, Nordic, Slavic, Other European, South/Southeast Asian, Tamil, Sinhal...

Mike Cao·7mo ago
Otherkamo-analytics

Add 46 missing translation keys to all locale files.

These keys existed in messages.ts but were missing from the JSON files, previously relying on react-intl defaultMessage fallback.

Mike Cao·7mo ago
Otherkamo-analytics

Simplify i18n: remove old react-intl artifacts, rename formatMessage to t, replace FormattedMessage with t.rich().

- Rewrite messages.ts to plain string key maps (remove MessageDescriptor) - Rewrite useMessages hook to expose t from useTranslations() directly - Rename format...

Mike Cao·7mo ago
Otherkamo-analytics

Merge remote-tracking branch 'origin/dev' into dev

Mike Cao·7mo ago
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

就像你看到的运输?

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

永远开始自由查看定价