Skip to content

v2.48.0

Choose a tag to compare

@jolars jolars released this 20 May 12:50
· 296 commits to main since this release
0c088eb

Features

  • config: add anchor_dir and GlobMatcher (4410951)
  • config: discover .config/panache.toml (0d9a44f), closes #294
  • add JSON schema for configuration (5ae80bf), closes #295
  • editors: toggle symbol publication via settings (fdf5a94), closes #297

Bug Fixes

  • ci: pin linux-gnu binaries to a glibc 2.17 floor (a1dfa9e), fixes #300
  • cli: anchor exclude/include at the config's directory (24b948d)
  • config: anchor flavor-overrides at the unified project dir (38f1a21)
  • lsp: floor citation completion window to char boundary (8b79812), fixes #298
  • parser: strip list+bq prefix on line-block lookahead (280c6c1)
  • parser: use stripped content in def-list emit (a8ba276)
  • parser: strip list+bq prefix on fenced-code lookahead (bc0efc3)
  • linter: resolve #ref-<citekey> anchors for cited keys (a0c0afd), closes #296
  • parser: dispatch bq-in-listitem first-line HTML blocks (bc32e49)
  • parser: dispatch bq-in-listitem first-line content (c1c0db5)
  • parser: emit BLOCK_QUOTE_MARKER for bq continuations in footnotes (f24b787)
  • interpret a-j alphabetical list as one list (bed78dd)

Dependencies

  • updated crates/panache-formatter to v0.6.1
  • updated crates/panache-parser to v0.11.0