Skip to content

Commit 3a7f7ba

Browse files
committed
changelog v1.5.0-rc1
1 parent 98f241d commit 3a7f7ba

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Changelog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Version numbers are synced between hello_imgui and imgui_bundle.
22

3-
# v1.5.0
3+
# v1.5.0-rc1
4+
5+
* Add DpiAwareParams: see [doc](https://pthom.github.io/hello_imgui/book/doc_params.html#dpi-aware-params)
6+
* Add HelloImGui::ImageAndSizeFromAsset see [doc](https://pthom.github.io/hello_imgui/book/doc_api.html#display-images-from-assets)
7+
* callbacks.LoadAdditionalFonts can be modified and reused during execution
8+
* add null backend (see https://pthom.github.io/hello_imgui/book/doc_params.html#backend-selection)
9+
* Add [optional OpenGlOptions](https://github.com/pthom/hello_imgui/blob/98f241df2b43bb2b3191ab150c2b1a21b30c7031/src/hello_imgui/renderer_backend_options.h#L9-L56)
10+
* Add widgets InputTextResizable + WidgetWithResizeHandle: see [doc](https://pthom.github.io/hello_imgui/book/doc_api.html#additional-widgets)
11+
* Add HelloImGui::LoadDpiResponsiveFont: see [doc](https://pthom.github.io/hello_imgui/book/doc_api.html#load-fonts)
412

513
#### Add FontAwesome options with support for FontAwesome 4 and FontAwesome 6:
614

0 commit comments

Comments
 (0)