Releases: folke/noice.nvim
Releases · folke/noice.nvim
v1.15.9
1.15.9 (2023-07-25)
Bug Fixes
- health: allow running in GUIs with multigrid (71a7591)
v1.15.8
1.15.8 (2023-07-21)
Bug Fixes
- remove old neovide compatibility warning (#545) (dfbe27c)
v1.15.7
1.15.7 (2023-07-20)
Bug Fixes
- popupmenu: properly close pmenu when cmdline window is open. Fixes #542 (d19e5cb)
v1.15.6
1.15.6 (2023-07-18)
Bug Fixes
- treesitter: fixed treesitter.query.get. Fixes #539 (e91a31c)
v1.15.5
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
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
1.15.3 (2023-06-24)
Bug Fixes
- config: properly deal with preset routes. Fixes #517 (fea7f1c)
v1.15.2
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
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
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)