Skip to content

Commit

Permalink
changelog v1.5.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed May 24, 2024
1 parent 98f241d commit edc0753
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Version numbers are synced between hello_imgui and imgui_bundle.

# v1.5.0
# v1.5.0-rc1

* 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
* add null backend (see https://pthom.github.io/hello_imgui/book/doc_params.html#backend-selection)
* Add [optional OpenGlOptions](https://github.com/pthom/hello_imgui/blob/98f241df2b43bb2b3191ab150c2b1a21b30c7031/src/hello_imgui/renderer_backend_options.h#L9-L56)
* Add widgets InputTextResizable + WidgetWithResizeHandle: see [doc](https://pthom.github.io/hello_imgui/book/doc_api.html#additional-widgets)

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

Expand Down

0 comments on commit edc0753

Please sign in to comment.