Releases: folke/noice.nvim
Releases · folke/noice.nvim
v1.3.0
1.3.0 (2022-11-24)
Features
- config: add calculator to cmdline formats (#240) (fa21685)
v1.2.7
1.2.7 (2022-11-24)
Bug Fixes
- always show cursorline and reset to line for popupmenu. Fixes #239 (c7f666c)
- potential endless loop in markdown key handlers (078cbd9)
v1.2.6
1.2.6 (2022-11-21)
Bug Fixes
- dont make scrollbars focusable (e226401)
v1.2.5
1.2.5 (2022-11-20)
Bug Fixes
- dont restore cursor when exiting. Fixes #230 (0115097)
- keep correct case for prefix match in popupmenu (4757fd9)
- reopen scrollbar windows if they were deleted somehow. Fixes #235 (74c7e29)
- reset view when update_layout fails. Fixes #155 (7d08ed5)
v1.2.4
1.2.4 (2022-11-17)
Bug Fixes
v1.2.3
1.2.3 (2022-11-17)
Bug Fixes
- make ffi behave with plugin reloaders (7e78236)
- truncate log file if it becomes too big (79a5262)
v1.2.2
1.2.2 (2022-11-16)
Bug Fixes
- fixed flickering during substitute & cmdpreview (1702772)
v1.2.1
1.2.1 (2022-11-16)
Bug Fixes
- call update_screen during cmdpreview to fix cursor movement. Fixes #131 (23da4ed)
- make sure we always have an encoding for getting signatureHelp (ba36767)
- restore cursor with vim.schedule to be safe (973659e)
v1.2.0
1.2.0 (2022-11-15)
Bug Fixes
- hide cursor with vim.schedule to keep Neovide from crashing (c4ba29d)
- mini focusable=false by default (04794f6)
Features
- added health check for GUI's with multigrid enabled (0fdedab)
- don't process events that are disabled in config & disable ext that are enabled in the attached GUI (abb5721)
v1.1.3
1.1.3 (2022-11-14)
Bug Fixes