diff readme.txt @ 2088:94ea915bd917

Win: Initial implementation of notifications on Windows. Currently using WinToast. Update readme regarding WinToast support and in-source comments regarding the API. Fix missing "API" calling conventions on OS/2 and Windows.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 05 Jun 2020 16:27:00 +0000
parents 8f08d4c9d3fc
children 0c7de37977c8
line wrap: on
line diff
--- a/readme.txt	Fri Jun 05 06:00:17 2020 +0000
+++ b/readme.txt	Fri Jun 05 16:27:00 2020 +0000
@@ -34,7 +34,7 @@
 
 Changes from version 3.0:
 Added support for MacOS versions through Catalina 10.15, 
-    Windows versions through 10 build 1909.
+    Windows versions through 10 build 2004.
 Fixed handle leak on OS/2 when built with (Open)Watcom.
 Added dark mode support on MacOS Mojave 10.14 and later. 
 Added experimental dark mode support on Windows 10 build 1809 (disabled by default).
@@ -46,6 +46,7 @@
     Requires Windows 8 or higher. MacOS 10.8 or higher. GLib 2.40 or higher on Unix.
     MacOS also requires the application bundle being signed or self-signed.
     Unix requires a desktop file link with the application ID used in dw_app_id_set().
+    Unzip WinToast from https://github.com/mohabouje/WinToast into  .\packages\WinToast
 Added webkit2gtk support and removed dead gtkmozembed and libgtkhtml2 support on Unix.
 Added embedded HTML javascript support on Mac, Windows and Unix with webkit(2)gtk. 
     Added function dw_html_javascript_run() to execute javascript code.