Skip to content

0.0.2

Choose a tag to compare

@github-actions github-actions released this 30 May 01:11
· 52 commits to main since this release

English

Added

  • const texture diagnostics now require explicit default assets (for example Path(...)) and report targeted semantic errors.
  • Hover docs overrides now have a visual table editor (Path + Content) with validation summary and sample row insertion.
  • Unsupported import extension quick-fix now surfaces clear “will update preferred default” behavior hints in UI.
  • Added localized changelog strategy for the welcome page, with English CHANGELOG.md and Chinese CHANGELOG.zh-CN.md.

Changed

  • Unsupported import extension quick-fix ranking is now smarter: resolvable candidates are prioritized, preferred defaults are highlighted, and auto-update behavior is explicit.
  • Editor assistance has been expanded: .dsm import completion is richer, hover docs coverage is broader, and user-declared functions participate in signature/inlay hints.
  • Package store dialog UX state handling was tightened and covered by expanded UI regression tests (DPKG-UI-001 to DPKG-UI-006).

Removed

  • Removed built-in library fallback from material expression manifest resolution to avoid stale implicit data sources.

中文

新增

  • const 纹理语义诊断现在要求显式默认资源(例如 Path(...)),并提供更精准的错误定位。
  • Hover 文档覆盖项新增可视化表格编辑器(Path + Content),支持校验摘要与示例行插入。
  • 不受支持的 import 扩展名快速修复在 UI 中新增“将更新默认偏好”的明确提示。
  • 欢迎页变更说明支持本地化分文件策略:英文使用 CHANGELOG.md,中文使用 CHANGELOG.zh-CN.md

变更

  • 不受支持 import 扩展名的快速修复排序更智能:优先可解析候选、突出首选默认项,并明确自动更新行为。
  • 编辑辅助能力增强:.dsm import 补全更丰富,Hover 文档覆盖面更广,用户声明函数已接入签名提示/参数内联提示。
  • Package Store 对话框状态管理进一步收敛,并补充 UI 回归测试覆盖(DPKG-UI-001DPKG-UI-006)。

移除

  • 移除了 Material Expression Manifest 解析中的内置库兜底,以避免陈旧隐式数据源。