Skip to content

Releases: folke/noice.nvim

v1.4.0

03 Dec 09:36
4c34232
Compare
Choose a tag to compare

1.4.0 (2022-12-03)

Features

  • added support for <pre>{lang} code blocks used in the Neovim codebase (de48a45)

Bug Fixes

  • check if loader returned a function before loading (66946c7)
  • reset preloader before trying to load the module (08655e9)

v1.3.1

01 Dec 18:09
e287447
Compare
Choose a tag to compare

1.3.1 (2022-12-01)

Bug Fixes

  • dont error if cmp not loaded when overriding (4bae487)
  • wait to override cmp till it loaded (712180f)

v1.3.0

24 Nov 15:09
fa21685
Compare
Choose a tag to compare

1.3.0 (2022-11-24)

Features

  • config: add calculator to cmdline formats (#240) (fa21685)

v1.2.7

24 Nov 14:41
Compare
Choose a tag to compare

1.2.7 (2022-11-24)

Bug Fixes

  • always show cursorline and reset to line for popupmenu. Fixes #239 (c7f666c)
  • potential endless loop in markdown key handlers (078cbd9)

v1.2.6

21 Nov 13:12
Compare
Choose a tag to compare

1.2.6 (2022-11-21)

Bug Fixes

  • dont make scrollbars focusable (e226401)

v1.2.5

20 Nov 13:15
Compare
Choose a tag to compare

1.2.5 (2022-11-20)

Bug Fixes

  • dont restore cursor when exiting. Fixes #230 (0115097)
  • keep correct case for prefix match in popupmenu (4757fd9)
  • reopen scrollbar windows if they were deleted somehow. Fixes #235 (74c7e29)
  • reset view when update_layout fails. Fixes #155 (7d08ed5)

v1.2.4

17 Nov 10:04
b10bbbb
Compare
Choose a tag to compare

1.2.4 (2022-11-17)

Bug Fixes

  • dont check cmdpreview on windows. Fixes #229 (b10bbbb)

v1.2.3

17 Nov 07:54
Compare
Choose a tag to compare

1.2.3 (2022-11-17)

Bug Fixes

  • make ffi behave with plugin reloaders (7e78236)
  • truncate log file if it becomes too big (79a5262)

v1.2.2

16 Nov 20:40
1702772
Compare
Choose a tag to compare

1.2.2 (2022-11-16)

Bug Fixes

  • fixed flickering during substitute & cmdpreview (1702772)

v1.2.1

16 Nov 20:02
Compare
Choose a tag to compare

1.2.1 (2022-11-16)

Bug Fixes

  • call update_screen during cmdpreview to fix cursor movement. Fixes #131 (23da4ed)
  • make sure we always have an encoding for getting signatureHelp (ba36767)
  • restore cursor with vim.schedule to be safe (973659e)