Skip to content

Commit

Permalink
(breaking) Remove shoulder tap notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Windos committed Jan 12, 2024
1 parent 6045ff7 commit f6c49e9
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 356 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

- Breaking Change: Shoulder tap notification support has been removed

- Libraries: Microsoft.Windows.SDK.NET.Ref library bumped to 10.0.22621.28

- Libraries: Microsoft.Toolkit.Uwp.Notifications library bumped to 7.1.3

- [0.8.5](https://github.com/Windos/BurntToast/releases/download/v0.8.5/BurntToast.zip)

- Actually implement the ability to use a UniqueIdentifier with the Remove-BTNotification function (which was half implemented in 0.8.4)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ See the [Chocolatey community package](https://chocolatey.org/packages/burnttoas

### Breaking Changes

- Shoulder tap notification support has been removed

### Features

### Improvements
Expand Down
8 changes: 2 additions & 6 deletions src/BurntToast.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,14 @@
'New-BTInput',
'New-BTProgressBar',
'New-BTSelectionBoxItem',
'New-BTShoulderTapBinding',
'New-BTShoulderTapImage',
'New-BTShoulderTapPeople',
'New-BTText',
'New-BTVisual',
'New-BurntToastShoulderTap',
'New-BurntToastNotification',
'Remove-BTNotification',
'Submit-BTNotification',
'Update-BTNotification'
CmdletsToExport = @()
AliasesToExport = @('ShoulderTap',
'Toast')
AliasesToExport = @('Toast')
PrivateData = @{
PSData = @{
Tags = @('Notifications', 'Utilities', 'Windows10', 'Toast')
Expand All @@ -46,6 +41,7 @@
ReleaseNotes = '# 1.0.0
* Breaking Changes
* Shoulder tap notification support has been removed
* Features
* Improvements
* Libraries
Expand Down
57 changes: 0 additions & 57 deletions src/Public/New-BTShoulderTapBinding.ps1

This file was deleted.

83 changes: 0 additions & 83 deletions src/Public/New-BTShoulderTapImage.ps1

This file was deleted.

55 changes: 0 additions & 55 deletions src/Public/New-BTShoulderTapPeople.ps1

This file was deleted.

Loading

0 comments on commit f6c49e9

Please sign in to comment.