Skip to content

Releases: folke/noice.nvim

v1.6.0

10 Jan 10:05
567ad5b
Compare
Choose a tag to compare

1.6.0 (2023-01-10)

Features

  • show warning when running with TUI rework (cf2231b)

v1.5.2

01 Jan 12:25
256ec73
Compare
Choose a tag to compare

1.5.2 (2023-01-01)

Bug Fixes

  • treesitter: only disable injections for php and html (0e1bf11)

v1.5.1

31 Dec 12:15
661495a
Compare
Choose a tag to compare

1.5.1 (2022-12-31)

Bug Fixes

  • dont error in checkhealth if nvim-treesitter is not installed (044767a)
  • health: dont use nvim-treesitter to check if a lang exists (585d24e)
  • notify_send: properly close file descriptors from spwaning notifysend (f5132fa)
  • nui: dont trigger autocmds when doing zt (d176765)
  • popupmenu: replace any newlines by space. Fixes #265 (5199089)
  • treesitter: dont allow recursive injections. Fixes #286 (a31b41a)

v1.5.0

21 Dec 14:20
4e03e16
Compare
Choose a tag to compare

1.5.0 (2022-12-21)

Features

  • added Filter.cond to conditionally use a route (29a2e05)
  • format: allow config.format.level.icons to be false. Fixes #274 (aa68eb6)

Bug Fixes

  • correctly apply padding based on four numbers (c9c1fbd)
  • nui: removed work-around for padding and border style shadow (4f34d33)

v1.4.2

16 Dec 11:33
e7ca271
Compare
Choose a tag to compare

1.4.2 (2022-12-16)

Bug Fixes

  • debug: calculate stacktrace outisde of vim schedule to make it useful (a5de1ca)
  • debug: only concat debug info that is a string (78ec5c6)
  • nui: remove border text when style is nil, "none", or "shadow" (d85a4d0)
  • nui: remove padding when border is shadow (1515007)

v1.4.1

03 Dec 18:01
e013b6e
Compare
Choose a tag to compare

1.4.1 (2022-12-03)

Bug Fixes

  • scrollbar destructs itself, so make a copy to see if there are any remnants left (8d80a69)
  • stop processing messages when Neovim is exiting. Fixes #237 (8c8acf7)

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)