File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed
Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 11# Full Change Log
22
3+ - [ v1.0.1] ( https://github.com/Windos/BurntToast/releases/download/v1.0.1/BurntToast.zip )
4+
5+ - Bug Fixes
6+
7+ - OnActivated events are "sticky"
8+
9+ - See #256 by [ Windos] ( https://github.com/Windos )
10+
311- [ 1.0.0] ( https://github.com/Windos/BurntToast/releases/download/v1.0.0/BurntToast.zip )
412
513 - Breaking Changes
Original file line number Diff line number Diff line change @@ -32,6 +32,14 @@ See the [Chocolatey community package](https://chocolatey.org/packages/burnttoas
3232
3333## Releases
3434
35+ ### [ v1.0.1] ( https://github.com/Windos/BurntToast/releases/download/v1.0.1/BurntToast.zip )
36+
37+ #### Bug Fixes
38+
39+ - OnActivated events are "sticky"
40+
41+ - See #256 by [ Windos] ( https://github.com/Windos )
42+
3543### [ v1.0.0] ( https://github.com/Windos/BurntToast/releases/download/v1.0.0/BurntToast.zip )
3644
3745#### Breaking Changes
Original file line number Diff line number Diff line change 11@ {
22 RootModule = ' BurntToast.psm1'
3- ModuleVersion = ' 1.0.0 '
3+ ModuleVersion = ' 1.0.1 '
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'
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.0.0
41+ ReleaseNotes = ' # 1.0.1
42+
43+ * Bug Fixes
44+ * OnActivated events are "sticky"
45+ * See #256 by [Windos](https://github.com/Windos)
46+
47+ # 1.0.0
4248
4349* Breaking Changes
4450 * Custom Audio Path Removed: Support for custom audio file sources has been eliminated.
You can’t perform that action at this time.
0 commit comments