Skip to content

1.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Jun 17:09

[1.2.1] - 2026-06-05

Changed

  • Updated the minimum supported Obsidian version to 1.13.0.
  • Aligned settings, modal, and view code with current Obsidian review guidance for UI structure, popout compatibility, and safer DOM updates.

Fixed

  • Removed leaf detachment during plugin unload so moved views keep their workspace placement.
  • Replaced direct innerHTML, prompt, confirm, and require() usage with safer UI flows and static imports.
  • Reworked dynamic styling to rely on CSS classes and setCssProps() instead of direct static style assignments.
  • Reduced unsafe typing around persisted session data, frontmatter synchronization, and modal element access.
  • Awaited workspace leaf reveal operations and wrapped modal callbacks so Obsidian review checks no longer flag floating promises.
  • Moved timer, board, token, avatar, condition, and HP bar dynamic presentation to CSS-variable driven classes for stricter UI review compatibility.