Skip to content

v1.92.7.1

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jul 08:27
· 11 commits to main since this release
b164a88

What's Changed

This is a maintenance release on top of v1.92.0. Dear ImGui stays at 1.92.7 and the binding API is unchanged —
the reason to upgrade is that the native artifacts are consumable from Java 8 again.

Highlights

  • Native artifacts target Java 8 again

    • imgui-java-natives-*:1.92.0 was compiled with a Java 17 release target, so dependency resolution rejected it on a
      Java 8 toolchain with only compatible with JVM runtime version 17 or newer.
    • Anyone who hit #403 on 1.92.0 should upgrade — no code changes
      are needed on your side.
    • Contributed by @Enaium — thank you!
  • Version tags now carry the full Dear ImGui version

    • A tag is v<dear-imgui-version>.<build>, so v1.92.7.1 is the second imgui-java release built on Dear ImGui
      1.92.7. Previously only MAJOR.MINOR mirrored upstream, which left v1.92.0 unable to say which upstream patch
      it shipped.
    • Nothing about consuming the library changes: io.github.spair:imgui-java-*:1.92.7.1 resolves as usual, and version
      ordering is preserved (1.92.0 < 1.92.7.1).
    • See CONTRIBUTING.md § Versioning.

Known limitations

Unchanged from v1.92.0: ImTextureRef / ImTextureData, the dynamic font texture protocol
(ImGuiBackendFlags_RendererHasTextures), ImFontBaked, the Multi-Select API and ImGui.imageWithBg() are still not
surfaced in the binding. See the v1.92.0 release notes for
details.

List of changes

  • Native artifacts target Java 8 again by @Enaium in #409
  • Rewrite the contributor guide and tidy the repo docs in #416
Build and tooling

Build-time only — none of these reach the published artifacts, and imgui-binding still ships with zero runtime
dependencies.

  • Gradle wrapper 9.4.1 → 9.5.1 in #399, #402
  • Spoon 10.3.0 → 11.3.0 in #396
  • Jackson core and databind 2.20.0 → 2.21.4 in #393, #394, #398, #400, #406
  • Shadow 9.4.1 → 9.4.2 in #407
  • softprops/action-gh-release 2 → 3 in #395
  • actions/checkout 6 → 7 in #411

Contributors

  • @Enaium — reported and fixed the Java release target on the native modules
    (#403, #409)

New Contributors

Thanks

Thanks to all contributors and users for your valuable feedback and support!
You can support the project's development with a donation - your contribution helps keep it growing and improving.

ko-fi

Full Changelog: v1.92.0...v1.92.7.1