Skip to content

0.5.1

Choose a tag to compare

@github-actions github-actions released this 10 Aug 11:15
· 56 commits to main since this release

Source hygiene

  • The fading and hiding that focus mode lays over the app now follow classes the plugin puts on each pane, rather than :has() selectors that ask what a pane contains. The plugin review warns against those, because the browser re-checks them broadly as the page changes.

Nothing behaves differently. This release exists so the published stylesheet passes the review's CSS lint.

Compatibility: Obsidian 1.13.0 or later.


源码规范

  • 专注模式覆盖在应用上的淡化与隐藏,现在依据插件为每个窗格标注的类,而不再用询问窗格内容的 :has() 选择器。插件审查对这类选择器提出警告,因为页面变化时浏览器需要大范围地重新检查它们。

行为没有任何变化。本次发布只为让公开的样式表通过审查的 CSS 检查。

兼容性:Obsidian 1.13.0 或更高版本。

Full Changelog: 0.5.0...0.5.1