Skip to content

Commit

Permalink
changelog v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Dec 6, 2024
1 parent 5e2617e commit 557f362
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Version numbers are synced between hello_imgui and imgui_bundle.

# v1.6.1 (work in progress)
# v1.6.1

### ImGuizmo

Expand All @@ -11,6 +11,12 @@ Basically:
- `gizmo.manipulate` and `view_manipulate` will modify the matrices they receive
- if using glm, you will to need to convert to Matrix16, see `glm_mat4x4_to_float_list` in demo_gizmo.py

### Python
- fix bindings for implot.plot_bar_groups
- sdl pure backend: fix get_clipboard_text

### iOs
- Improved font rendering on iOS (use static freetype, use retina resolution)

# v1.6.0

Expand Down

0 comments on commit 557f362

Please sign in to comment.