Releases: folke/noice.nvim
Releases · folke/noice.nvim
v1.16.2
1.16.2 (2023-10-15)
Bug Fixes
- cmdline: better and safer way to trigger redraw during cmdpreview (02ed6d4)
- signature: show signature in correct window. Fixes #593 (2f0993e)
- virtual: extra check if buffer still valid that has virtual text extmark (7ed897d)
- virtual: remove extmark from correct buffer where it was set. Fixes #464 (e5a4c7a)
v1.16.1
1.16.1 (2023-10-07)
Bug Fixes
- ui: exclude search_count from realtime updates (73caffa)
v1.16.0
1.16.0 (2023-10-04)
Features
Bug Fixes
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)