Skip to content

Releases: folke/trouble.nvim

v3.7.1

12 Feb 20:41
748ca27
Compare
Choose a tag to compare

3.7.1 (2025-01-28)

Bug Fixes

  • lsp: make_position_params with offset encoding. Closes #606 (6f380b8)

v3.7.0

28 Jan 13:59
bac1d9a
Compare
Choose a tag to compare

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

21 Jul 13:53
40c5317
Compare
Choose a tag to compare

3.6.0 (2024-07-21)

Features

Bug Fixes

  • text: skip treesitter when buf is no longer valid. Fixes #556 (05694b4)

v3.5.2

19 Jul 09:50
ad8ef38
Compare
Choose a tag to compare

3.5.2 (2024-07-19)

Bug Fixes

Performance Improvements

  • treesitter: incremental parsing for highlighter (85154ce)

v3.5.1

04 Jul 19:02
026e420
Compare
Choose a tag to compare

3.5.1 (2024-07-04)

Bug Fixes

  • command: weird issue with number keys. no idea when this happens. oh well... Fixes #528 (95568c6)
  • diagnostics: ruff generates a vim.NIL diag code. Closes #527 (edd9684)
  • lsp: use caller text for call locations in incoming lsp calls. Fixes #529 (12dc19a)

v3.5.0

04 Jul 18:06
d3f8b9d
Compare
Choose a tag to compare

3.5.0 (2024-07-04)

Features

  • added explicit support for mini.icons (42dcb58)

Bug Fixes

  • telescope: item path. Fixes #521 (6e19371)
  • telescope: use (lnum, 0) for telescope item without col (#524) (25204b7)

v3.4.3

23 Jun 05:40
57761ba
Compare
Choose a tag to compare

3.4.3 (2024-06-23)

Bug Fixes

v3.4.2

14 Jun 16:46
09380a8
Compare
Choose a tag to compare

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

12 Jun 06:13
3609bb9
Compare
Choose a tag to compare

3.4.1 (2024-06-12)

Bug Fixes

  • fzf: added descriptions (5e45bb7)

v3.4.0

11 Jun 12:34
44b637a
Compare
Choose a tag to compare

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)