Compare commits

...

1 Commits

Author SHA1 Message Date
Jiayuan Zhang
d5e1e0851a chore: simplify v0.1.27 changelog — merge related items, remove trivial entries 2026-04-13 02:52:42 +08:00
2 changed files with 9 additions and 45 deletions

View File

@@ -283,38 +283,20 @@ export const en: LandingDict = {
title: "One-Click Setup, Self-Hosting & Stability",
changes: [],
features: [
"One-click install script — `curl | bash` for cloud CLI, `--local` for full self-hosting setup",
"`multica setup` CLI command with auto-detection of local server",
"Local file storage fallback for self-hosted deployments without S3",
"Custom S3 endpoints for self-hosted storage (MinIO)",
"One-click install & setup — `curl | bash` installs CLI, `--local` bootstraps full self-hosting, `multica setup` auto-detects local server",
"Self-hosted storage — local file fallback when S3 is unavailable, plus custom S3 endpoint support (MinIO)",
"Inline property editing (priority, status, lead) on project list page",
"CLI `--project` filter for issue list",
"CLI `version` command with JSON output and build info",
"Install command copy block on landing page hero",
"CLI install script with auto-upgrade logic",
],
improvements: [
"Stale agent tasks auto-swept and issues reset from in_progress to todo",
"Agent live card shows immediately without waiting for first message",
"Stale agent tasks auto-swept; agent live card shows immediately without waiting for first message",
"Comment attachments uploaded via CLI now visible in the UI",
"Issue mention clicks navigate in same tab instead of opening new tab",
"Pinned items scoped per user with fixed sidebar pin action",
"Preserve last workspace ID across re-login",
"Graceful email degradation for self-hosting (log errors, continue with master code)",
],
fixes: [
"Workspace ownership checks on daemon API routes and attachment uploads",
"Markdown sanitizer preserving code blocks from HTML entity escaping",
"Batch update cycle detection for parent issue relationships",
"OpenClaw backend rewritten to match actual CLI interface",
"Runtime usage chart filtering by date range instead of row count",
"Reply mentions no longer inherit parent thread's agent mentions",
"Markdown sanitizer preserves code blocks from HTML entity escaping",
"Next.js upgraded to ^16.2.3 for CVE-2026-23869",
"CLI daemon start polls health endpoint instead of fixed sleep",
"Skip duplicate auto-comment when agent already posted during task",
"Search input trimmed in assignee and filter pickers",
"randomUUID fallback for non-secure contexts",
"Docker Google OAuth build arg for self-hosting",
"OpenClaw backend rewritten to match actual CLI interface",
],
},
{

View File

@@ -283,38 +283,20 @@ export const zh: LandingDict = {
title: "一键安装、自部署与稳定性",
changes: [],
features: [
"一键安装脚本——`curl | bash` 安装云端 CLI`--local` 完整自部署",
"`multica setup` CLI 命令,自动检测本地服务器",
"自部署无 S3 时本地文件存储回退",
"自部署存储支持自定义 S3 端点MinIO",
"一键安装与配置——`curl | bash` 安装 CLI`--local` 完整自部署`multica setup` 自动检测本地服务器",
"自部署存储——无 S3 时本地文件存储回退,支持自定义 S3 端点MinIO",
"项目列表页支持行内编辑属性(优先级、状态、负责人)",
"CLI `--project` 筛选 Issue 列表",
"CLI `version` 命令支持 JSON 输出和构建信息",
"官网首页新增安装命令复制区块",
"CLI 安装脚本支持自动升级",
],
improvements: [
"过期 Agent 任务自动清扫Issue 从进行中重置为待办",
"Agent 执行卡片立即显示,无需等待首条消息",
"过期 Agent 任务自动清扫;执行卡片立即显示,无需等待首条消息",
"通过 CLI 上传的评论附件现在可在 UI 中显示",
"Issue 提及点击在当前标签页导航",
"置顶项按用户隔离,修复侧边栏置顶操作",
"重新登录时保留上次工作区 ID",
"自部署邮件发送失败时优雅降级(记录错误,继续使用主密码)",
],
fixes: [
"Daemon API 路由和附件上传新增工作区所有权校验",
"Markdown 清洗器保留代码块不被 HTML 实体转义",
"批量更新父 Issue 关系时新增循环检测",
"OpenClaw 后端重写以匹配实际 CLI 接口",
"运行时用量图表改为按日期范围筛选",
"回复评论不再继承父级线程的 Agent 提及",
"Next.js 升级至 ^16.2.3 修复 CVE-2026-23869",
"CLI daemon start 改为轮询健康检查端点",
"Agent 已发布评论时跳过重复自动评论",
"指派人和筛选选择器搜索输入去空格",
"非安全上下文 randomUUID 回退",
"自部署 Docker 构建传递 Google OAuth 参数",
"OpenClaw 后端重写以匹配实际 CLI 接口",
],
},
{