BurntToast

0.8.5

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

Minimum PowerShell version

5.0

There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

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

Install-Module -Name BurntToast -RequiredVersion 0.8.5

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

Install-PSResource -Name BurntToast -Version 0.8.5

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

Get-BTHistory New-BTAction New-BTAppId New-BTAudio New-BTBinding New-BTButton New-BTColumn New-BTContent New-BTContextMenuItem New-BTHeader New-BTImage New-BTInput New-BTProgressBar New-BTSelectionBoxItem New-BTShoulderTapBinding New-BTShoulderTapImage New-BTShoulderTapPeople New-BTText New-BTVisual New-BurntToastShoulderTap New-BurntToastNotification Remove-BTNotification Submit-BTNotification Update-BTNotification

Dependencies

This module has no dependencies.

Release Notes

# 0.8.5

* Actually implement the ability to use a UniqueIdentifier with the Remove-BTNotification function (which was half implemented in 0.8.4)

# 0.8.4

* Enhancement: Header ID on New-BTHeader is now optional. An ID will be auto generated if not specified (#125)
 * Thanks [@glennsarti](https://github.com/glennsarti)
* Enhancement: Hero images can now be specified using the New-BurntToastNotification function using the -HeroImage parameter (#80)
 * Thanks [@UniverseCitiz3n](https://github.com/UniverseCitiz3n)
* Enhancement: AppIDs can now be specified using the New-BurntToastNotification function using the -AppId parameter.
 * Thanks [@cedarbaum](https://github.com/cedarbaum)
* Enhancement: You can now specify a UniqueIdentifier when using the Remove-BTNotification function rather than component Tag and Group strings.
* Fix: Weird edge cases when taking text from Twitch/IRC and using them in a toast is now sorted.
 * Thanks [@potatoqualitee](https://github.com/potatoqualitee) and [@vexx32](https://github.com/vexx32)

# 0.8.3

* Fix: Error when running Update-BTNotification on PowerShell 6.0+ (#120)
* Fix: Error when using actionable toast parameters on any version (#122)
* Fix: Multiple warnings about events not being supported when specifying multiple event types.

# 0.8.2

* Add: AdaptiveGroups are now usable via New-BTColumn

# 0.8.1

* Fix: Toast alias removed in 0.8.0 has been restored
* Deprecation: Signalling removal of Shoulder Tap cmdlets in future version, v0.9.0
* Deprecation: Signalling removal of Path parameter from New-BTAudio in future version, v0.9.0. https://github.com/MicrosoftDocs/windows-uwp/issues/1593

# 0.8.0

* Fix: Images from UNC path failing (#111)
* Add: Ability to force a refresh of cached images via IgnoreCache switch on New-BTImage
* Add: ACTIONABLE NOTIFICATIONS! Exposed via ActivatedAction and DismissedAction parameters on Submit-BTNotification and New-BurntToastNotification

FileList

  • BurntToast.nuspec
  • BurntToast.psd1
  • BurntToast.psm1
  • config.json
  • README.md
  • en-us\about_BurntToast.help.txt
  • Images\BurntToast-Logo.png
  • Images\BurntToast.png
  • lib\Microsoft.Toolkit.Uwp.Notifications\Microsoft.Toolkit.Uwp.Notifications.dll
  • lib\Microsoft.Toolkit.Uwp.Notifications\README.md
  • lib\Microsoft.Windows.SDK.NET\Microsoft.Windows.SDK.NET.dll
  • lib\Microsoft.Windows.SDK.NET\README.md
  • lib\Microsoft.Windows.SDK.NET\WinRT.Runtime.dll

Version History

Version Downloads Last updated
1.0.0-Preview2 2,702 5/6/2023
1.0.0-Preview1 959 2/9/2022
0.8.5 (current version) 15,380,306 12/30/2020
0.8.4 2,092 12/29/2020
0.8.3 260,325 10/4/2020
0.8.2 2,782 9/24/2020
0.8.1 144 9/17/2020
0.8.0 4,872 9/11/2020
0.7.2 26,865 8/6/2020
0.7.1 92,515 4/9/2020
0.7.0 116,444 4/1/2019
0.6.3 40,701 2/2/2019
0.6.2 19,163 6/5/2018
0.6.1 7,165 10/16/2017
0.6.0 2,841 4/28/2017
0.5.2 912 3/14/2017
0.5.1 1,162 1/1/2017
0.5.0 305 11/3/2016
0.4 879 7/31/2015
0.3 119 7/22/2015
Show more