Update README.md

This commit is contained in:
Martin Bengtsson 2020-08-22 21:07:54 +02:00 committed by GitHub
parent e56218243d
commit 24a726fab6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,22 @@
# Toast Notification Script # Toast Notification Script
Current version: 1.8.0 Current version: 2.0.0
Download the complete Windows 10 Toast Notification Script: https://github.com/imabdk/Toast-Notification-Script/blob/master/ToastNotificationScript1.8.0.zip Download the complete Windows 10 Toast Notification Script: https://github.com/imabdk/Toast-Notification-Script/blob/master/ToastNotificationScript2.0.0.zip
Blog posts, documentation as well as if any questions, please use: https://www.imab.dk/windows-10-toast-notification-script/ Blog posts, documentation as well as if any questions, please use: https://www.imab.dk/windows-10-toast-notification-script/
** Most of the work done in version 2.0.0 is done by Chad Bower // @Brower_Cha on Twitter **
** I have added the additional protocols/scripts and rewritten some minor things **
** As well as added support for dynamic deadline retrieval for software updates **
** Stuff has been rewritten to suit my understanding and thoughts of the script **
2.0.0 - Huge changes to how this script handles custom protocols
- Added Support for Software Updates : Searches for an update (IPU) and will store in variable
- Added Support for Custom Actions/Protocols within the script under user context removing the need for that to be run under SYSTEM/ADMIN
<Option Name="Action" Value="ToastRunUpdateID:" />
- Added Support to dynamically create Custom Action Scripts to support Custom Protocols
- Added New XML Types for SoftwareUpdates :
<Option Name="RunUpdateTitle" Enabled="True" Value="Version 1909" />
<Option Name="RunUpdateID" Enabled="True" Value="3012973" />
- Added support for getting deadline date/time dynamically for software updates