Releases: folke/trouble.nvim
Releases · folke/trouble.nvim
v3.7.1
v3.7.0
3.7.0 (2025-01-15)
Features
- config: add
close
counterparts to jump split actions (#584) (928e6d0) - preview: allow sources to decorate the preview buffer/window (affd249)
- sources: added snacks picker source (fa32f71)
Bug Fixes
- format: for "attempt to index local 'signs' (a boolean value)" errors in nvim-0.10.1+ (#579) (2e7cb80)
- lsp: always use actual symbol kind names. See #568 (11bcbc0)
- lsp: handle invalid line positions (1a2efaf)
- lsp: use new vim.str_byteindex if available to calculate start positions of LSP ranges (86746d2)
- lsp: use old-style args for vim.str_byteindex. Fixes #604 (c633e85)
- snacks: use filtered items instead of all (2423cd2)
Performance Improvements
v3.6.0
v3.5.2
v3.5.1
v3.5.0
v3.4.3
v3.4.2
3.4.2 (2024-06-14)
Bug Fixes
- correct invalid float positions. Fixes #502 (88a40f1)
- diagnostics: custom format for code. Fixes #508 (ada78fa)
- fixup (60b0ac3)
- highlights: link TroubleBasename to TroubleFilename. Fixes #507 (276e7b7)
- main: handle windows with changed buffers (286c044)
- view: dont go to main when not in the trouble window when closing (8d5e05c)
v3.4.1
v3.4.0
3.4.0 (2024-06-11)
Features
- added fzf-lua integration (d14323f)
- fzf-lua: added smart open/add that will use selection or all when nothing selected. (bed3c5b)
Bug Fixes
- fzf-lua: smart-open on windows (4d0f045)
- initialize
auto_open
. Fixes #489 (0793267) - spec: properly process actions. Fixes #494 (3082f4b)
- telescope: autmatically select telescope_files mode if list are files without locations. Fixes #466 (1ad6b14)
- telescope: set end_pos to end of word (4deb811)
- views: pending should be considered open. Fixes #492 (57b50a6)