Merge pull request #464 from multica-ai/agent/j/272bc2a3
docs(web): add v0.1.7 changelog entry
This commit is contained in:
commit
b85c068e83
2 changed files with 28 additions and 0 deletions
|
|
@ -272,6 +272,20 @@ export const en: LandingDict = {
|
|||
title: "Changelog",
|
||||
subtitle: "New updates and improvements to Multica.",
|
||||
entries: [
|
||||
{
|
||||
version: "0.1.7",
|
||||
date: "2026-04-05",
|
||||
title: "Comment Pagination & CLI Polish",
|
||||
changes: [
|
||||
"Comment list pagination in both the API and CLI",
|
||||
"Inbox archive now dismisses all items for the same issue at once",
|
||||
"CLI help output overhauled to match gh CLI style with examples",
|
||||
"Attachments use UUIDv7 as S3 key and auto-link on issue/comment creation",
|
||||
"@mention assigned agents on done or cancelled issues",
|
||||
"Reply @mention inheritance skips when the reply only mentions members",
|
||||
"Worktree setup preserves existing .env.worktree variables",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.1.6",
|
||||
date: "2026-04-03",
|
||||
|
|
|
|||
|
|
@ -272,6 +272,20 @@ export const zh: LandingDict = {
|
|||
title: "\u66f4\u65b0\u65e5\u5fd7",
|
||||
subtitle: "Multica \u7684\u6700\u65b0\u66f4\u65b0\u548c\u6539\u8fdb\u3002",
|
||||
entries: [
|
||||
{
|
||||
version: "0.1.7",
|
||||
date: "2026-04-05",
|
||||
title: "评论分页与 CLI 优化",
|
||||
changes: [
|
||||
"评论列表支持分页,API 和 CLI 均已适配",
|
||||
"收件箱归档操作现在一次性归档同一 Issue 的所有通知",
|
||||
"CLI 帮助输出重新设计,匹配 gh CLI 风格并增加示例",
|
||||
"附件使用 UUIDv7 作为 S3 key,创建 Issue/评论时自动关联附件",
|
||||
"支持在已完成或已取消的 Issue 上 @提及已分配的 Agent",
|
||||
"回复仅 @提及成员时跳过父级提及继承逻辑",
|
||||
"Worktree 环境配置保留已有的 .env.worktree 变量",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.1.6",
|
||||
date: "2026-04-03",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue