Releases: JuliaImGui/CImGui.jl
Releases · JuliaImGui/CImGui.jl
v5.1.0
CImGui v5.1.0
Merged pull requests:
- Added an option to use
WaitEvents()
instead ofPollEvents()
(#166) (@Sukhoverkhaya)
Closed issues:
- Is there a way to use
GLFW.WaitEvents
instead ofGLFW.PollEvents
in the render loop? (#164)
v5.0.1
CImGui v5.0.1
Merged pull requests:
- Add precompilation workloads and bump version (#165) (@JamesWrigley)
v5.0.0
CImGui v5.0.0
See the changelog for breaking changes: https://juliaimgui.github.io/ImGuiDocs.jl/cimgui/stable/changelog/
Merged pull requests:
- Escape null-terminators properly in docstrings (#159) (@JamesWrigley)
- Update documentation links to point to the MultiDocumenter site (#160) (@JamesWrigley)
- Cleanup CI a bit (#161) (@JamesWrigley)
- CompatHelper: bump compat for GLMakie in [weakdeps] to 0.11, (keep existing compat) (#162) (@github-actions[bot])
- Update bindings for v1.91.8 and bump version (#163) (@JamesWrigley)
v4.0.0
CImGui v4.0.0
See the changelog for breaking changes: https://juliaimgui.github.io/ImGuiDocs.jl/cimgui/stable/changelog/
Merged pull requests:
- Prepare for v4 (#157) (@JamesWrigley)
- Update links to point to the new repo (#158) (@JamesWrigley)
Closed issues:
v3.1.1
CImGui v3.1.1
Merged pull requests:
- Delete old bindings (#153) (@JamesWrigley)
- Bump version (#156) (@JamesWrigley)
v3.1.0
v3.0.0
CImGui v3.0.0
Merged pull requests:
- Pin the renderloop to thread 1 by default for safety (#138) (@JamesWrigley)
- Add a port of HelpMarker() (#139) (@JamesWrigley)
- Minor docs improvements (#140) (@JamesWrigley)
- v1.91.0 (#141) (@JamesWrigley)
- Delete code obsoleted by improved GLMakie embedding support (#142) (@JamesWrigley)
- Add accessors for ImNodesStyle (#144) (@JamesWrigley)
- Regenerate bindings for v1.91.1 (#145) (@JamesWrigley)
- Prepare for v3 (#147) (@JamesWrigley)
v2.3.0
CImGui v2.3.0
Merged pull requests:
- Document GLMakie requirements (#136) (@JamesWrigley)
- Makie improvements (#137) (@JamesWrigley)
Closed issues:
- error running makie_demo.jl (#135)
v2.2.0
v2.1.0
CImGui v2.1.0
First release with very experimental GLMakie support.
Merged pull requests:
- Add some real tests (#127) (@JamesWrigley)
- CompatHelper: add new compat entry for ModernGL in [weakdeps] at version 1, (keep existing compat) (#128) (@github-actions[bot])
- CompatHelper: add new compat entry for GLFW in [weakdeps] at version 3, (keep existing compat) (#129) (@github-actions[bot])
- Add support for setting the OpenGL version (#132) (@JamesWrigley)
- Makie integration (#133) (@JamesWrigley)
Closed issues: