Skip to content

Commit 73ec8ac

Browse files
authored
Merge pull request #251 from Windos/v1.0.0
Release v1.0.0
2 parents fd0c0d8 + 88ad40f commit 73ec8ac

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

Tests/New-BTImage.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Describe 'New-BTImage' {
7575
BeforeAll {
7676
Start-Transcript tmp.log
7777
try {
78-
New-BTImage -Source https://raw.githubusercontent.com/Windos/BurntToast/main/Media/BurntToast.png -WhatIf
78+
New-BTImage -Source https://raw.githubusercontent.com/Windos/BurntToast/main/images/BurntToast.png -WhatIf
7979
}
8080
finally {
8181
Stop-Transcript
@@ -85,7 +85,7 @@ Describe 'New-BTImage' {
8585
}
8686

8787
It 'has consitent WhatIf response' {
88-
$Expected = "What if: Performing the operation ""New-BTImage"" on target ""returning: [AdaptiveImage]:Source=$($env:TEMP)\https---raw.githubusercontent.com-Windos-BurntToast-main-Media-BurntToast.png:AlternateText=:HintCrop=Default:HintRemoveMargin=False:HintAlign=Default:AddImageQuery=""."
88+
$Expected = "What if: Performing the operation ""New-BTImage"" on target ""returning: [AdaptiveImage]:Source=$($env:TEMP)\https---raw.githubusercontent.com-Windos-BurntToast-main-images-BurntToast.png:AlternateText=:HintCrop=Default:HintRemoveMargin=False:HintAlign=Default:AddImageQuery=""."
8989
$Log | Should -Be $Expected
9090
}
9191
}

src/BurntToast.psd1

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,29 +35,24 @@
3535
PrivateData = @{
3636
PSData = @{
3737
Tags = @('Notifications', 'Utilities', 'Windows10', 'Toast')
38-
Prerelease = 'Preview20250720'
3938
LicenseUri = 'https://github.com/Windos/BurntToast/blob/main/LICENSE'
4039
ProjectUri = 'https://github.com/Windos/BurntToast'
4140
IconUri = 'https://rawcdn.githack.com/Windos/BurntToast/3dd8dd7457552056da4bbd27880f8283e1116395/Media/BurntToast-Logo.png'
42-
ReleaseNotes = '# 1.0.0-Preview20250719
43-
44-
* Features and Improvements
45-
* Create and update all help files.
46-
* Enable "Activation" events on all supported versions of PowerShell, including Windows PowerShell.
47-
* Enable "Dismissed" and "Failed" events on PowerShell 7.1+.
48-
* Improve support for attribution text.
49-
* CI and Repository
50-
* Update Issue and Feature Request Templates.
51-
52-
# 1.0.0-Preview20250719
41+
ReleaseNotes = '# 1.0.0
5342
5443
* Breaking Changes
5544
* Custom Audio Path Removed: Support for custom audio file sources has been eliminated.
5645
* AppId Customization Removed: The ability to specify a custom AppId has been removed.
5746
* Shoulder Tap Notifications Removed: Support for "shoulder tap" toast types is no longer available.
5847
* Features and Improvements
48+
* Create and update all help files.
49+
* Enable "Activation" events on all supported versions of PowerShell, including Windows PowerShell.
50+
* Enable "Dismissed" and "Failed" events on PowerShell 7.1+.
51+
* Improve support for attribution text.
5952
* Shortcut Support: Introduced capability to create Windows shortcuts with proper AppUserModelID—enables full toast branding when launching PowerShell.
6053
* Event Data Improvements: Event data handling and options improved for notification actions.
54+
* CI and Repository
55+
* Update Issue and Feature Request Templates.
6156
* Libraries
6257
* Microsoft.Windows.SDK.NET.Ref library bumped to 10.0.22621.28.
6358
* Microsoft.Toolkit.Uwp.Notifications library bumped to 7.1.3.

0 commit comments

Comments
 (0)