NtfyPwsh
0.6.0
Powershell module to send ntfy notifications.
Installation Options
Owners
Copyright
2025 Patrick Morris
Package Details
Author(s)
- Patrick Morris
Tags
Windows NtfyPwsh PowerShell Ntfy
Functions
Build-NtfyAction Send-NtfyMessage
PSEditions
Dependencies
This module has no dependencies.
Release Notes
# 📅 Changelog
All notable changes to the **NtfyPwsh** module will be documented in this file.
---
## [0.6.0] - 2025-05-19
### Changed
* The `-Action` parameter in `Send-NtfyMessage` was removed and replaced with the parameters `-ActionView`, `-ActionHttp`, and `-ActionBroadcast` for building actions using `Build-NtfyAction`.
* ⚠️ **Breaking:** You must now use `Build-NtfyAction` with the new action type parameters to construct actions for `Send-NtfyMessage`.
### Removed
* The `-Action` parameter from `Send-NtfyMessage` has been removed. Use `Build-NtfyAction` with the new action type parameters instead.
### Fixed
* Parameter sets now more strictly enforce Ntfy requirements for each action.
### Added
* Added -NoCache Parameter to `Send-NtfyMessage` to prevent the message from being cached server-side
---
## [0.5.0] - 2025-05-18
### Fixed
* Fixed and updated parameter sets.
### Updated
* Updated docs with examples and more detail.
* Updated comment-based help in module.
---
## [0.4.0] - 2025-01-01
### Breaking
* Authentication method changed:
* Now uses `-TokenCreds` for API using `Get-Credential`.
* Now uses `-Credential` for username and password using `Get-Credential`.
* Removed `-PlainTextToken`.
---
## [0.3.0] - 2024-12-01
### Fixed
* Fixed `tags` parameter.
* Updated tag value to `'partying_face'`.
---
## [0.2.0] - 2024-11-01
### Added
* Default parameter set.
### Fixed
* Parameter set issues.
---
## [0.1.0] - 2024-10-01
### Initial Release
* Initial release of NtfyPwsh.
* Used to send notifications to ntfy from PowerShell in a module.
---
> 📌 This changelog follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) principles.
FileList
- NtfyPwsh.nuspec
- changelog.md
- LICENSE
- NtfyPwsh.psd1
- NtfyPwsh.psm1
- README.md