Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Releases: inkyblackness/imgui-go

Final release - Deprecation marker

31 Dec 12:23
6bc27bb
Compare
Choose a tag to compare

This release marks the final version of this repository as per #192 .

The function CreateContext() has been marked as "deprecated", so users should be informed about it.

As per README, please consider the following alternatives (current at time of release):

Thank you all for using and contributing to this wrapper!

v4.6.0 - New features & sunsetting notice

22 Sep 18:24
d55c0f4
Compare
Choose a tag to compare

Thanks again to contributions, the following things are included:

Furthermore, this project and repository is entering sunsetting stage. Please refer to README.md as well as #192 for details.

v4.5.0 - new features

04 Jun 14:04
2c52d62
Compare
Choose a tag to compare

Thanks again to contributions, the following things are included:

v4.4.0 - update to 1.85

17 Nov 20:11
Compare
Choose a tag to compare

Thanks again to @neclepsio , this release uses v1.85 as per #160 .

This release also includes Push/PopAllowKeyboardFocus, added by @melaurent (#159)

Thank you all for your contributions!

v4.3.0 - update to v1.84.2 and further features

29 Sep 08:57
Compare
Choose a tag to compare

Thanks to @neclepsio , v1.84.2 is now in use. See #158 , which also includes a few extra functions.

Also included in this release are

Thank you all again for your contributions!

v4.2.0 - update to v1.82 - plus further features

30 Apr 18:19
Compare
Choose a tag to compare

Thanks to @ptxmac , v1.82 is now in use. See #148 . Version compatibility was preserved with a deprecated compatibility layer.

Furthermore, the following extensions have been made:

v4.1.0 - RadioButtonInt

14 Mar 08:33
ebf5e2d
Compare
Choose a tag to compare

Thanks to contribution by @JetSetIlly , RadioButtonInt() has been made available. See #143 .

Furthermore, the default branch has been renamed to main. See here for details.

v4.0.1 - bugfix on flag types

27 Feb 12:54
2d2d232
Compare
Choose a tag to compare

Thanks to @the-goodies , some flag arguments and return values have the proper type now - see #142 .

v4.0.0 - update to v1.81 - with tables

21 Feb 21:00
Compare
Choose a tag to compare

Thanks to the effort by @the-goodies , the wrapper has been upgraded to use v1.81 of Dear ImGui. As part of this upgrade, the support for tables was also added. See #138 for details.

Furthermore, @JetSetIlly helped to unify the names and types of various constants, most notably for bitflags. See #141 for details.

Both modifications included breaking changes, so the major version was bumped to v4.

v3.1.0 - new features

14 Feb 08:18
1de79fa
Compare
Choose a tag to compare

This release contains the following contributions: