Skip to content

v0.3.2

Choose a tag to compare

@luomsis luomsis released this 05 Sep 15:12
· 29 commits to main since this release

新增

  • 文档集中双语化docs/ 改为 zh/ + en/ 镜像结构(CONTEXT.mdDECISIONS.md、ADR 迁入 docs/zh/),新增全量英文版 CHANGELOG.en.mddocs/en/**;README、CHANGELOG 留在仓库根部。
  • README 英文版与 launch 打磨:新增 README.en.md;badges、「为什么是 repowiki」对比表、Features、用法(Usage)、Roadmap、Contributing、社区入口、目录。
  • 新增 skills/repowiki/SKILL.en.md(SKILL.md 的英文姊妹版);每对双语文档顶部互加切换链接。

修复

  • 语言自动检测优先 README.mddetect_locale 原取 sorted(glob("README*")) 的第一个——README.en.md 排序在 README.md 之前,双语仓库的 plan --replan 会把产出语言误判为 en;现在 README.md 存在时以其为准,缺失才回退其余 README*。

Added (English)

  • Centralized bilingual docs: docs/ restructured into zh/ + en/ mirrors, full English CHANGELOG.en.md and docs/en/**; English README with launch polish (badges, why/features/usage, roadmap, contributing, community).
  • Fixed locale auto-detection to prefer README.md over translated siblings, so bilingual repos no longer misdetect en on replan.

Full Changelog: v0.3.1...v0.3.2