Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 590 Bytes

CHANGELOG.md

File metadata and controls

14 lines (11 loc) · 590 Bytes

2024-09-10

  • WindowHandler::send_json() doesn't return a Result anymore

2024-01-14

  • update baseview and nih-plug
  • switch from custom wry fork to the official version of wry since it now supports attaching to a raw window handle (thanks to this fork by toiglak!)
    • still need to verify how intercepting keyboard events works now
  • drop Editor properly when window is closed (no more memory leaks hopefully)

2023-07-11

  • start using baseview

2023-03-10

  • macOS: add support for intercepting keys when the plugin UI is focused