Skip to content

Releases: folke/trouble.nvim

v2.10.0

18 Oct 11:01
f1168fe
Compare
Choose a tag to compare

2.10.0 (2023-10-18)

Features

  • open({focus=false}) now works as intended (600fe24)

Bug Fixes

  • auto_open: dont steal focus on auto open. Fixes #344 (1f00b6f)

v2.9.1

09 Oct 22:10
02219b5
Compare
Choose a tag to compare

2.9.1 (2023-10-09)

Bug Fixes

v2.9.0

07 Oct 09:49
2ea761f
Compare
Choose a tag to compare

2.9.0 (2023-10-07)

Features

  • Make floating window configuration customizable (#310) (ef0336a)

Bug Fixes

  • check that view is valid before render and focus (#319) (81e1643)
  • only filter msg if sev is hardcoded (#328) (0ccc43d)
  • qf: properly deal with invalid qf entries. Fixes #87. Fixes #188. Fixes #336 (46b60e9)

v2.8.0

25 Jul 17:41
fc4bb22
Compare
Choose a tag to compare

2.8.0 (2023-07-25)

Features

  • Create Configuration for IncludeDeclaration (#312) (7691d93)

v2.7.0

25 Jul 17:33
bc6e309
Compare
Choose a tag to compare

2.7.0 (2023-07-25)

Features

  • Expose help action (#311) (467dc20)
  • Use code descriptions for opening URIs with extra information (#309) (d2b0f1d)

v2.6.0

22 Jul 08:19
d572f59
Compare
Choose a tag to compare

2.6.0 (2023-07-22)

Features

  • make multiline the default (1f2eb71)

v2.5.0

22 Jul 08:16
aa02004
Compare
Choose a tag to compare

2.5.0 (2023-07-22)

Features

v2.4.0

16 Jul 08:39
20d1b30
Compare
Choose a tag to compare

2.4.0 (2023-07-16)

Features

  • add option to control cycling of result list (#302) (e7805dc)
  • rendering messages from provider (#304) (a66a78b)

Bug Fixes

  • Check parent window is valid before setting active (#291) (c14786d)
  • move end of doc pos to last line. Fixes #151 (cb4da04)

v2.3.0

25 May 17:07
a0f2375
Compare
Choose a tag to compare

2.3.0 (2023-05-25)

Features

  • filter diagnostics by severity level (#285) (b1f607f)

v2.2.3

22 May 14:41
5da13b5
Compare
Choose a tag to compare

2.2.3 (2023-05-22)

Bug Fixes