Skip to content

v11.0.0

Latest
Compare
Choose a tag to compare
@Bekaboo Bekaboo released this 20 Jan 01:06
8267757

11.0.0 (2025-01-19)

⚠ BREAKING CHANGES

  • configs: increase default winbar update debounce to 32

Features

  • configs: add support for toml tables (977117d)
  • menu: add new method root() to find root menu (7b8b13a)
  • sources.path: disable win decorations when showing preview msg (415701d)
  • sources.path: follow symlinks when preview (f19d5d2)
  • sources.path: support special bufs starting with xxx:// (#211) (de3125a)

Bug Fixes

  • Check components list length before padding. (0a37764)
  • menu: handle menu entries without components (0a37764)
  • sources.path: source buf not restored when mouse moves off sub menu (d3ddf49)
  • sources.treesitter: error getting treesitter node (80538f5)
  • Wrap vim.treesitter.get_node() with vim.F.npcall(). (80538f5)

Performance Improvements

  • configs: increase default winbar update debounce to 32 (289c4c3)
  • sources.path: only load visible lines when preview (51047f5)
  • sources.path: stop treesitter before setting preview buf lines (9f6a19a)
  • sources.path: use faster readfile() when preview (d2792fc)