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.
This commit is contained in:
Jiang Bohan
2026-04-21 17:34:46 +08:00
parent 9628bd9f06
commit ac038b89f2
2 changed files with 6 additions and 8 deletions

View File

@@ -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",
],
},

View File

@@ -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",
],
},