Skip to content

Commit c59a226

Browse files
committed
Version 1.91.8 WIP
1 parent 5c1d2d1 commit c59a226

8 files changed

+18
-9
lines changed

docs/CHANGELOG.txt

+9
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ HOW TO UPDATE?
3535
and API updates have been a little more frequent lately. They are documented below and in imgui.cpp and should not affect all users.
3636
- Please report any issue!
3737

38+
-----------------------------------------------------------------------
39+
VERSION 1.91.8 WIP (In Progress)
40+
-----------------------------------------------------------------------
41+
42+
Breaking changes:
43+
44+
Other changes:
45+
46+
3847
-----------------------------------------------------------------------
3948
VERSION 1.91.7 (Released 2025-01-14)
4049
-----------------------------------------------------------------------

imgui.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dear imgui, v1.91.7
1+
// dear imgui, v1.91.8 WIP
22
// (main code and documentation)
33

44
// Help:

imgui.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dear imgui, v1.91.7
1+
// dear imgui, v1.91.8 WIP
22
// (headers)
33

44
// Help:
@@ -28,8 +28,8 @@
2828

2929
// Library Version
3030
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
31-
#define IMGUI_VERSION "1.91.7"
32-
#define IMGUI_VERSION_NUM 19170
31+
#define IMGUI_VERSION "1.91.8 WIP"
32+
#define IMGUI_VERSION_NUM 19171
3333
#define IMGUI_HAS_TABLE
3434

3535
/*

imgui_demo.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dear imgui, v1.91.7
1+
// dear imgui, v1.91.8 WIP
22
// (demo code)
33

44
// Help:

imgui_draw.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dear imgui, v1.91.7
1+
// dear imgui, v1.91.8 WIP
22
// (drawing and font code)
33

44
/*

imgui_internal.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dear imgui, v1.91.7
1+
// dear imgui, v1.91.8 WIP
22
// (internal structures/api)
33

44
// You may use this file to debug, understand or extend Dear ImGui features but we don't provide any guarantee of forward compatibility.

imgui_tables.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dear imgui, v1.91.7
1+
// dear imgui, v1.91.8 WIP
22
// (tables and columns code)
33

44
/*

imgui_widgets.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dear imgui, v1.91.7
1+
// dear imgui, v1.91.8 WIP
22
// (widgets code)
33

44
/*

0 commit comments

Comments
 (0)