I'm sort of high on releasing stuff this week so I'm releasing Dear ImGui 1.89.1: https://github.com/ocornut/imgui/releases

+ mentioning Test Engine/Test Suite and Dear Bindings in the github release note is a way to gently increase their soft-launch visibility.

Releases · ocornut/imgui

Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies - ocornut/imgui

GitHub

Fun fact, the change-log between v1.80 and v1.89.1 is about 1200 lines long.

That's to say, even though I am shy with version numbering increase, there are stuff happening.

I wonder if more frequent releases would attract more updaters?

@ocornut hmm I wonder if the small amount of updaters is just due to the fact that people maybe just download the source and just smash the source files directly into the project rather than using a submodule or something else? Not that it's a bad thing that people are able to use really old versions :)