Skip to content

Releases: Windos/BurntToast

v1.1.0

10 Aug 04:29
63f0717

Choose a tag to compare

  • Features and Improvements
    • Add support for Important Notifications using the Urgent switch.
    • Add support for setting button colors.
    • Center align notification body text when using the IncomingCall scenario.

v1.0.1

24 Jul 09:41
0832bc0

Choose a tag to compare

1.0.1

  • Bug Fixes
    • OnActivated events are "sticky"

v1.0.0

22 Jul 09:11
73ec8ac

Choose a tag to compare

1.0.0

  • Breaking Changes
    • Custom Audio Path Removed: Support for custom audio file sources has been eliminated.
    • AppId Customization Removed: The ability to specify a custom AppId has been removed.
    • Shoulder Tap Notifications Removed: Support for "shoulder tap" toast types is no longer available.
  • Features and Improvements
    • Create and update all help files.
    • Enable "Activation" events on all supported versions of PowerShell, including Windows PowerShell.
    • Enable "Dismissed" and "Failed" events on PowerShell 7.1+.
    • Improve support for attribution text.
    • Shortcut Support: Introduced capability to create Windows shortcuts with proper AppUserModelID—enables full toast branding when launching PowerShell.
    • Event Data Improvements: Event data handling and options improved for notification actions.
  • CI and Repository
    • Update Issue and Feature Request Templates.
  • Libraries
    • Microsoft.Windows.SDK.NET.Ref library bumped to 10.0.22621.28.
    • Microsoft.Toolkit.Uwp.Notifications library bumped to 7.1.3.

v0.8.5

30 Dec 21:01
74f2918

Choose a tag to compare

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)
  • Enhancement: Hero images can now be specified using the New-BurntToastNotification function using the -HeroImage parameter (#80)
  • Enhancement: AppIDs can now be specified using the New-BurntToastNotification function using the -AppId parameter.
  • 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.

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.

v0.8.4

29 Dec 03:53
c7c0cfe

Choose a tag to compare

0.8.4

  • Enhancement: Header ID on New-BTHeader is now optional. An ID will be auto generated if not specified (#125)
  • Enhancement: Hero images can now be specified using the New-BurntToastNotification function using the -HeroImage parameter (#80)
  • Enhancement: AppIDs can now be specified using the New-BurntToastNotification function using the -AppId parameter.
  • 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.

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:

See More
  • ba91e40 Fixing my mistake on a merge conflict
  • df4b867 Merge pull request #134 from cedarbaum/add_app_id_param_to_new_notification_cmdlet
  • 69b1c60 Merge branch 'v0.8.4' into add_app_id_param_to_new_notification_cmdlet
  • 4d63e3b Change log and contribs
  • 40cf296 Adjusting indent and order
  • 78c27a1 Merge pull request #132 from UniverseCitiz3n/main
  • b542c7a Catching up on change log
  • 3023790 Add AppId parameter to New-BurntToastNotification cmdlet.
  • 161ed16 Adding feature to handle HeroImage
  • 0f3e32e Merge pull request #127 from glennsarti/gh-125-optional-id [ #125 ]
  • ffe568b Merge pull request #130 from steviecoaster/GH129 [ #129 ]
  • 6597468 Merge pull request #128 from steviecoaster/GH84 [ #84 ]
  • b8ddef4 (GH#129) Adds -Online help to all public cmdlets
  • 0aa8e60 (GH#84) Adust docmentation for -Sound parameter
  • 06f9119 (GH-125) Make Header ID optional [ #125 ]

This list of changes was auto generated.

v0.8.3

04 Oct 21:26

Choose a tag to compare

#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:

  • 52115dc Only check for support of events once, avoid multiple warnings
  • a3707e1 Bump version and change notes
  • b854507 Only add WinRT type on Win PS, should fix #120
  • ad26c49 Add version check to template, fixes #122
  • be23048 Merge pull request #116 from bcurran3/bcurran3-patch-1
  • c5832cb Update CHANGES.md
  • 1cdbf46 added Windows Server 2019 compatibility

This list of changes was auto generated.

v0.8.2

24 Sep 09:22
28003bb

Choose a tag to compare

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:

This list of changes was auto generated.

v0.8.1

17 Sep 23:11
b03dd65

Choose a tag to compare

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:

  • b03dd65 Merge pull request #115 from Windos/v0.8.1
  • ab02545 Misspelt Context
  • 5284c56 Re-introduce toast alias, add test for alias
  • fd20644 main change reverted in rebase
  • 4478969 Goodbye custom sound, you will be missed
  • 6587f03 Signalling deprecation: Shoulder Taps
  • 613c864 Change default branch to main

This list of changes was auto generated.

v0.8.0

11 Sep 19:15
f4acfab

Choose a tag to compare

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:

  • f4acfab Merge pull request #113 from Windos/v0.8.0
  • 8cf19db Changelog and version number
  • a4e1c69 Change from aliases to warn and continue (actionable toasts)
  • a8df509 Actionable toasts on 'New-BurntToastNotification' only 7.1+
  • 59bb991 Added event registration, warn on unsupported
  • ece9399 Fixes #111 + Adds ignoring image cache
  • 722072d Only do codecov if specified
  • 6a63dc1 ADD: About topic template
  • 3a30b3c Update download to latest version
  • fd06169 Remove TODO and update contributors
See More

This list of changes was auto generated.

v0.7.2

06 Aug 03:52
61c7a94

Choose a tag to compare

0.7.2

  • Fix: Curly Braces when "Reminder" pops up (#72)
  • Fix: Caching remote gifs are saved based on their remote filename and not overwritten (#105) - Thanks @KelvinTegelaar
  • Fix: BurntToast and .NET 5 (#101)

Changes:

See More
  • 21b3500 renaming the jobs
  • 6512424 SkipPublisherCheck on Pester install
  • e922f17 Re-order and dependency
  • 2dbfed2 Pipeline with custom agent
  • 921c66c had to downgrade version
  • c53c52e Only load using this method if not loading new DLL
  • 9a01cd8 Also need to update the template
  • c85cd18 update test to account for change to file names
  • 054f930 Lib updates and only load on 6+
  • 327dc34 Remove notes from root
  • 9b88519 And again
  • db72ed1 Specify Pester version
  • 69289f3 Merge branch 'v0.7.2' of https://github.com/Windos/BurntToast into v0.7.2
  • 77ed838 Update Optimize-BTImageSource.ps1
  • fdf5d87 added random number between 0 and 100000 to filename to prevent caching collision.
  • 70a7666 WinRT reflections
  • cd41f78 Setup for next ver
  • cd8bbbf Merge pull request #106 from KelvinTegelaar/master [ #105 ]
  • e07f1e2 Update Optimize-BTImageSource.ps1
  • aaf1dd8 added random number between 0 and 100000 to filename to prevent caching collision.
  • f4cbd05 Merge pull request #104 from faesel/added-app-logo
  • a5cfe75 added new parameter to pass in the app logo
  • e990711 Merge pull request #102 from icyfire0573/master
  • 21330d7 Update New-BTHeader.md
  • e58d94d WinRT reflections
  • 7706f47 Revert "Create codeql-analysis.yml"
  • 7128637 Create codeql-analysis.yml
  • 8cbe492 Merge pull request #99 from ShortArrow/master
  • 3f711c0 Update README.md
  • 5178692 Setup for next ver

This list of changes was auto generated.