Skip to content

Releases: folke/trouble.nvim

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

v2.2.2

18 Apr 05:39
16b98f5
Compare
Choose a tag to compare

2.2.2 (2023-04-17)

Bug Fixes

  • util: auto_jump when trouble is open. Fixes #144 (e4f1623)
  • util: save position in jump list before jump. Fixes #143 Fixes #235 (f0477b0)

v2.2.1

26 Mar 10:39
2ae7237
Compare
Choose a tag to compare

2.2.1 (2023-03-26)

Bug Fixes

  • icons: fixed deprecated icons with nerdfix (39db399)

v2.2.0

28 Feb 11:44
6733764
Compare
Choose a tag to compare

2.2.0 (2023-02-28)

Features

v2.1.1

19 Feb 17:35
c825300
Compare
Choose a tag to compare

2.1.1 (2023-02-19)

Bug Fixes

  • ensure that the diagnostic parameters are complete (#179) (210969f)
  • icorrect row/line in diagnostics. Fixes #264 (32fa4ed)

v2.1.0

18 Feb 12:32
247f9ee
Compare
Choose a tag to compare

2.1.0 (2023-02-18)

Features

  • expose require("trouble").is_open() (2eb27b3)

v2.0.1

16 Feb 12:32
3bd0292
Compare
Choose a tag to compare

2.0.1 (2023-02-16)

Bug Fixes

v2.0.0

16 Feb 12:28
9e3585a
Compare
Choose a tag to compare

2.0.0 (2023-02-16)

⚠ BREAKING CHANGES

  • Trouble now requires Neovim >= 0.7.2

Features

  • Trouble now requires Neovim >= 0.7.2 (ef93259)

Bug Fixes

  • Focus parent before closing (#259) (66b057b)
  • preview: properly load buffer when showing preview (949199a)
  • util: properly load a buffer when jumping to it (bf0eeea)

Performance Improvements

  • dont load buffers when processing items. Get line with luv instead (82c9a9a)

v1.0.2

10 Feb 16:10
556ef30
Compare
Choose a tag to compare

1.0.2 (2023-02-10)

Bug Fixes

  • telescope: properly fix issue with relative filenames in telescope. See #250 (7da0821)