Skip to content

Releases: TyomaVader/ImGuiNotify

Version 0.0.3

07 Jul 15:24
be053d9
Compare
Choose a tag to compare

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

FULL CHANGELOG

Version 0.0.2

30 Aug 16:57
Compare
Choose a tag to compare

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

28 Jul 15:29
13e4051
Compare
Choose a tag to compare

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