We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7976585 commit 4a5a6dbCopy full SHA for 4a5a6db
docs/CHANGELOG.txt
@@ -1,3 +1,8 @@
1
+v0.9.3 (WIP):
2
+
3
+ nothing yet
4
5
6
v0.9.2 (2023-09-01):
7
8
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.9.3"
+# define IMGUI_NODE_EDITOR_VERSION_NUM 000903
26
27
28
0 commit comments