v1.3.1
Important
Due to some vendor changes, compilation issues may occure on older systems (notably debian). They are related to imgui changes adding reference to some newer APIS in glibc. See here for more details.
Summary
Hi!
This minor release mainly focuses on fixing the long-existing issue with performing go get
/go mod tidy
commands on this repository.
It also updates all our components to the following versions:
cimgui (https://github.com/cimgui/cimgui) HEAD is on: c32d1c0c9bdceba886100c3e69ad408a60dc6b86
cimgui/imgui HEAD is on: 126d004f9e1eef062bf4b044b3b2faaf58d48c51
cimplot (https://github.com/cimgui/cimplot) HEAD is on: 381ed68cc0688f16d027d67edc3bc060afa4dde9
cimplot/implot HEAD is on: 193b9d8f92c4a437e84182b171f1ae266e72321f
cimnodes (https://github.com/cimgui/cimnodes) HEAD is on: 2c17d639e7ba969b294116834183b1520cb1035d
cimnodes/imnodes HEAD is on: 8563e1655bd9bb1f249e6552cc6274d506ee788b
cimmarkdown (https://github.com/gucio321/cimmarkdown) HEAD is on: 9deb5b1950c1e3f3defa5aea1b024a7b3aacf62d
cimmarkdown/imgui_markdown HEAD is on: 4e748bd50d194e6096afb179961574d35ed6b4bd
cimguizmo (https://github.com/cimgui/cimguizmo) HEAD is on: c3ade65dbda9750536a6a26c8d8fe705f0cfdfd1
cimguizmo/ImGuizmo HEAD is on: b10e91756d32395f5c1fefd417899b657ed7cb88
cimCTE (https://github.com/cimgui/cimcte) HEAD is on: d1c27ebb0e1af785f781fd7076be943ceee8d26c
cimCTE/ImGuiColorTextEdit HEAD is on: 8360032799e7310dbe173d87228ecc8409a9c889
Note
imgui.PlatformIO()
(originally known as ImGui::GetPlatformIO
is called imgui.CurrentPlatformIO()
now.
Warning
Some Breaking Changes in imgui API as well as in components APIs may occure, but they come from vendors.
What's Changed
- build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 by @dependabot in #407
- build(deps): bump github.com/hajimehoshi/ebiten/v2 from 2.8.5 to 2.8.6 by @dependabot in #403
- build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.1 by @dependabot in #408
- mod: rquire latest golang 1.24.0 by @gucio321 in #409
- build(deps): bump golangci/golangci-lint-action from 6.3.1 to 6.5.0 by @dependabot in #410
- feat(codegen): allow to skip files by @gucio321 in #411
- build(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by @dependabot in #412
- Vendor workaround + deps upgrade by @gucio321 in #414
Full Changelog: v1.3.0...v1.3.1