From dabebe0c12ef72ce573a626abfe42aed9c8031eb Mon Sep 17 00:00:00 2001 From: Bohan Jiang <52446949+Bohan-J@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:34:07 +0800 Subject: [PATCH] docs(changelog): publish v0.2.18 release notes (#1745) * docs(changelog): publish v0.2.18 release notes Today's release covers 13 PRs since v0.2.17. Spotlight is the full Issue Labels feature (backend + CLI + Web UI), plus the Labs settings tab, sidebar invitation indicator, and the sharded Redis realtime relay. Improvements and fixes round out comment rendering, project-icon usage across the app, self-host env-var pass-through, and several Windows-specific agent issues. * docs(changelog): simplify v0.2.18 entries Trim each line to a short, user-facing sentence; drop implementation detail (sharded relay, build-id symlinks, --description-stdin, etc.) per review feedback that the previous draft was too detailed. --- apps/web/features/landing/i18n/en.ts | 21 +++++++++++++++++++++ apps/web/features/landing/i18n/zh.ts | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/apps/web/features/landing/i18n/en.ts b/apps/web/features/landing/i18n/en.ts index a1a62535b..1793b1f08 100644 --- a/apps/web/features/landing/i18n/en.ts +++ b/apps/web/features/landing/i18n/en.ts @@ -283,6 +283,27 @@ export function createEnDict(allowSignup: boolean): LandingDict { fixes: "Bug Fixes", }, entries: [ + { + version: "0.2.18", + date: "2026-04-27", + title: "Issue Labels, Labs Tab & Sidebar Invite Dot", + changes: [], + features: [ + "Issue labels — color-code and filter issues across list, board and detail views", + "Labs settings tab for experimental toggles", + "Sidebar shows a dot when you have an unread workspace invite", + ], + improvements: [ + "Project picker now shows the selected project's icon", + "Sidebar parent items stay highlighted on detail pages", + "Self-hosted deployments correctly honor signup gating env vars", + ], + fixes: [ + "Agent comments preserve line breaks again", + "Desktop RPM no longer conflicts with Slack / VS Code on Fedora", + "Windows agents handle multi-line prompts correctly", + ], + }, { version: "0.2.17", date: "2026-04-26", diff --git a/apps/web/features/landing/i18n/zh.ts b/apps/web/features/landing/i18n/zh.ts index 2e403ec9b..a81fa7687 100644 --- a/apps/web/features/landing/i18n/zh.ts +++ b/apps/web/features/landing/i18n/zh.ts @@ -283,6 +283,27 @@ export function createZhDict(allowSignup: boolean): LandingDict { fixes: "问题修复", }, entries: [ + { + version: "0.2.18", + date: "2026-04-27", + title: "Issue 标签、Labs 设置页与邀请红点", + changes: [], + features: [ + "Issue 标签——给 Issue 上色、分类,列表、看板和详情页都能用", + "新增 Labs 设置页,集中放实验性开关", + "有未读工作区邀请时,侧边栏会出现红点提示", + ], + improvements: [ + "Project 选择器会显示当前所选 Project 的图标", + "进入详情页时,侧边栏父级菜单保持高亮", + "自托管部署正确读取注册放行相关的环境变量", + ], + fixes: [ + "Agent 评论的换行恢复正常显示", + "桌面端 RPM 不再与 Slack / VS Code 在 Fedora 上冲突", + "Windows 下 Agent 能正确处理多行 prompt", + ], + }, { version: "0.2.17", date: "2026-04-26",