|
35 | 35 | PrivateData = @{ |
36 | 36 | PSData = @{ |
37 | 37 | Tags = @('Notifications', 'Utilities', 'Windows10', 'Toast') |
38 | | - Prerelease = 'Preview20250720' |
39 | 38 | LicenseUri = 'https://github.com/Windos/BurntToast/blob/main/LICENSE' |
40 | 39 | ProjectUri = 'https://github.com/Windos/BurntToast' |
41 | 40 | 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 |
53 | 42 |
|
54 | 43 | * Breaking Changes |
55 | 44 | * Custom Audio Path Removed: Support for custom audio file sources has been eliminated. |
56 | 45 | * AppId Customization Removed: The ability to specify a custom AppId has been removed. |
57 | 46 | * Shoulder Tap Notifications Removed: Support for "shoulder tap" toast types is no longer available. |
58 | 47 | * 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. |
59 | 52 | * Shortcut Support: Introduced capability to create Windows shortcuts with proper AppUserModelID—enables full toast branding when launching PowerShell. |
60 | 53 | * Event Data Improvements: Event data handling and options improved for notification actions. |
| 54 | +* CI and Repository |
| 55 | + * Update Issue and Feature Request Templates. |
61 | 56 | * Libraries |
62 | 57 | * Microsoft.Windows.SDK.NET.Ref library bumped to 10.0.22621.28. |
63 | 58 | * Microsoft.Toolkit.Uwp.Notifications library bumped to 7.1.3. |
|
0 commit comments