Skip to content

Releases: stevearc/quicker.nvim

v1.2.0

11 Nov 03:20
e4ba230
Compare
Choose a tag to compare

1.2.0 (2024-11-06)

Features

  • add command modifiers to the toggle() and open() APIs (#24) (95a839f)

Bug Fixes

  • crash in highlighter (11f9eb0)
  • guard against out of date buffer contents (1fc29de)
  • trim_leading_whitespace works with mixed tabs and spaces (#26) (46e0ad6)

v1.1.1

21 Aug 00:02
308088e
Compare
Choose a tag to compare

1.1.1 (2024-08-20)

Bug Fixes

  • refresh replaces all item text with buffer source (f28fca3)

v1.1.0

20 Aug 04:54
921a8e5
Compare
Choose a tag to compare

1.1.0 (2024-08-20)

Features

  • better support for lazy loading (29ab2a6)
  • display errors as virtual text when expanding context (#16) (6b79167)
  • quicker.refresh preserves and display diagnostic messages (#19) (349e0de)

Bug Fixes

  • editor works when filename is truncated (7a64d4e)
  • editor: load buffer if necessary before save_changes (#14) (59a610a)
  • error when quickfix buffer is hidden and items are added (#8) (a8b885b)
  • guard against double-replacing a diagnostic line (2dc0f80)
  • highlight: check if src_line exists before trying to highlight it (#6) (b6a3d2f)
  • include number of files in editor message (#13) (7d2f6d3)
  • missing highlight groups for headers (5dafd80)
  • prevent error when treesitter parser is missing (#4) (5cc096a)
  • show filename for invalid items (#11) (514817d)

v1.0.0

07 Aug 15:57
9c50140
Compare
Choose a tag to compare

1.0.0 (2024-08-07)

Bug Fixes

  • guard against race condition in syntax highlighting (#1) (03d9811)