Skip to content

v4.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Dec 20:45
d426bc3

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)