We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7976585 commit 388e925Copy full SHA for 388e925
docs/CHANGELOG.txt
@@ -1,3 +1,6 @@
1
+v0.10.0 (WIP):
2
+
3
4
v0.9.2 (2023-09-01):
5
6
NEW: Editor: Add offset of hover/select to style (thanks @MultiPain)
imgui_node_editor.h
@@ -21,8 +21,8 @@
21
22
23
//------------------------------------------------------------------------------
24
-# define IMGUI_NODE_EDITOR_VERSION "0.9.2"
25
-# define IMGUI_NODE_EDITOR_VERSION_NUM 000902
+# define IMGUI_NODE_EDITOR_VERSION "0.10.0"
+# define IMGUI_NODE_EDITOR_VERSION_NUM 001000
26
27
28
0 commit comments