Releases: folke/trouble.nvim
Releases · folke/trouble.nvim
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)
v3.3.0
3.3.0 (2024-06-07)
Features
- lsp: most lsp sources now support
params.include_current
. Fixes #482 (29d19d4) - window: more options for mapping keys (fdcfc5a)
- you can now use
dd
andd
to delete items in the trouble list. Fixes #149. Fixes #347 (e879302)
Bug Fixes
- api: only refresh on open if there's no action. Fixes #488 (2661f46)
- preview: fixed mouse clicks in the preview main window. Fixes #484 (98d9ed7)
- telescope: show error when use tries to add when telescope picker does not exist (c11dc27)
- use vim.loop for nvim 0.9 in view/init.lua (#487) (791278e)
- view: when calling open when the view is already open, do a refresh. See #485 (39595e8)
v3.2.0
3.2.0 (2024-06-06)
Features
- lsp: add incoming/outgoing calls to lsp mode (8adafc1)
- lsp: added support for showing locations from lsp execute commands (b1d16ac)
- promise class (84f0c6d)
Bug Fixes
- api: show error when an invalid mode was used. Fixes #465 (4b1914c)
- format: pos format. See #472 (abdfa1d)
- lsp: check for nil on faulty lsp results (d7f69ff)
- lsp: dont process nil results (06a4892)
- lsp: send request only to needed clients (c147a75)
- lsp: use document uri of document symbols don't have an uri set. Fixes #480 (358f0ee)
- preview: hide winbar when previewing in main. Fixes #464 (250ea79)
- preview: respect fold settings. Fixes #459 (29d1bb8)
- preview: set correct extmark priorities in preview highlight. Fixes #476 (13ad959)
- view: correctly set folding options to wo. See #477 (9151797)
- view: ensure fold settings are correct for the trouble views. See #477 (b5181b6)
- view: execute actions on first render (97bfb74)
- window: account for winbar for preview in main. Fixes #468 (23ded52)
- window: set default winblend=0. See #468 (e296940)
Performance Improvements
- use promises for fetching sections (e49a490)