- Disable nanobind leak prints by default. Use
slimgui.set_nanobind_leak_warnings(True)
to enable them. - A bunch of missing imgui funcs have been added. Too numerous to list here, check the github diff below.
- Build a release build instead of debug (whoah! 😄) for a nice 2x perf boost. Previous versions were accidentally built for Debug.
- Add support for mouse visilibity and shape in the glfw backend.
- Drop any functions that were marked as obsoleted in Dear ImGui 1.91.9.
Full Changelog: v0.0.7...v0.0.8