Skip to content

Commit 902dd7d

Browse files
committed
v1.92.5
1 parent c837047 commit 902dd7d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ else()
44
cmake_minimum_required(VERSION 3.10)
55
endif()
66

7-
project(hello-imgui LANGUAGES C CXX VERSION "1.92.3") # 1.92.3 - This mirrors IMGUI_VERSION_NUM in imgui.h
7+
project(hello-imgui LANGUAGES C CXX VERSION "1.92.5") # 1.92.5 - This mirrors IMGUI_VERSION_NUM in imgui.h
88
set(CMAKE_CXX_STANDARD 17)
99

1010
if (IOS)

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
# Unreleased
44

5+
# v1.92.5
6+
* Update ImGui to v1.92.5-docking
7+
* InputTextResizable: fix for node editor (can't resize multiline edit when inside a node)
8+
* AbstractRunner: improve non idling detection
9+
* Emscripten: can also run using glfw3 (via pongasoft/emscripten-glfw)
10+
* windows: Support icon.ico in _hello_imgui_add_windows_icon
11+
512
# v1.92.3
613
* toolbars: fix issue in toolbar min size (thanks @wkjarosz)
714
### Assets

0 commit comments

Comments
 (0)