v0.2 - Add a C++ header for using ReaImGui in third-party extensions on GitHub/releases - Fix a crash when an ImGui assertion occurs during DestroyContext [p=2421480] - Fix InputTextMultiline, {Drag,Slider}Double{2..4} incorrectly sanitizing the flags - Fix screen bound clamping when calculating the default window position - Input*, Color{Edit,Picker}*: avoid copying data to the output buffers at every frame - Linux: Fix the windows being invisible on GNOME [p=2421074] - Lua demo: fix single selection when Ctrl is not held in Selectables > Multiple selection [p=2416937] - Suspend garbage collection (and rendering) when a modal dialog is shown [p=2416033] - Windows: fix the topmost button not being displayed - Windows: remove border around the window when docked API changes: - Add ColorConvertRGBtoHSV - Change ColorConvertHSVtoRGB to also output separate RGB channels values - Remove redundant GetMouseWheelH function - Update to Dear ImGui 1.82 - DrawList_AddPolyline, _PathStroke: replace the `bool closed` argument with `int flags` (ImGui_DrawFlags_*) - DrawList_AddRect, _AddRectFilled, _PathRect: rename the `rounding_corners` argument to `flags` - DrawList_PathArcTo: changed default value of `num_segments` to 0 (adaptively tessellate) - Rename ImGui_InputTextFlags_AlwaysInsertMode to _AlwaysInsertMode - Replace ImGui_DrawCornerFlags_* with new DrawFlags