mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 13:29:44 +02:00
docs: trim v0.2.11 changelog to user-visible highlights
Drop minor fixes and CLI/daemon polish items — keep only the headline features and the visible user-facing fixes.
This commit is contained in:
@@ -288,19 +288,14 @@ export const en: LandingDict = {
|
||||
title: "Analytics Pipeline, Desktop Cross-Platform Packaging & Board Pagination",
|
||||
changes: [],
|
||||
features: [
|
||||
"Full PostHog analytics pipeline with 6 funnel events for activation tracking (MUL-1122)",
|
||||
"Full PostHog analytics pipeline with 6 activation funnel events (MUL-1122)",
|
||||
"Desktop app cross-platform packaging — build macOS, Windows, and Linux artifacts from a single release pipeline",
|
||||
"Issue board paginates every status column, not only Done — large backlogs stay responsive",
|
||||
"`multica update` self-update command and a persistent Windows daemon that survives terminal close",
|
||||
],
|
||||
fixes: [
|
||||
"Inbox no longer auto-archives an issue when you delete it, and stops remounting `IssueDetail` on every new comment or reaction (MUL-1199)",
|
||||
"Agent tasks triggered by a comment now reliably synthesize a result comment, so replies reach the issue instead of dying in terminal output",
|
||||
"Comment Markdown is preserved end-to-end — the HTML sanitizer that was stripping formatting has been removed",
|
||||
"Desktop shareable URLs default to the local web origin in dev, desktop packaging PATH lookup is hardened, and daemon now enforces workspace isolation for agent execution",
|
||||
"OpenClaw agent runtime reads the real model from `meta.agentMeta.model` instead of guessing, and skills.sh handles nested directory imports",
|
||||
"Issue list queries include `description` so board cards render their preview, and attachment links prefer the CDN domain over the raw endpoint",
|
||||
"PostHog autocapture and session recording disabled by default to reduce noise and protect privacy",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -291,16 +291,11 @@ export const zh: LandingDict = {
|
||||
"完整接入 PostHog 埋点,新增 6 个激活漏斗事件(MUL-1122)",
|
||||
"桌面应用跨平台打包——同一条发布流水线同时产出 macOS、Windows 和 Linux 安装包",
|
||||
"Issue 看板所有状态列都支持分页(不再只是 Done 列),大积压下依然流畅",
|
||||
"`multica update` 自更新命令,Windows 下 Daemon 支持在终端关闭后继续常驻",
|
||||
],
|
||||
fixes: [
|
||||
"收件箱删除 Issue 时不再自动归档;新评论或新表情反应不再导致 `IssueDetail` 重新挂载(MUL-1199)",
|
||||
"评论触发的 Agent 任务现在可靠地生成结果评论,回复进入 Issue 而不是只留在终端",
|
||||
"评论 Markdown 全链路保留——移除会误伤格式的 HTML sanitizer",
|
||||
"桌面应用开发模式下分享链接默认指向本地 Web;桌面打包 PATH 查找更稳;Daemon 现在对 Agent 执行强制工作区隔离",
|
||||
"OpenClaw Agent 改为从 `meta.agentMeta.model` 读取真实模型;`skills.sh` 正确处理嵌套目录导入",
|
||||
"Issue 列表查询默认带上 `description`,看板卡片摘要正常显示;附件链接优先使用 CDN 域名",
|
||||
"默认关闭 PostHog 的自动采集和会话回放,降噪并保护隐私",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user