You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
Version numbers are synced between hello_imgui and imgui_bundle.
2
2
3
+
# v1.92.0
4
+
Version numbers are now synced between "Dear ImGui" "Hello ImGui" and "Dear ImGui Bundle".
5
+
6
+
* ImGui: Many Font related changes: this release brings many changes on the ImGui side (v1.92.0): do read the [release notes for ImGui v1.92.0](https://github.com/ocornut/imgui/releases/tag/v1.92.0)
7
+
TLDR: Fonts may be rendered at any size. Glyphs are loaded and rasterized dynamically. No need to specify ranges, prebake etc.
8
+
9
+
* Removed FontDpiResponsive: this is now handled by ImGui itself
10
+
* Removed FontLoadingParams.glyphRanges, since ranges are not needed anymore by ImGui
11
+
3
12
# v1.6.3
4
13
- Assets: can search with absolute path or from current working directory
5
14
- Add utility function void UseWindowFullMonitorWorkArea()
0 commit comments