Releases: stevearc/quicker.nvim
Releases · stevearc/quicker.nvim
v1.4.0
1.4.0 (2025-02-12)
Features
- add view option to open(), change handling of height option (#38) (b9b7eec)
Bug Fixes
- change default highlight.load_buffers to false (#39) (ceff21e)
- don't enforce window height for full-height vsplit quickfix (049def7)
- hide filename when max_filename_width = 0 (#36) (e4fb0b1)
- highlights when trim_leading_whitespace = 'all' (87dae0f)
v1.3.0
1.3.0 (2024-12-24)
Features
- add option to remove all leading whitespace from items (#26) (da7e910)
- option to scroll to closest quickfix item (#23) (cc8bb67)
- toggle function for context (#18) (049d665)
Bug Fixes
- filter vim.NIL when deserializing buffer variables (#30) (a3cf525)
v1.2.0
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
1.1.1 (2024-08-20)
Bug Fixes
- refresh replaces all item text with buffer source (f28fca3)
v1.1.0
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
1.0.0 (2024-08-07)
Bug Fixes
- guard against race condition in syntax highlighting (#1) (03d9811)