Skip to content

v3.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 18:03
8600b00

3.10.0 (2024-07-18)

Features

  • view: expand all nodes by default when filter.global = false (c168905)

Bug Fixes

  • buf: always use nowait. Fixes #755 (ae1a235)
  • buf: early exit to determine if a trigger is safe to create. Fixes #754 (27e4716)
  • icons: added frontier pattern for ai (#760) (6fe0657)
  • list_contains doesn't exists in Neovim < 0.10. Fixes #758 (7e4eae8)
  • node: allow custom mappings to override proxy/plugin/expand mappings (9820900)
  • node: is_local check now also includes children (fdd27f9)
  • registers: don't try to get +* registers when no clipboard is available. Fixes #754 (ae4ec03)
  • state: always honor defer. Fixes #690 (c512d13)
  • state: redraw cursor before getchar (cf6cbf2)
  • triggers: prevent creating triggers for single upper-case alpha keys expect for Z. Fixes #756 (d19fa07)