Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release ReaImGui: ReaScript binding for Dear ImGui v0.9.3.2 #100

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions API/reaper_imgui.ext
Original file line number Diff line number Diff line change
@@ -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
Expand Down