Releases: folke/noice.nvim
Releases · folke/noice.nvim
v4.0.1
4.0.1 (2024-06-04)
Bug Fixes
- cmdline: use real cursors on Neovim >= 0.10 (5b5fa91)
- disable noice on VimLeavePre so that the user can see exit errors (31ec80c)
- fixup (cfd7aa4)
- fixup (2bf0429)
- reduce flickering when searching. See #679 (4e1f9f1)
- remove smart_move (b6ae820)
- search IS blocking, but shouldnt trigger redraw. Fixes #345 (b3f08e6)
v4.0.0
4.0.0 (2024-05-29)
⚠ BREAKING CHANGES
- remove cmdpreview hack for nigytly since it's no longer needed there. Update your Nightlies!!
Bug Fixes
v3.0.2
v3.0.1
v3.0.0
v2.1.1
v2.1.0
2.1.0 (2024-05-16)
Features
Bug Fixes
- cmdline: yet another work-around that no longer temporarily changes the cmdline (68b9c53)
- depraction warnings on Neovim 0.11 (9946087)
- format: config.format doesn't work (#772) (09708be)
- messages: include any messages before Noice was started as one history_show message. Fixes #799 (61947de)
- messages: only add previous messages once when Noice starts. Fixes #804 (269de18)
- msg: update router when blocking (ee433a7)
- router: add additional updates on
SafeState
when available (fff989f) - router: don't use
SafeState
since apparently this is a nightly thing and seems to work without. Fixes #805 (ef085e9) - router: remove SafeState again, since it breaks incsearch (3c3a8f3)
Performance Improvements
v2.0.3
v2.0.2
2.0.2 (2024-05-09)
Bug Fixes
- cmdpreview: read the variable
cmdpreview
in nvim-0.9+ on windows (#774) (a35003d) - disable incsearch hack for nightly (no longer needed) (02d698a)
- progress: Change LspProgress data field
result
toparams
(#785) (89de3b5) - retry rendering only once to prevent rendering loops (f4decbc)
- router: make sure we retry views that could not render due to E565. Fixes #783 (6df3d8a)
- use
vim.api.nvim__redraw
to update cursor on nightly instead of ffi. Fixes #781 (37c8124)