Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 2.89 KB

CHANGELOG.md

File metadata and controls

31 lines (24 loc) · 2.89 KB

Changelog

1.0.0 (2025-03-12)

Features

  • config: add log configs (ed23526)
  • health: add checkhealth for ctx.nvim (bc30b63)
  • init: implement qf/loc list to markdown main functions (1f08a3a)
  • items: add breadcrumbs to selection item (d0d9a79)
  • items: add selection to items (adf8c09)
  • items: simplify the selection item (408be4a)
  • parse: add function for parse a generic item (32537eb)
  • parse: add function for parsing various types (wip) (4764158)
  • parse: implement parsing of diagnostic item (4f27a7d)
  • parse: implement selection parsing function (dd63026)
  • parse: implemented parse file (de8b12b)
  • types: update item type using snacks def (ffe3452)
  • utils: add highlight item to utils (4d0f9c8)

Bug Fixes

  • config: move logger configuration into config.setup (f668515)
  • log: update log initialization (4d53893)
  • log: use vim.notify instead of echohl (cd329e2)
  • parse: off-by-one in diagnostics parse (15eadb2)
  • test: disable type annotation for rglob lines (4da8715)
  • types: adjust types to new simpler selection item and fix log level (7e98203)
  • types: restrict highlight to Ctx.Items.Selection (8765dec)