docs(changelog): v0.4.4 (2026-07-17) release entry#5577
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Adds today's user-facing changelog entry across en/zh/ja/ko: a new autopilot schedule editor, an interactive diagram viewer, plus the day's improvements and fixes. Co-authored-by: multica-agent <github@multica.ai>
Per Bohan's review: the Chinese standard for autopilot is 自动化 (as used elsewhere in zh.ts, e.g. 定时自动化 / 触发式自动化), not 自动驾驶. Normalizes all 10 occurrences in the changelog, including the new v0.4.4 entry and earlier historical entries, for consistency. Co-authored-by: multica-agent <github@multica.ai>
multica-eve
force-pushed
the
changelog/2026-07-17-v0.4.4
branch
from
July 17, 2026 09:48
b9fdeed to
afff635
Compare
ba0f3
pushed a commit
to r2d-ai/multica
that referenced
this pull request
Jul 22, 2026
* docs(changelog): add v0.4.4 (2026-07-17) release entry Adds today's user-facing changelog entry across en/zh/ja/ko: a new autopilot schedule editor, an interactive diagram viewer, plus the day's improvements and fixes. Co-authored-by: multica-agent <github@multica.ai> * docs(changelog): use 自动化 for autopilot in zh, matching the standard term Per Bohan's review: the Chinese standard for autopilot is 自动化 (as used elsewhere in zh.ts, e.g. 定时自动化 / 触发式自动化), not 自动驾驶. Normalizes all 10 occurrences in the changelog, including the new v0.4.4 entry and earlier historical entries, for consistency. Co-authored-by: multica-agent <github@multica.ai> --------- Co-authored-by: Eve <eve@multica-ai.local> Co-authored-by: multica-agent <github@multica.ai>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds the
/changelogentry for today's release v0.4.4 (2026-07-17) across all four language sites (en,zh,ja,ko).Covers
v0.4.3..main(21 commits). Entry is written user-facing per the changelog language rules (results, not implementation), with the zh/ja/ko glossary applied (智能体 / エージェント / 에이전트, etc.). Internal-only changes (test-env isolation, GC batching, test serialization) are intentionally excluded from the changelog.Entry highlights
Version
Recorded as a patch bump (
0.4.3→0.4.4) per the versioning rule (default to patch; minor reserved for announce-worthy headline features). The autopilot scheduler and diagram viewer are the two largest items — flagged in the release-confirmation issue for Jiayuan / Bohan to bump to minor if they consider them announce-worthy.Tested
pnpm --filter @multica/web run typecheck— passespnpm --filter @multica/web exec vitest run features/landing/components/changelog-page-client.test.ts— 3/3 passing