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
- Enhancement: Hero images can now be specified using the New-BurntToastNotification function using the -HeroImage parameter (#80)
- Thanks @UniverseCitiz3n
- Enhancement: AppIDs can now be specified using the New-BurntToastNotification function using the -AppId parameter.
- Thanks @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 and @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. MicrosoftDocs/windows-dev-docs#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
Changes:
- 74f2918 Merge pull request #144 from Windos/v0.8.5
- 6a44975 Version bump and change log
- 1156f5a Implement logic for UniqueIdentifier on remove function
This list of changes was auto generated.