diff --git a/CMakeLists.txt b/CMakeLists.txt index 6693e255..26ae5f7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ else() cmake_minimum_required(VERSION 3.10) endif() -project(hello-imgui LANGUAGES C CXX VERSION "1.5.2") # v1.5.2 +project(hello-imgui LANGUAGES C CXX VERSION "1.6.0") set(CMAKE_CXX_STANDARD 17) if (IOS) diff --git a/Changelog.md b/Changelog.md index eb57c4c3..45c47cf5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,12 @@ Version numbers are synced between hello_imgui and imgui_bundle. -# v1.6.0 WIP +# v1.6.0 * SVG Font rendering: plutosvg replaces lunasvg (option HELLOIMGUI_USE_FREETYPE_PLUTOSVG on by default) +* Added AddDockableWindow / RemoveDockableWindow +* demo_docking: better demonstration / theme customization +* Add `HelloImGui::ManualRender: a namespace that groups functions, allowing fine-grained control over the rendering process +* Work on pyodide integration (for ImGui Bundle) + # v1.5.0 * Improved rendering on Windows (via antialiasing)