v0.8.5 • Add a new API for running EEL programs • Collect all errors in a single report window • Disable ConfigVar_InputTrickleEventQueue by default • Fix duplicate error reports when failing to end a frame • Remove global object count limit (limit context attachments instead) • Update to dear imgui v1.89.4 <https://github.com/ocornut/imgui/releases/tag/v1.89.4> • macOS: fix stuck keys when undocking while a key is down • macOS: follow the "Control+left-click emulates right-click" setting [t=277197] • Windows: fix a regression in the OpenGL renderer causing crashes [p=2656531] Documentation: • Add a table of contents of the entire category tree • Insert links for references with trailing wildcards (eg. StyleVar_*) gfx2imgui: • Add REAPER v6.75's gfx.getchar second return value • Implement (partial) blit rotation • More compatibility improvements and performance optimizations API changes: • Add 'callback' parameter to InputText* and SetNextWindowSizeConstraints • Add a boolean return value to BeginTooltip • Add ConfigVar_DebugBeginReturnValue{Once,Loop} • Add CreateFunctionFromEEL and Function_* • Add InputTextFlags_Callback{Always,CharFilter,Completion,Edit,History} • Renamed {Push,Pop}AllowKeyboardFocus to {Push,Pop}TabStop