Releases: Windos/BurntToast
Releases · Windos/BurntToast
v1.1.0
v1.0.1
v1.0.0
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
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.
v0.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:
- c7c0cfe Merge pull request #143 from Windos/v0.8.4
- 0ea9681 More change log prep
- c6ed9d2 Text handling for Twitch/IRC edge cases
- 9f06ac0 UniqueIdentifier on Remove-BTNotification
- c3a0719 Opps
- 782e869 Test this part again
- 0bbd219 Update template, though don't think this will fix
- 223d459 Let's just hide that
- b983f3e Update libs
- 04462ec Changes and contribs
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
#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
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:
- 28003bb Merge pull request #119 from Windos/v0.8.2
- cbdab30 Bump version number and change log
- 426ee8c Tests and documentation for columns
- a0d05c7 Fixing issues
- 016e155 meta tests
- 7d4fbcd Splitting out tests into individual files
- 57ff903 Addressing Codacy recommendations
- 134f9f3 Add ShouldProcess
- 4d53cc1 Add: AdaptiveGroup
- 9a32fea Update to new Codacy
This list of changes was auto generated.
v0.8.1
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
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
v0.7.2
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:
- 61c7a94 Merge pull request #110 from Windos/v0.7.2
- 8061751 New lines
- b0d25c0 Change log
- 428d5ef Temp Env
- 5163cd3 Azdo CodeCoverage?
- 0e3aea7 Adding on-prem x86 host
- 5712c11 bootstrap more?
- f05460f Invalid name
- 71d177d stuffed that up
- dc175cf Stages?
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.