Skip to content

Latest commit

 

History

History
82 lines (44 loc) · 4.67 KB

CHANGELOG.md

File metadata and controls

82 lines (44 loc) · 4.67 KB

Changelog

1.2.4 (2024-08-25)

Bug Fixes

  • Check first line for bib entry too (4638b05)

1.2.3 (2024-08-18)

Bug Fixes

  • Check for nil (f04c36b)
  • Use native shellescape to escape characters (2cc37ed)

1.2.2 (2024-07-29)

Bug Fixes

  • foldtext option changed locally instead of globally (85747d3)

1.2.1 (2024-07-10)

Bug Fixes

  • Prevent infinite loop by using custom gmatch iterator (#237) (e856877)

1.2.0 (2024-06-20)

Features

  • Add paragraph icons (dfe30f8)
  • Add pattern for paragraph matching (dcced74)
  • Avoid errors if object count patterns are passed in as strings (ac22e37)
  • Count paragraphs; distinguish from empty lines (ebd653e)
  • Inject object count defaults into user table (66f4ba6)
  • Only try to get value if there is a value (1b0e415)
  • Show line percentage and word count in foldtext (a42ac35)

Bug Fixes

  • Add missing bracket in pattern (def7c62)
  • Add missing pattern & fix tally method for to-do list items (9b5209f)
  • Add missing space for (plural) line count (fc2c2ce)
  • Remove extra space after single-width chars (3ee963c)
  • Typo (1902275)
  • Update example recipe to match screenshot example (5aa3f66)
  • Update example recipe to match screenshot example (2nd attempt) (ac719f6)
  • Use the merged layer when saving (6e108d3)

1.1.2 (2024-06-14)

Bug Fixes

  • Avoid re-folding; use existing folds (ed3452a)

1.1.1 (2024-06-05)

Bug Fixes

  • Ignore heading under cursor in codeblock (ad3b738)
  • Ignore section headings in md codeblocks (05d5693)

1.1.0 (2024-06-04)

Features

  • Make link creation after failed follow optional (b1cea92)

Bug Fixes

  • Ignore heading patterns in fenced code blocks (4864c6b)