From 351528f742f9ddeca2e81600058e5d3c270e9496 Mon Sep 17 00:00:00 2001 From: Eve Date: Tue, 16 Jun 2026 17:38:08 +0800 Subject: [PATCH] docs: adjust 2026-06-16 changelog wording Co-authored-by: multica-agent --- apps/web/features/landing/i18n/en.ts | 3 +-- apps/web/features/landing/i18n/ja.ts | 3 +-- apps/web/features/landing/i18n/ko.ts | 3 +-- apps/web/features/landing/i18n/zh.ts | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/apps/web/features/landing/i18n/en.ts b/apps/web/features/landing/i18n/en.ts index e6d2351f8..7361b5a84 100644 --- a/apps/web/features/landing/i18n/en.ts +++ b/apps/web/features/landing/i18n/en.ts @@ -295,7 +295,7 @@ export function createEnDict(allowSignup: boolean): LandingDict { { version: "0.3.23", date: "2026-06-16", - title: "Issue Date Filters, Safer Comments, and More Reliable Agents", + title: "Issue Date Filters and More Stable Agent Runs", changes: [], features: [ "Issues can now be filtered by created or updated date, with quick ranges and custom date selections", @@ -305,7 +305,6 @@ export function createEnDict(allowSignup: boolean): LandingDict { improvements: [ "Web and desktop failures are now easier to investigate with clearer reports for errors, freezes, and crashes", "Project rows, comment previews, and comment composers are more consistent and easier to use", - "Codex and Cursor documentation now reflects working session resume support", ], fixes: [ "Reply and edit previews now show the right agents or squads before a comment is saved", diff --git a/apps/web/features/landing/i18n/ja.ts b/apps/web/features/landing/i18n/ja.ts index 32a12cb4f..a31c41170 100644 --- a/apps/web/features/landing/i18n/ja.ts +++ b/apps/web/features/landing/i18n/ja.ts @@ -271,7 +271,7 @@ export function createJaDict(allowSignup: boolean): LandingDict { { version: "0.3.23", date: "2026-06-16", - title: "Issue の日付フィルター、安全なコメント、安定したエージェント", + title: "Issue の日付フィルターとエージェント実行の安定性向上", changes: [], features: [ "Issue を作成日または更新日で絞り込めるようになり、クイック期間やカスタム日付を選べます。", @@ -281,7 +281,6 @@ export function createJaDict(allowSignup: boolean): LandingDict { improvements: [ "Web とデスクトップのエラー、フリーズ、クラッシュ報告が分かりやすくなり、原因調査がしやすくなりました。", "プロジェクト行、コメントのプレビュー、コメント作成まわりの操作がより一貫して使いやすくなりました。", - "Codex と Cursor のドキュメントを更新し、既存セッションの再開サポートを反映しました。", ], fixes: [ "返信やコメント編集を保存する前に、どのエージェントやスクワッドが動き始めるかをより正確に確認できます。", diff --git a/apps/web/features/landing/i18n/ko.ts b/apps/web/features/landing/i18n/ko.ts index 2070c5e08..a52024d61 100644 --- a/apps/web/features/landing/i18n/ko.ts +++ b/apps/web/features/landing/i18n/ko.ts @@ -270,7 +270,7 @@ export function createKoDict(allowSignup: boolean): LandingDict { { version: "0.3.23", date: "2026-06-16", - title: "Issue 날짜 필터, 더 안전한 댓글, 더 안정적인 에이전트", + title: "Issue 날짜 필터와 더 안정적인 에이전트 실행", changes: [], features: [ "Issue를 생성일 또는 수정일 기준으로 필터링할 수 있으며, 빠른 기간과 사용자 지정 날짜를 선택할 수 있습니다.", @@ -280,7 +280,6 @@ export function createKoDict(allowSignup: boolean): LandingDict { improvements: [ "웹과 데스크톱의 오류, 멈춤, 충돌 보고가 더 명확해져 문제를 조사하기 쉬워졌습니다.", "프로젝트 행, 댓글 미리보기, 댓글 작성기가 더 일관되고 사용하기 쉬워졌습니다.", - "Codex와 Cursor 문서가 기존 세션 이어받기 지원을 반영하도록 업데이트되었습니다.", ], fixes: [ "답글과 댓글 편집을 저장하기 전에 어떤 에이전트나 스쿼드가 실행될지 더 정확하게 미리 보여줍니다.", diff --git a/apps/web/features/landing/i18n/zh.ts b/apps/web/features/landing/i18n/zh.ts index 3e0c5ea65..700c7d503 100644 --- a/apps/web/features/landing/i18n/zh.ts +++ b/apps/web/features/landing/i18n/zh.ts @@ -295,7 +295,7 @@ export function createZhDict(allowSignup: boolean): LandingDict { { version: "0.3.23", date: "2026-06-16", - title: "Issue 日期筛选、更安全的评论和更稳定的智能体", + title: "Issue 日期筛选和提高智能体运行稳定性", changes: [], features: [ "Issue 现在可以按创建时间或更新时间筛选,支持快捷时间范围和自定义日期", @@ -305,7 +305,6 @@ export function createZhDict(allowSignup: boolean): LandingDict { improvements: [ "网页端和桌面端的错误、卡顿和崩溃现在更容易定位,问题反馈会带上更清楚的信息", "项目列表行、评论预览和评论编辑器体验更一致,导航和附件操作更顺手", - "Codex 和 Cursor 文档已更新,说明现在可以恢复已有会话", ], fixes: [ "回复和编辑评论前,现在会更准确地预览哪些智能体或小队会开始运行",