Skip to content

1.3.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 18:34
· 18 commits to main since this release

Changes since 1.3.0

Fixes

  • Custom Grid sizes no longer leak into the other layouts. A card resized on the Custom Grid canvas kept its custom width and height when you switched to Grid, Grid Aligned, Tight, Horizontal, or Vertical. Leaving the canvas now strips the placement geometry from every card, so the fixed layouts size cards normally again — your placements are still remembered and reapply when you return to Custom Grid.

Community review cleanup

  • Removed unnecessary escape characters from a regular expression.
  • The resize grip on Custom Grid cards no longer uses clip-path (only partially supported by older Obsidian installers) — the same three-ridge triangle is now drawn with plain gradients.

Full Changelog: 1.3.0...1.3.1