v0.7.1
- Add a translation layer for running gfx scripts on ReaImGui (gfx2imgui.lua)
- Enable
SetNextWindowBgAlpha
for all windows - Fix corrupted font texture in contexts having windows using different DPI scaling
- Fix assertion failure after attaching fonts when more than one DPI scale is used
- Fix potential crash on exit in REAPER < 6.67 due to plugin registration keys being invalidated [cfillion/reapack#56]
- macOS: fix pressed keyboard keys getting stuck when opening modal dialogs
- macOS: fix rescaling when moving windows to a monitor using a different DPI setting
- macOS: fix windows not moving above the menu bar on macOS 12 [p=2579183]
- macOS: gain keyboard focus when switching from another docker tab
API changes:
- Add the DrawListSplitter API