Skip to content

Commit 230c14a

Browse files
committed
(2.0.0) Bump version and prep release notes placeholder
1 parent 63f0717 commit 230c14a

File tree

3 files changed

+10
-30
lines changed

3 files changed

+10
-30
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Full Change Log
22

3+
- [v2.0.0](https://github.com/Windos/BurntToast/releases/download/v2.0.0/BurntToast.zip)
4+
5+
- Breaking Changes
6+
37
- [v1.1.0](https://github.com/Windos/BurntToast/releases/download/v1.1.0/BurntToast.zip)
48

59
- Features and Improvements

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ See the [Chocolatey community package](https://chocolatey.org/packages/burnttoas
3232

3333
## Releases
3434

35+
### [v2.0.0](https://github.com/Windos/BurntToast/releases/download/v2.0.0/BurntToast.zip)
36+
37+
#### Breaking Changes
38+
3539
### [v1.1.0](https://github.com/Windos/BurntToast/releases/download/v1.1.0/BurntToast.zip)
3640

3741
#### Features and Improvements

src/BurntToast.psd1

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'BurntToast.psm1'
3-
ModuleVersion = '1.1.0'
3+
ModuleVersion = '1.2.0'
44
# Can only use CompatiblePSEditions if PowerShellVersion is set to 5.1, not sure about limiting this to that version yet.
55
# CompatiblePSEditions = @('Desktop')
66
GUID = '751a2aeb-a68f-422e-a2ea-376bdd81612a'
@@ -38,37 +38,9 @@
3838
LicenseUri = 'https://github.com/Windos/BurntToast/blob/main/LICENSE'
3939
ProjectUri = 'https://github.com/Windos/BurntToast'
4040
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
5542
5643
* 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.
7244
'
7345
}
7446
}

0 commit comments

Comments
 (0)