Releases: folke/noice.nvim
Releases · folke/noice.nvim
v1.9.2
1.9.2 (2023-03-12)
Bug Fixes
- cmdline: make sure cursor is always visible (2f0a427)
- config: allow overriding options set by presets (5a1bf17)
- config: correctly set the presets (e5cb84f)
v1.9.1
1.9.1 (2023-03-03)
Bug Fixes
- health: correctly check if lsp.message is enabled (#381) (1ff6b10)
v1.9.0
1.9.0 (2023-03-03)
Features
- lsp: fallback to buffer filetype for code blocks without lang. Fixes #378 (cab2c80)
Bug Fixes
- treesitter: use the new treesitter ft to lang API if availble. Fixes #378 (36d141b)
v1.8.3
1.8.3 (2023-03-02)
Bug Fixes
- notify: take col offsets into account for nvim-notify renderers. Fixes #375 (20596d9)
v1.8.2
1.8.2 (2023-02-07)
Bug Fixes
- signature: when loading, attach to existing lsp clients. Fixes #342 (f69f1a5)
v1.8.1
1.8.1 (2023-02-06)
Bug Fixes
v1.8.0
1.8.0 (2023-01-24)
Features
Bug Fixes
v1.7.1
1.7.1 (2023-01-23)
Bug Fixes
- nui: make sure nui recreates buffer and window when needed (3e6dfd8)
- nui: mount if buffer is no longer valid (71d7b5c)
- nui: set mounted=false if buffer is no longer valid (3353a7a)
Performance Improvements
- make noice a bit more robust when exiting to prevent possible delays on exit (35e3664)
v1.7.0
1.7.0 (2023-01-14)
Features
- ui: added hybrid messages functionality, but not needed for now (addc0a2)
Bug Fixes
- swap: additionally check for updates when a swap file was found (1165d3e)
- ui: work-around for segfaults in TUI. Fixes #298 (176ec31)
v1.6.2
1.6.2 (2023-01-13)
Bug Fixes
- ui_attach: dont update router during
ext_messages
and disable/enable Noice during confirm. #298 (a4cbc0f)