File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
Version numbers are synced between hello_imgui and imgui_bundle.
2
2
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 )
4
12
5
13
#### Add FontAwesome options with support for FontAwesome 4 and FontAwesome 6:
6
14
You can’t perform that action at this time.
0 commit comments