diff --git a/apps/web/features/landing/i18n/en.ts b/apps/web/features/landing/i18n/en.ts index e43552f8ae..d4e4b2e4a8 100644 --- a/apps/web/features/landing/i18n/en.ts +++ b/apps/web/features/landing/i18n/en.ts @@ -277,6 +277,24 @@ export const en: LandingDict = { fixes: "Bug Fixes", }, entries: [ + { + version: "0.1.28", + date: "2026-04-13", + title: "Windows Support, Auth & Onboarding", + changes: [], + features: [ + "Windows support — CLI installation, daemon, and release builds", + "Auth migrated to HttpOnly Cookie with WebSocket Origin whitelist", + "Full-screen onboarding wizard for new workspaces", + "Resizable Master Agent chat window with session history improvements", + "Token usage log scanning for OpenCode, OpenClaw, and Hermes runtimes", + ], + fixes: [ + "WebSocket first-message authentication security fix", + "Content-Security-Policy response header", + "Sub-issue progress computed from database instead of paginated client cache", + ], + }, { version: "0.1.27", date: "2026-04-12", diff --git a/apps/web/features/landing/i18n/zh.ts b/apps/web/features/landing/i18n/zh.ts index b192bb1815..fc8199c74f 100644 --- a/apps/web/features/landing/i18n/zh.ts +++ b/apps/web/features/landing/i18n/zh.ts @@ -277,6 +277,24 @@ export const zh: LandingDict = { fixes: "问题修复", }, entries: [ + { + version: "0.1.28", + date: "2026-04-13", + title: "Windows 支持、认证与引导", + changes: [], + features: [ + "Windows 支持——CLI 安装、Daemon 运行和发布构建", + "认证迁移至 HttpOnly Cookie,WebSocket 新增 Origin 白名单", + "新工作区全屏引导向导", + "Master Agent 聊天窗口可调整大小,会话历史体验优化", + "OpenCode、OpenClaw 和 Hermes 运行时 Token 用量日志扫描", + ], + fixes: [ + "WebSocket 首条消息认证安全修复", + "新增 Content-Security-Policy 响应头", + "子 Issue 进度改为从数据库计算而非分页客户端缓存", + ], + }, { version: "0.1.27", date: "2026-04-12",