Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Jul 6, 2024
1 parent c8aad88 commit b868908
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 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.0") # 1.5.0 WIP
project(hello-imgui LANGUAGES C CXX VERSION "1.5.0")
set(CMAKE_CXX_STANDARD 17)

if (IOS)
Expand Down
10 changes: 8 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
Version numbers are synced between hello_imgui and imgui_bundle.

# v1.5.0-rc1

# v1.5.0
* Improved rendering on Windows (via antialiasing)
* Add IniFolderType.AbsolutePath
* Polish themes
* Add callback PostRenderDockableWindows
* Added optional [hello_imgui.ini](https://github.com/pthom/hello_imgui/blob/master/hello_imgui_example.ini) file,
as a way to do advanced configuration for Dpi and OpenGL rendering options
* Add PushTweakedTheme / PopTweakedTheme (different ImGui windows can use a different theme. See demo docking)
* Add DpiAwareParams: see [doc](https://pthom.github.io/hello_imgui/book/doc_params.html#dpi-aware-params)
* Add HelloImGui::ImageAndSizeFromAsset see [doc](https://pthom.github.io/hello_imgui/book/doc_api.html#display-images-from-assets)
* callbacks.LoadAdditionalFonts can be modified and reused during execution
Expand Down

0 comments on commit b868908

Please sign in to comment.