Skip to content

Commit d6005d7

Browse files
committed
(release) v1.0.1
1 parent efe801e commit d6005d7

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/BurntToast.psd1

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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'
@@ -38,7 +38,13 @@
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.

0 commit comments

Comments
 (0)