Skip to content
v0.8.3

• Add actions to toggle boolean settings
• Adjust the top docker's hit box for the tabbar, transport and toolbar above
• Fix a crash when undocking by dragging the top-left corner triangle
• Reduce memory usage when docking is enabled
• Update dear imgui to v1.89.2 <https://github.com/ocornut/imgui/releases/tag/v1.89.2>

imgui.lua:
• Extend 0.8 shims for window boundary extension to cover End{Popup,Table,Tooltip}
• Fix 0.7 shim of CaptureKeyboardFromApp [p=2633349]
• Fix 0.8 shims eating the return values of TableNext{Column,Row} and TableSetColumnIndex [p=2632656]
• Fix 0.8 shims making EndGroup move the cursor to the wrong Y position [p=2632446]

API changes:
• Remove IsWindowCollapsed (broken since v0.5)