Never miss a release that matters
AI-powered summaries of every GitHub release.
AI Summaries
Changelogs condensed into clear, actionable insights.
Always Free
Track up to 5 packages at no cost, forever.
Weekly Digest
A curated summary of every release, delivered weekly.
TL;DR
Dear ImGui continues to be actively maintained with a focus on community contributions and extensions. This release highlights several third-party projects like imgui_explorer and ImGuiColorTextEdit offering enhanced functionality and tools for ImGui users.
New
- Third-Party Tools: Several community-driven tools have been updated or released, including
imgui_explorer(a visual ImGui manual) and a rewrittenImGuiColorTextEdit(a rich text editor). - Unreal Engine Support: Discussions are underway to converge on a principal backend/binding for Dear ImGui within Unreal Engine (game engine).
Fixes Worth Knowing
No fixes were listed in this release.
TL;DR
ImGui’s mouse hover detection (IsItemHovered()) now works correctly even when clicking on disabled items or using basic text labels, resolving a recent regression.
Fixes Worth Knowing
IsItemHovered()now functions as expected with disabled items and text labels.- Allegro5 backend now supports
PrintScreenkey on Windows and handles display changes correctly.
Before You Upgrade
If you rely on mouse hover detection, especially with disabled UI elements or text, test your application after upgrading.