This repository was archived by the owner on Mar 20, 2024. It is now read-only.
Releases: joshooaj/Poshover
Releases · joshooaj/Poshover
Poshover v0.1.450600-alpha
Download and unzip the module to one of your $env:PSModulePath directories or install from PSGallery.
# The module is incomplete and very fluid so it is tagged as a prerelease. To install a prerelease module using PowerShellGet, you need version 1.6.0 or later. If you can't install the module, consider running...
# Install-Module PowerShellGet -Force
Install-Module Poshover -AllowPrereleaseChanges
- Added
Test-PushoverUserto validate user/group key's - Added some missing Get-Help documentation
Poshover v0.1.450595-alpha
Download and unzip the module to one of your $env:PSModulePath directories or install from PSGallery.
# The module is incomplete and very fluid so it is tagged as a prerelease. To install a prerelease module using PowerShellGet, you need version 1.6.0 or later. If you can't install the module, consider running...
# Install-Module PowerShellGet -Force
Install-Module Poshover -AllowPrereleaseChanges
- Added
Get-PushoverStatusto take the receipt fromSend-Pushoverand check on the receipt status - Added a ps1xml formatter file to simplify the look of the
[PushoverNotificationStatus]object in the terminal - Added
Wait-Pushoverso you can doSend-Pushover -Message 'Emergency!!!!' -MessagePriority Emergency | Wait-Pushoverand the script will block until the notification is either acknowledged or it expires
Poshover v0.1.450581-alpha
Download and unzip the module to one of your $env:PSModulePath directories or install from PSGallery.
# The module is incomplete and very fluid so it is tagged as a prerelease. To install a prerelease module using PowerShellGet, you need version 1.6.0 or later. If you can't install the module, consider running...
# Install-Module PowerShellGet -Force
Install-Module Poshover -AllowPrereleaseChanges
- Added the Sound parameter to
Send-Pushoverwith an auto-completer with the known sound values - Added the Get-PushoverSound to retrieve the available sounds from the Pushover API
Poshover v0.1.450574-alpha
Download and unzip the module to one of your $env:PSModulePath directories or install from PSGallery.
# The module is incomplete and very fluid so it is tagged as a prerelease. To install a prerelease module using PowerShellGet, you need version 1.6.0 or later. If you can't install the module, consider running...
# Install-Module PowerShellGet -Force
Install-Module Poshover -AllowPrereleaseChanges
- Added Set-PushoverConfig and Get-PushoverConfig with the ability to get/set the API URI, and default application and user tokens. Removed the dedicated Set-PushoverApiUri and Get-PushoverApiUri functions as they were made redundant.
- Now the Send-Pushover function will use the default values from the configuration if available so you do not need to manually supply the token and user values with every function call.
Poshover v0.1.450526-alpha
Download and unzip the module to one of your $env:PSModulePath directories or install from PSGallery.
# The module is incomplete and very fluid so it is tagged as a prerelease. To install a prerelease module using PowerShellGet, you need version 1.6.0 or later. If you can't install the module, consider running...
# Install-Module PowerShellGet -Force
Install-Module Poshover -AllowPrereleaseChanges
- Removed the default prefix and renamed the Send function to match previous incarnations of Pushover PowerShell modules
- Made the API URI settable to enable later pester testing for validating the http requests are being formatted correctly
- Added support for image attachments
Poshover v0.1.450526-alpha
Download and unzip the module to one of your $env:PSModulePath directories or install from PSGallery.
# The module is incomplete and very fluid so it is tagged as a prerelease. To install a prerelease module using PowerShellGet, you need version 1.6.0 or later. If you can't install the module, consider running...
# Install-Module PowerShellGet -Force
Install-Module Poshover -AllowPrerelease