github folke/noice.nvim v2.1.0

latest releases: stable, v4.0.0, v3.0.2...
15 days ago

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)

Don't miss a new noice.nvim release

NewReleases is sending notifications on new releases.