Skip to content

v2.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 12:56
8a98e92

2.9.0 (2024-12-12)

Features

  • animate: allow disabling all animations globally or per buffer (25c290d)
  • animate: allow toggling buffer-local / global animations with or without id (50912dc)
  • dashboard: add dashboard startuptime icon option (#214) (63506d5)
  • indent: animation styles out, up_down, up, down (0a9b013)
  • indent: don't animate indents when new scope overlaps with the previous one, taking white-space into account. See #264 (9b4a859)
  • indent: move animate settings top-level, since they impact both scope and chunk (baf8c18)
  • toggle: added zoom toggle (3367705)
  • toggle: return toggle after map (4f22016)
  • util: get var either from buffer or global (4243912)

Bug Fixes

  • indent: make sure cursor line is in scope for the out style. Fixes #264 (39c009f)
  • indent: when at edge of two blocks, prefer the one below. See #231 (2457d91)