Releases: folke/noice.nvim
Releases · folke/noice.nvim
v4.10.0
4.10.0 (2025-02-06)
Features
Bug Fixes
- cmdline: use number indexed
vim.g.ui_cmdline_pos
(eaed6cc) - confirm: fixed
vim.fn.confirm
on nightly (0.11). Closes #1036 (00b5984) - fzf-lua: update
update_title
andupdate_scrollbar
toupdate_preview_title
andupdate_preview_scrollbar
(#1034) (5530d78), closes #1029 - nui: don't error when border win was closed. Fixes #832 (d2b092a)
- telescope: handle hl_group ID correctly in picker (#1032) (002b202), closes #1024
v4.9.0
v4.8.0
4.8.0 (2024-12-06)
Features
- msg: added support for msg_show list_cmd and input_prompt kinds (21fe733)
Bug Fixes
- cmdline: dont restore cursor after render. Fixes #959 (c49a4b0)
- health: better health checks (0f5f8c9)
- lsp: support mixed encoding for lsp clients (#1004) (c6f6fb1)
- msg: add new msg_show.lua_print to default routes for messages (0e9853b)
- notify: always convert msg to string if not nil and not string (3efadda)
- nui: set max size to editor cols (d9991ca)
- router: prevent overriding current tick (e0fd746)
- ui: always queue incoming events when already processing (6c7545a)
Performance Improvements
- hacks: disable redraw hack. Should not be needed. If it breaks a plugin, then it should be fixed there. (956e3ac)
v4.7.2
v4.7.1
v4.7.0
4.7.0 (2024-11-09)
Features
- added snacks backend and made it the default for notify (when avaiable) (eb7e855)
Bug Fixes
- snacks: honor
Snacks.config.notifier.enabled = false
(f381a46) - snacks: make buffer modifiable when merging in another message (46fa519)
- snacks: notifier (a55b898)
- snacks: pass correct message ids (73d38cc)
- treesitter: use markdown_inline instead of markdown (9039e7d)
- view: added support for multiple backends. Fixes #986 (eac7e84)
Performance Improvements
- status: cache status messages (1a74bde)