|
1 | 1 | @{ |
2 | 2 | RootModule = 'BurntToast.psm1' |
3 | | - ModuleVersion = '1.1.0' |
| 3 | + ModuleVersion = '1.2.0' |
4 | 4 | # Can only use CompatiblePSEditions if PowerShellVersion is set to 5.1, not sure about limiting this to that version yet. |
5 | 5 | # CompatiblePSEditions = @('Desktop') |
6 | 6 | GUID = '751a2aeb-a68f-422e-a2ea-376bdd81612a' |
|
38 | 38 | LicenseUri = 'https://github.com/Windos/BurntToast/blob/main/LICENSE' |
39 | 39 | ProjectUri = 'https://github.com/Windos/BurntToast' |
40 | 40 | IconUri = 'https://rawcdn.githack.com/Windos/BurntToast/3dd8dd7457552056da4bbd27880f8283e1116395/Media/BurntToast-Logo.png' |
41 | | - ReleaseNotes = '# 1.1.0 |
42 | | -
|
43 | | -* Features and Improvements |
44 | | - * Add support for Important Notifications using the Urgent switch. |
45 | | - * Add support for setting button colors. |
46 | | - * Center align notification body text when using the IncomingCall scenario. |
47 | | -
|
48 | | -# 1.0.1 |
49 | | -
|
50 | | -* Bug Fixes |
51 | | - * OnActivated events are "sticky" |
52 | | - * See #256 by [Windos](https://github.com/Windos) |
53 | | -
|
54 | | -# 1.0.0 |
| 41 | + ReleaseNotes = '# 2.0.0 |
55 | 42 |
|
56 | 43 | * Breaking Changes |
57 | | - * Custom Audio Path Removed: Support for custom audio file sources has been eliminated. |
58 | | - * AppId Customization Removed: The ability to specify a custom AppId has been removed. |
59 | | - * Shoulder Tap Notifications Removed: Support for "shoulder tap" toast types is no longer available. |
60 | | -* Features and Improvements |
61 | | - * Create and update all help files. |
62 | | - * Enable "Activation" events on all supported versions of PowerShell, including Windows PowerShell. |
63 | | - * Enable "Dismissed" and "Failed" events on PowerShell 7.1+. |
64 | | - * Improve support for attribution text. |
65 | | - * Shortcut Support: Introduced capability to create Windows shortcuts with proper AppUserModelID—enables full toast branding when launching PowerShell. |
66 | | - * Event Data Improvements: Event data handling and options improved for notification actions. |
67 | | -* CI and Repository |
68 | | - * Update Issue and Feature Request Templates. |
69 | | -* Libraries |
70 | | - * Microsoft.Windows.SDK.NET.Ref library bumped to 10.0.22621.28. |
71 | | - * Microsoft.Toolkit.Uwp.Notifications library bumped to 7.1.3. |
72 | 44 | ' |
73 | 45 | } |
74 | 46 | } |
|
0 commit comments