WinToast Versions Save

WinToast is a lightly library written in C++ which brings a complete integration of the modern toast notifications of Windows 8 & Windows 10. Toast notifications allows your app to inform the users about relevant information and timely events that they should see and take action upon inside your app, such as a new instant message, a new friend request, breaking news, or a calendar event.

v1.3.0

1 year ago

Release v1.3.0

  • Added support to build the library and examples in CMake
  • Added support for Hero images
  • Added support for Inlined Images
  • Added support for Crop Images
  • Added more audio options to the template
  • Upgraded the Qt example to Qt6 and added support for the new features
  • Fixed a memory leak in the event handling mechanism #77

v1.2.0

6 years ago
  • Adding support to modify the toast notification duration
  • Error handling support
  • Fixing issues

v1.1.0

6 years ago
  • Adding Windows 10 Actions Support
  • Adding Windows 10 Placeholder Support
  • Adding Sound Configuration
  • Fixing issues.

release-v1.0.0

7 years ago
  • Load dependencies dinamically to avoid crashes in older Windows version (Windows Vista & XP).
  • Integrates basic interface to handle the different events for a toast notification: activated, time out or dismissed.
  • Integrates the basic notitfication templates.
  • Fixing related bugs & issues.