Skip to content

Commit

Permalink
Version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Nov 21, 2024
1 parent 3c1b3d3 commit 2ecddcf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 6 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 2ecddcf

Please sign in to comment.