Skip to content

Commit f1f7827

Browse files
committed
Changelog v1.92.5
1 parent d5da2cc commit f1f7827

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
# v1.92.XXX (ongoing)
44

5+
# v1.92.5
6+
7+
This version is based on ImGui v1.92.5 & hello_imgui v1.92.5.
8+
9+
## Updates to libraries
10+
### ImGui
11+
- Updates imgui to v1.92.5-docking
12+
- Update imgui_test_engine to v1.92.5
13+
### hello_imgui
14+
- update to v1.92.5
15+
### Implot & ImPlot3d
16+
- update implot and implot3d to latest main version
17+
### ImGuizmo and ImCoolBar
18+
- update to latest versions
19+
## Python bindings
20+
- most pip dependencies are now optional: only numpy is required. Pydantic, PyOpenGL, glfw, Pillow, matplotlib, and opencv-python are optional (if you use features that require them)
21+
- Vec2Protocol and Vec4Protocol are iterable / unpackable
22+
- import immapp_notebook.run_nb only if IPython is installed
23+
- option IMGUI_BUNDLE_PYTHON_DISABLE_OPENGL2 (Off by default): can disable Python backend support for OpenGL2
24+
- Update wgpu example to use wgpu latest API (compatible with v1.92)
25+
- Implot & ImPlot3d: fix bindings for setup_axis_ticks
26+
## Tooling
27+
- Fix pyodide build (force build sdl2 and libthtml5 with -fPIC)
28+
29+
530
# v1.92.4
631

732
This version is based on ImGui v1.92.3, and brings some small fixes.

0 commit comments

Comments
 (0)