Skip to content

Commit a2e8199

Browse files
committed
(breaking) Remove shoulder tap notifications
1 parent e53d36c commit a2e8199

8 files changed

+11
-356
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
- [1.0.0](https://github.com/Windos/BurntToast/releases/download/v1.0.0/BurntToast.zip)
44

5+
- Breaking Change: Shoulder tap notification support has been removed
6+
7+
- Libraries: Microsoft.Windows.SDK.NET.Ref library bumped to 10.0.22621.28
8+
9+
- Libraries: Microsoft.Toolkit.Uwp.Notifications library bumped to 7.1.3
10+
511
- [0.8.5](https://github.com/Windos/BurntToast/releases/download/v0.8.5/BurntToast.zip)
612

713
- Actually implement the ability to use a UniqueIdentifier with the Remove-BTNotification function (which was half implemented in 0.8.4)

README.md

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

4646
### Breaking Changes
4747

48+
- Shoulder tap notification support has been removed
49+
4850
### Features
4951

5052
### Improvements

src/BurntToast.psd1

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,14 @@
2424
'New-BTInput',
2525
'New-BTProgressBar',
2626
'New-BTSelectionBoxItem',
27-
'New-BTShoulderTapBinding',
28-
'New-BTShoulderTapImage',
29-
'New-BTShoulderTapPeople',
3027
'New-BTText',
3128
'New-BTVisual',
32-
'New-BurntToastShoulderTap',
3329
'New-BurntToastNotification',
3430
'Remove-BTNotification',
3531
'Submit-BTNotification',
3632
'Update-BTNotification'
3733
CmdletsToExport = @()
38-
AliasesToExport = @('ShoulderTap',
39-
'Toast')
34+
AliasesToExport = @('Toast')
4035
PrivateData = @{
4136
PSData = @{
4237
Tags = @('Notifications', 'Utilities', 'Windows10', 'Toast')
@@ -46,6 +41,7 @@
4641
ReleaseNotes = '# 1.0.0
4742
4843
* Breaking Changes
44+
* Shoulder tap notification support has been removed
4945
* Features
5046
* Improvements
5147
* Libraries

src/Public/New-BTShoulderTapBinding.ps1

Lines changed: 0 additions & 57 deletions
This file was deleted.

src/Public/New-BTShoulderTapImage.ps1

Lines changed: 0 additions & 83 deletions
This file was deleted.

src/Public/New-BTShoulderTapPeople.ps1

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)