Skip to content

v7.0.0

Compare
Choose a tag to compare
@MeanderingProgrammer MeanderingProgrammer released this 13 Sep 12:13
· 17 commits to main since this release

7.0.0 (2024-09-13)

⚠ BREAKING CHANGES

  • indent.skip -> indent.skip_level (a028fbe)
    • Renamed within hours of adding

Features

  • add missing obsidian aliases (74b77c7)
  • store components in context, avoids duplicate queries (d228a3c)
  • improve health check for obsidian.nvim conflict (4d2aea3)
    • anyone using acknowledge_conflicts in their config should remove it
  • performance getting callouts and checkboxes (5513e28)
  • indent based on heading level rather than nesting (27cc6ce)
  • configurable starting indent level (cdb58fc)
  • configurable heading indents so body is offset (#161) (a028fbe)

Bug Fixes

  • only create foreground when inversing highlight (#154) (12fdb6f)
  • leading spaces in checkbox bullet (#158) (06337f6)
  • heading borders with indentation (#164)
  • indenting heading borders with single empty line between (2ddb145)

Collaborator Shoutouts