diff --git a/New-ToastNotification.ps1 b/New-ToastNotification.ps1 index 6861558..0757702 100644 --- a/New-ToastNotification.ps1 +++ b/New-ToastNotification.ps1 @@ -14,7 +14,7 @@ .NOTES Filename: New-ToastNotification.ps1 - Version: 1.8.0 + Version: 2.0.0 Author: Martin Bengtsson Blog: www.imab.dk Twitter: @mwbengtsson @@ -76,6 +76,24 @@ - Added support for having config.xml file hosted online - Added support for having images used in the script hosted online + + + + ** 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 +