From ae20ddd6de147ee091f1fc276612134e2b6e6c60 Mon Sep 17 00:00:00 2001 From: Christian Fillion Date: Wed, 17 Apr 2024 12:43:11 -0400 Subject: [PATCH] Release ReaImGui: ReaScript binding for Dear ImGui v0.9.0.2 (#94) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Fix 0.9 not switching the active font texture to the current DPI in dockers • Fix 0.9 shims letting through unknown virtual key codes and asserting • macOS: fix incorrect clipping in the Metal renderer if the clip rect's origin is smaller than the window's position • Windows: repair drag-docking over floating dockers --- API/reaper_imgui.ext | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/API/reaper_imgui.ext b/API/reaper_imgui.ext index a35a049..de78de7 100644 --- a/API/reaper_imgui.ext +++ b/API/reaper_imgui.ext @@ -1,7 +1,11 @@ @description ReaImGui: ReaScript binding for Dear ImGui @author cfillion -@version 0.9.0.1 -@changelog • Hotfix: repair v0.9 crashing when docking on Windows +@version 0.9.0.2 +@changelog + • Fix 0.9 not switching the active font texture to the current DPI in dockers + • Fix 0.9 shims letting through unknown virtual key codes and asserting + • macOS: fix incorrect clipping in the Metal renderer if the clip rect's origin is smaller than the window's position + • Windows: repair drag-docking over floating dockers @provides [darwin32] reaper_imgui-i386.dylib https://github.com/cfillion/reaimgui/releases/download/v$version/$path [darwin64] reaper_imgui-x86_64.dylib https://github.com/cfillion/reaimgui/releases/download/v$version/$path