Skip to content

Latest commit

 

History

History
71 lines (34 loc) · 3.45 KB

CHANGELOG.md

File metadata and controls

71 lines (34 loc) · 3.45 KB

Changelog

1.5.0 (2024-06-27)

Features

  • context: add label_line (7009b3b)

Bug Fixes

  • highlights: Fixes formatting (f036cc5)

1.4.1 (2024-05-26)

Bug Fixes

  • wrap mapset() in nvim_buf_call (caff3e5)

1.4.0 (2024-04-13)

Features

  • default-highlighting: Adds default highlighting (41dd5ca)

Bug Fixes

  • content: Updates signature content code (fa0826b)

1.3.1 (2023-10-16)

Bug Fixes

  • settings: Fixes silent setting and adds note to README (49c789d)

1.3.0 (2023-08-13)

Features

  • 29: Prevents signature window trigger when entering tuple args (dedf7de)

1.2.1 (2023-04-11)

Bug Fixes

  • mapping-deletion: Swallows the keymap deletion error (e5fff62)

1.2.0 (2023-04-10)

Features

  • autotoggle-cmd: Adds the LspOverloadsSignatureAutoToggle command (e2e941a)
  • close-event-option: Adding close events options (002356a)
  • float-above-cursor: Adding option to try and float window above (6366a57)
  • mappings: Allows existing mappings to not conflict with defaults (5e96dee)
  • oop: Fixing setup and teardown of signature models (0292319)
  • toggle: Updates polynomial approach to toggling the signature (d3da67d)
  • trigger-command: Adds a manual command to trigger the popup (7b59bf5)

Bug Fixes

  • offset-y: Adding in fix for the offset being too high (d26a950)