Releases: xlbaoxl/interactive-map-builder
Releases · xlbaoxl/interactive-map-builder
Release list
Interactive Map Builder v0.4.4
What's Changed
Full Changelog: v0.4.3...v0.4.4
Interactive Map Builder v0.4.3
What's Changed
Full Changelog: v0.4.2...v0.4.3
Interactive Map Builder v0.4.2
What's Changed
Full Changelog: v0.4.1...v0.4.2
Interactive Map Builder v0.4.1
What's Changed
Full Changelog: v0.4.0...v0.4.1
Interactive Map Builder v0.4.0
What's Changed
Full Changelog: v0.3.2...v0.4.0
Interactive Map Builder v0.3.2
What's Changed
Full Changelog: v0.3.1...v0.3.2
Interactive Map Builder v0.3.1
What's Changed
- Clean up v0.3 contracts and demo sources by @xlbaoxl in #2
- Use pyproject as the single dependency contract by @xlbaoxl in #3
- Rewrite README around product value and quick start by @xlbaoxl in #4
- Release v0.3.1: intent discovery, doctor, evals, and Skill distribution by @xlbaoxl in #5
Full Changelog: v0.3.0...v0.3.1
Interactive Map Builder 0.3.0
Added / 新增
- 新增确定性的
en-US与zh-CNlocale 资源,统一管理界面文案、ARIA 标签、字段别名、
缺失值、静态图说明和交付指南。
Added deterministicen-USandzh-CNlocale resources for interface copy, ARIA labels,
field aliases, missing values, static-figure notes, and delivery guidance. - 新增中英文 GitHub Pages 首页及四个本地化地图页面,并提供四张 1600×900 对应截图。
Added English and Chinese GitHub Pages landing pages, four localized map pages, and four
matching 1600×900 screenshots. - 对复杂或含糊的任务在首轮非阻塞建议 Plan mode;用户不切换时,持续使用
[x] Confirmed、[~] Inferred与[ ] Needs confirmation需求清单补齐信息差。
Added a non-blocking first-round Plan mode recommendation for complex or ambiguous tasks,
with a persistent Confirmed/Inferred/Needs confirmation checklist when users stay in the
default mode.
Changed / 变更
- MapSpec 直接升级到 1.1,仅接受
schema_version: 1.1;locale仅接受en-US
或zh-CN,默认值改为en-US。
Upgraded MapSpec directly to 1.1, accepting onlyschema_version: 1.1;localenow accepts
onlyen-USorzh-CNand defaults toen-US. init-spec与run新增--locale;所有模板、示例、测试和文档均升级到 MapSpec 1.1。
Added--localetoinit-specandrun, and upgraded templates, examples, tests, and
documentation to MapSpec 1.1.- 构建交付说明统一改名为
README_USAGE.md,并按地图 locale 生成内容。
Renamed the build delivery guide toREADME_USAGE.mdand localized its contents according to
the map locale. - 真实 NYC 示例改用语言中立分类代码与本地化显示字段;官方地名继续保留原文。
Refactored the real NYC examples to use language-neutral category codes and localized display
fields while preserving official place names. - 包版本更新为 0.3.0,并补充 Homepage、Repository 与 Issues 元数据。
Updated the package version to 0.3.0 and added Homepage, Repository, and Issues metadata.
Removed / 移除
- 移除 MapSpec 1.0 支持与兼容代码;旧配置会提示重新运行
inspect与init-spec。
Removed MapSpec 1.0 support and compatibility code; old configurations now direct users to
reruninspectandinit-spec. - 删除已完成蒸馏的中文实施记录和冗余产品调研文件,保留规则已并入英文技术指南。
Removed the distilled Chinese implementation note and redundant product-research file after
preserving durable rules in the English technical guidance.