Skip to content

Project Manager Insights 0.2.1

Choose a tag to compare

@CoffeeCheese CoffeeCheese released this 19 Aug 18:44
· 16 commits to main since this release

简体中文

0.2.1 是一次兼容性与审查质量更新,修复 Obsidian 官方插件自动审查中的前四项可处理问题。

  • 为 Obsidian 1.13+ 增加可搜索的声明式设置定义,同时保留 Obsidian 1.7.2–1.12.x 的旧版兼容渲染。
  • 在中英文 README 首行使用与插件清单名称一致的 Markdown 标题。
  • 移除任务筛选中的无效类型断言,并避开不安全的迭代器取值。
  • 移除两处不必要的 CSS !important,保持原生折叠标记隐藏效果。
  • 新增官方审查回归检查,并要求 ESLint 零警告通过。

不需要迁移设置,也不会改变工作量统计规则或 Project Manager 数据。

完整中文发布说明

English

0.2.1 is a compatibility and review-quality update addressing the first four actionable findings from Obsidian's automated plugin review.

  • Add searchable declarative settings for Obsidian 1.13+ while retaining the legacy renderer for Obsidian 1.7.2–1.12.x.
  • Use exact Markdown titles on the first line of both READMEs so automated review can match the manifest name.
  • Remove an unnecessary task-filter assertion and avoid its unsafe iterator value path.
  • Remove two unnecessary CSS !important declarations while preserving hidden native disclosure markers.
  • Add repeatable official-review checks and require ESLint to pass with zero warnings.

No settings migration is required, and workload calculations and Project Manager data are unchanged.

Full English release notes