BurntToast

0.6.0

Module for creating and displaying Toast Notifications on Microsoft Windows 10.

Minimum PowerShell version

5.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name BurntToast -RequiredVersion 0.6.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name BurntToast -Version 0.6.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2015 Joshua (Windos) King. All rights reserved.

Package Details

Author(s)

  • Joshua (Windos) King

Tags

Notifications Utilities Windows10 Toast

Functions

New-BTAction New-BTAppId New-BTAudio New-BTBinding New-BTButton New-BTContent New-BTContextMenuItem New-BTHeader New-BTImage New-BTInput New-BTProgressBar New-BTSelectionBoxItem New-BTText New-BTVisual New-BurntToastNotification Submit-BTNotification

Dependencies

This module has no dependencies.

Release Notes


* Updated bundled UWP Toolkit to 1.4.1
   * Note that this caused an issue where strings were being wrapped with curly braces in end results. A workaround has been implemented, but could mean that if you legitimatly use some rather obscure strings, they may have the braces removed.
* Hero Images working now (Thanks to Creators Update)
* Headers can now be included (Creators Update feature)
* Progress bars can now be included (Creators Update feature)
* Specify a unique identifier in order to replace existing toasts
* You can specify a custom sound file using the -Path parameter of the New-BTAudio function. This hasn't been exposed through the main function... that poor thing is getting bloated.
* There is now help for every public function, and the online version for each of them can be found on github. Specify the -Online switch when using Get-Help to be taken directly there.

FileList

Version History

Version Downloads Last updated
0.8.5 16,230,854 12/30/2020
0.8.4 2,097 12/29/2020
0.8.3 260,327 10/4/2020
0.8.2 2,784 9/24/2020
0.8.1 147 9/17/2020
0.8.0 4,874 9/11/2020
0.7.2 26,867 8/6/2020
0.7.1 92,517 4/9/2020
0.7.0 116,448 4/1/2019
0.6.3 40,703 2/2/2019
0.6.2 19,191 6/5/2018
0.6.1 7,169 10/16/2017
0.6.0 (current version) 2,843 4/28/2017
0.5.2 914 3/14/2017
0.5.1 1,164 1/1/2017
0.5.0 307 11/3/2016
0.4 882 7/31/2015
0.3 122 7/22/2015
Show less