From 76443533a2cff76e76d4a889fe0bfd37d4278962 Mon Sep 17 00:00:00 2001 From: Christian Fillion Date: Fri, 18 Oct 2024 07:21:26 -0400 Subject: [PATCH] Release ReaImGui: ReaScript binding for Dear ImGui v0.9.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Fix a crash when saving screensets after more than one context shared an ID • Select better font fallbacks in the HTML documentation • Linux: fix a crash when opening a window on the same frame images got garbage-collected --- API/reaper_imgui.ext | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/API/reaper_imgui.ext b/API/reaper_imgui.ext index 199e549..f4bc6a2 100644 --- a/API/reaper_imgui.ext +++ b/API/reaper_imgui.ext @@ -1,9 +1,10 @@ @description ReaImGui: ReaScript binding for Dear ImGui @author cfillion -@version 0.9.3.1 +@version 0.9.3.2 @changelog - • Fix a potential crash when removing textures - • Windows: repair drag-docking functionality [#23] + • Fix a crash when saving screensets after more than one context shared an ID + • Select better font fallbacks in the HTML documentation + • Linux: fix a crash when opening a window on the same frame images got garbage-collected @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