Releases: Gnimuc/CImGui.jl
Releases · Gnimuc/CImGui.jl
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:
v2.0.0
CImGui v2.0.0
This is a very breaking release, we recommend checking the changelog before updating.
Merged pull requests:
- Use ImDrawFlags_RoundCornersAll and bump version (#118) (@JamesWrigley)
- Merge cimgui-pack and LibCImGui.jl (#119) (@JamesWrigley)
- Bump cimgui-pack versions (#120) (@JamesWrigley)
- Enable the test engine features (#121) (@JamesWrigley)
- 1.90.8 and backend shenanigans (#122) (@JamesWrigley)
- Delete cimgui-pack (#125) (@JamesWrigley)
- Remove explicit instructions from the readme (#126) (@JamesWrigley)
Closed issues:
v1.82.2
CImGui v1.82.2
Merged pull requests:
- Use ImDrawFlags_RoundCornersAll and bump version (#118) (@JamesWrigley)
Closed issues:
AddRect()
error: "ImDrawCornerFlags_All
not defined" (#117)
v1.89.1
What's Changed
- CompatHelper: bump compat for CEnum to 0.5, (keep existing compat) by @github-actions in #103
- Update examples for v1.89 by @JamesWrigley in #110
- Fix the scrolling wrappers by @JamesWrigley in #115
- Add a changelog and bump the version by @JamesWrigley in #116
Full Changelog: v1.89.0...v1.89.1
v1.89.0
This is a breaking release! Remember to set appropriate compat bounds if you depend on CImGui.
What's Changed
- Restrict LibCImGui.jl compat bounds by @JamesWrigley in #90
- CompatHelper: bump compat for LibCImGui to 1, (keep existing compat) by @github-actions in #91
- CompatHelper: bump compat for ImGuiGLFWBackend to 0.2, (keep existing compat) by @github-actions in #93
- CompatHelper: bump compat for ImGuiOpenGLBackend to 0.2, (keep existing compat) by @github-actions in #92
- Update wrapper for v1.89.4 by @JamesWrigley in #87
- Workaround Text segfault on MacOS by @IanButterworth in #95
- Use demo for tests. Fix docs by @IanButterworth in #94
- Add some thread-safety advice to the docs by @JamesWrigley in #107
- Add docs for setting compat bounds by @JamesWrigley in #108
- Prepare v1.89.0 by @JamesWrigley in #106
Full Changelog: v1.82.0...v1.89.0