From ac038b89f28076aeae8ac775dc26519fd680f303 Mon Sep 17 00:00:00 2001 From: Jiang Bohan Date: Tue, 21 Apr 2026 17:34:46 +0800 Subject: [PATCH] docs: drop PostHog items from v0.2.11, promote multica update to feature Analytics plumbing is not user-perceivable; replace the PostHog feature and the PostHog default-off fix with multica update (CLI self-update) as a feature and keep the Windows daemon persistence as a fix. --- apps/web/features/landing/i18n/en.ts | 7 +++---- apps/web/features/landing/i18n/zh.ts | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/apps/web/features/landing/i18n/en.ts b/apps/web/features/landing/i18n/en.ts index 3cb1d035c..c43825f18 100644 --- a/apps/web/features/landing/i18n/en.ts +++ b/apps/web/features/landing/i18n/en.ts @@ -285,18 +285,17 @@ export const en: LandingDict = { { version: "0.2.11", date: "2026-04-21", - title: "Analytics Pipeline, Desktop Cross-Platform Packaging & Board Pagination", + title: "Desktop Cross-Platform Packaging, CLI Self-Update & Board Pagination", changes: [], features: [ - "Product analytics pipeline with activation funnel events powering onboarding and retention insights", "Desktop app cross-platform packaging — macOS, Windows, and Linux artifacts from a single release pipeline", + "`multica update` self-update command — upgrade the CLI and local daemon without reinstalling", "Issue board paginates every status column, not only Done — large backlogs stay responsive", ], fixes: [ "Workspace isolation enforced end-to-end for agent execution on the local daemon (security)", - "`multica update` self-update command, and the Windows daemon now stays alive after the terminal closes", + "Windows daemon stays alive after the terminal closes, so background agents keep running", "Board cards render their description preview again — list queries no longer strip the description field", - "PostHog autocapture and session recording disabled by default — opt-in only, noisier telemetry off", "Comment Markdown preserved end-to-end — the HTML sanitizer that was stripping formatting has been removed", ], }, diff --git a/apps/web/features/landing/i18n/zh.ts b/apps/web/features/landing/i18n/zh.ts index 4e774bf2c..89a67dc8a 100644 --- a/apps/web/features/landing/i18n/zh.ts +++ b/apps/web/features/landing/i18n/zh.ts @@ -285,18 +285,17 @@ export const zh: LandingDict = { { version: "0.2.11", date: "2026-04-21", - title: "分析埋点、桌面应用跨平台打包与看板分页", + title: "桌面应用跨平台打包、CLI 自更新与看板分页", changes: [], features: [ - "新增产品埋点管线与激活漏斗事件,支撑新用户转化与留存分析", "桌面应用跨平台打包——同一条发布流水线产出 macOS、Windows 和 Linux 安装包", + "新增 `multica update` 自更新命令——无需重装即可升级 CLI 和本地 Daemon", "Issue 看板所有状态列都支持分页(不再只是 Done 列),大积压下依然流畅", ], fixes: [ "本地 Daemon 对 Agent 执行强制端到端工作区隔离(安全)", - "新增 `multica update` 自更新命令;Windows 下 Daemon 终端关闭后继续常驻", + "Windows 下 Daemon 终端关闭后继续常驻,后台 Agent 不再被意外终止", "看板卡片重新显示描述预览——列表查询不再丢掉 description 字段", - "默认关闭 PostHog 自动采集与会话回放——埋点改为按需开启,降噪并保护隐私", "评论 Markdown 全链路保留——移除会误伤格式的 HTML sanitizer", ], },