Skip to content

Releases: folke/noice.nvim

v1.15.2

22 Jun 18:07
7d01b45
Compare
Choose a tag to compare

1.15.2 (2023-06-22)

Bug Fixes

  • telescope: wrap text in telescope's previewer (#514) (a7f611e)
  • views: don't override winbar and foldenable for every view (a7d60f7)
  • views: increase zindex for cmdline popup, popupmenu and confirm from 60 to 200 (d71c1de)

v1.15.1

10 Jun 08:10
a070cb8
Compare
Choose a tag to compare

1.15.1 (2023-06-10)

Bug Fixes

  • nui: nui broke noice. added a temporary work-around till the problem is solved (4db3c8f)
  • ui: safer adding of winhl (36b1935)

v1.15.0

06 Jun 11:38
acf47e2
Compare
Choose a tag to compare

1.15.0 (2023-06-06)

Features

  • add circleFull spinner (#495) (5427398)
  • popupmenu: allow different views for regular/cmdline popupmenu (af706c4)

Bug Fixes

  • popupmenu: always show the regular (non-cmdline) popupmenu near the cursor (e3936cc)
  • preset: palette now configures cmdline_popupmenu instead of popupmenu (294097a)

Performance Improvements

  • popupmenu: re-use existing nui menu for rendering the popupmenu (fdd78c2)

v1.14.2

28 May 17:45
ed7bbe0
Compare
Choose a tag to compare

1.14.2 (2023-05-27)

Bug Fixes

  • block: better deal with carriage return characters (take 2) (ee24b36)
  • text: temp fixup for CRLF handling (3e1400f)

v1.14.1

27 May 12:37
8e80408
Compare
Choose a tag to compare

1.14.1 (2023-05-27)

Bug Fixes

  • text: better (correct) way of dealing with \r characters. Fixes #483 (520a737)

v1.14.0

25 May 07:08
1478f72
Compare
Choose a tag to compare

1.14.0 (2023-05-25)

Features

  • cmdline: added support for FloatTitle and added proper default (79c7059)

v1.13.4

24 May 20:14
cf82630
Compare
Choose a tag to compare

1.13.4 (2023-05-24)

Bug Fixes

  • cmdline: fixed a byte offset issue with the new virtual inline text (a13a88f)

v1.13.3

24 May 12:30
ab39f4f
Compare
Choose a tag to compare

1.13.3 (2023-05-24)

Bug Fixes

  • overrides: noice was leaking extmarks for stylize_markdown (9b148a1)

v1.13.2

22 May 12:39
0695c83
Compare
Choose a tag to compare

1.13.2 (2023-05-22)

Bug Fixes

  • treesitter: ignore weird invalid end_col errors. Fixes #473 (7e2692b)

Performance Improvements

  • don't bufload when highlighting a buffer (8df4cbd)

v1.13.1

21 May 21:35
b4ff29c
Compare
Choose a tag to compare

1.13.1 (2023-05-21)

Bug Fixes

  • support older Neovim versions (4a1ec5e)