diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c41b0ae9..471d7005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Updates +- **09-Apr-2021**: sokol_app.h now allows to programmatically set the window + icon in the Win32, X11 and HTML5 backends. Search for "WINDOW ICON SUPPORT" + in sokol_app.h for documentation, and see the new + [icon sample](https://floooh.github.io/sokol-html5/icon-sapp.html) for example code. + - **01-Apr-2021**: some fixes in sokol_app.h's iOS backend: - In the iOS Metal backend, high-dpi vs low-dpi works again. Some time ago (around iOS 12.x) MTKView started to ignore the contentScaleFactor |