Releases: TyomaVader/ImGuiNotify
Releases · TyomaVader/ImGuiNotify
Version 0.0.3
What's Changed
- Added optional notifications rendering relative to the monitor size (#7)
- Added Simultanious notification rendering limit
- Corrected crash on wasm run when calling ImGui::RenderNotification() by @Im-Rises in #6
- Corrected crash on macOS by @sjy0727 in #8
- MacOS Molten VK & Metal Support for Unix Cmake Example by @starlight-traveler in #9
New Contributors
- @Im-Rises made their first contribution in #6
- @sjy0727 made their first contribution in #8
- @starlight-traveler made their first contribution in #9
FULL CHANGELOG
Version 0.0.2
Changelog
v.0.0.2 - 30.08.2023
Added
- CMake support, see CMakeLists.txt for details
- Dismiss button for notifications (optional)
- Optional button in the notification that executes a user-defined function
- GitHub Actions for Linux and Windows builds
- Documentation examples
Fixed
- Documentation fixes
Changed
- Switched from classic enums to scoped enums
- Upgraded Dear ImGui version used in example to v1.89.9 WIP
Version 0.0.1
Changelog
v.0.0.1 - 28.07.2023
Added
- Linux support
- Documentation
Fixed
- Notifications now render above all other windows
- Notifications now render in the correct position when the main window is moved
- Compilation warnings about incorrect usage of
ImGui::Text()
Changed
- Code readability improved
- Switched to Font Awesome 6 icons
- Visual changes to the notifications (can be customized in the
main.cpp
file) - Default ImGui theme changed to Embrace The Darkness by janekb04