Skip to content

Latest commit

 

History

History
executable file
·
51 lines (37 loc) · 1.67 KB

File metadata and controls

executable file
·
51 lines (37 loc) · 1.67 KB

Changelog

WIP - 18.01.2024

Added

  • Simultanious notification rendering limit (See NOTIFY_RENDER_LIMIT)

Changed

  • README clarifications. (#5)
  • Upgraded Dear ImGui version used in example (Unix & Windows) to v1.90 WIP

Fixed

  • Removed unnecessary files. (#5)
  • Warnings fixed in Windows example.

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

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