Releases: folke/noice.nvim
Releases · folke/noice.nvim
v4.2.1
4.2.1 (2024-06-15)
Bug Fixes
- cmdline: only use cmdline_input for short prompts without newline. Fixes #856 (d46c4ba)
v4.2.0
4.2.0 (2024-06-13)
Features
- cmdline: icon for cmdline input (d21d1d6)
- cmdline: use cmdline prompt as title. Noice is now great for vim.ui.input out of the box (4c1efad)
Bug Fixes
- cmdline_input: put in same position as cmdline_popup (e55ce94)
- cmdline: allow overriding title hl (a5aa639)
- cmdline: do fix_cursor after calculating cmdline position (ba79352)
- cmdline: reset title when needed (edd14df)
- fzf: message id (a9fa1a2)
- nui: redo layout when border changes (0327de8)
v4.1.0
4.1.0 (2024-06-12)
Features
- added integrations for fzf-lua (1605be3)
Bug Fixes
- cmdline: make sure search always uses correct view. Fixes #841 (6a8a6de)
- cmdline: separate cmdline input view (07e8f9c)
- fzf: use --with-nth and skip message id in the display (ac01164)
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
- markdown: ignore empty completion documentation tables (#820) (f119045)
- remove cmdpreview hack for nigytly since it's no longer needed there. Update your Nightlies!! (49caf99)
v3.0.2
3.0.2 (2024-05-22)
Bug Fixes
- markdown: keys when buf is invalid (0dc97cb)
v3.0.1
3.0.1 (2024-05-18)
Bug Fixes
v3.0.0
3.0.0 (2024-05-18)
⚠ BREAKING CHANGES
- bump required Neovim version to >= 0.9
Features
- bump required Neovim version to >= 0.9 (6c5290a)
- util: better debug log (217c684)
Bug Fixes
- cmdline: use other work-around for cmdpreview (6a3721b)
- msg: add historical messages as a msg_show instead of history so it doesnt popup (b9b4818)
- ui: dont try updating the ui during textlock (4ef75a3)
v2.1.1
2.1.1 (2024-05-16)
Bug Fixes
v2.1.0
2.1.0 (2024-05-16)
Features
- config: added
Noice all
to show ALL messages captured by Noice. See #769 (72f72d3)
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
- cmdline: prevent unneeded redraws during cmdline preview (substitute). Fixes #803 (8d924eb)
- ui_attach: router now only queues messages in
vim.ui_attach
. Use SafeState
to execute queue when needed. (4c26991)