Skip to content

Releases: ktisis-tools/ImGuizmo.NET

v0.3.1

25 Aug 11:00
Compare
Choose a tag to compare

Fixes

  • Removed the bridge dll's dependency on libwinpthread-1.dll if compiled from a MSYS2 environment.
    This also affects the CI builds (and thus the published releases).

v0.3.0

05 Jul 10:14
Compare
Choose a tag to compare

Breaking Changes

  • The included version of Dear ImGui was changed to a new fork for compatibility with Dalamud.
    Expected Impact: Runtime incompatibility. No code changes necessary.

NOTE: This version is in testing. Use at your own risk.

v0.2.0

10 Mar 07:53
fffbf59
Compare
Choose a tag to compare

Breaking Changes

  • The main entrypoint class has been renamed from Ktisis.ImGuizmo.ImGuizmo to Ktisis.ImGuizmo.Gizmo.
    Expected Impact: This will break your existing code.
  • The ColorCount member of Ktisis.ImGuizmo.Style has been removed. It never existed on the native side, attempting to use it would have resulted in memory access violations.
    Expected Impact: Minimal.

NOTE: This version has not been tested. Use at your own risk.

v0.1.0

21 Feb 21:44
eb67e27
Compare
Choose a tag to compare

Initial Release

NOTE: This version has not been tested. Use at your own risk.