Skip to content

v1.6.3

Choose a tag to compare

@pthom pthom released this 21 May 15:19
· 79 commits to master since this release
4271e5f

What's Changed

  • Assets: can search with absolute path or from current working directory
  • Add utility function void UseWindowFullMonitorWorkArea() (by @Robxley in #130)
  • AppWindowParams: add EmscriptenKeyboardElement
  • Runner: call TearDown on Setup for Python (to make it possible to recover from exceptions in notebook)
  • MakeWindowSizeRelativeTo96Ppi_IfRequired: call EnsureWindowFitsThisMonitor
  • update example_integration (Add CMake example / GNU Install)
  • Add cmake option HELLOIMGUI_USE_EXTERNAL_JSON (to provide nlohmann json yourself)
  • compatibility with CMake 4
  • Fix checking for alphanumeric characters using proper conversion to a void undefined behavior (and assert message with MSBuild) by @Robxley in #136
  • support imgui 1.91.9 breaking changes by @toge in #142

New Contributors

Full Changelog: v1.6.0...v1.6.3