mirror of
https://github.com/multica-ai/multica.git
synced 2026-06-16 19:29:26 +02:00
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.
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user