Skip to content

Releases: folke/noice.nvim

v1.15.9

25 Jul 17:35
894db25
Compare
Choose a tag to compare

1.15.9 (2023-07-25)

Bug Fixes

  • health: allow running in GUIs with multigrid (71a7591)

v1.15.8

22 Jul 07:28
bae49f5
Compare
Choose a tag to compare

1.15.8 (2023-07-21)

Bug Fixes

  • remove old neovide compatibility warning (#545) (dfbe27c)

v1.15.7

20 Jul 21:42
6797409
Compare
Choose a tag to compare

1.15.7 (2023-07-20)

Bug Fixes

  • popupmenu: properly close pmenu when cmdline window is open. Fixes #542 (d19e5cb)

v1.15.6

19 Jul 10:08
40d670e
Compare
Choose a tag to compare

1.15.6 (2023-07-18)

Bug Fixes

  • treesitter: fixed treesitter.query.get. Fixes #539 (e91a31c)

v1.15.5

17 Jul 09:39
bfd2368
Compare
Choose a tag to compare

1.15.5 (2023-07-17)

Bug Fixes

  • lsp: allow whitespace info string in markdown (#535) (1343acc)
  • ui: dont propagate events handled by Noice to other uis. Fixes #17 (1cff24c)

v1.15.4

01 Jul 06:51
6517b4f
Compare
Choose a tag to compare

1.15.4 (2023-06-30)

Bug Fixes

  • progress use vim.lsp.get_client_by_id (#529) (397619d)
  • workaround E36: Not enough room errors (#522) (f43775f)

v1.15.3

25 Jun 05:23
8279fc2
Compare
Choose a tag to compare

1.15.3 (2023-06-24)

Bug Fixes

  • config: properly deal with preset routes. Fixes #517 (fea7f1c)

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)