Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Releases: joshooaj/Poshover

Poshover v0.1.450600-alpha

27 May 23:47
e9137f4

Choose a tag to compare

Pre-release

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

Changes

  • Added Test-PushoverUser to validate user/group key's
  • Added some missing Get-Help documentation

Poshover v0.1.450595-alpha

27 May 19:06
b2db3ee

Choose a tag to compare

Pre-release

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

Changes

  • Added Get-PushoverStatus to take the receipt from Send-Pushover and check on the receipt status
  • Added a ps1xml formatter file to simplify the look of the [PushoverNotificationStatus] object in the terminal
  • Added Wait-Pushover so you can do Send-Pushover -Message 'Emergency!!!!' -MessagePriority Emergency | Wait-Pushover and the script will block until the notification is either acknowledged or it expires

Poshover v0.1.450581-alpha

27 May 05:33
e6963bf

Choose a tag to compare

Pre-release

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

Changes

  • Added the Sound parameter to Send-Pushover with 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

26 May 21:56

Choose a tag to compare

Pre-release

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

Changes

  • 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

25 May 20:22

Choose a tag to compare

Pre-release

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

Changes

  • 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

24 May 22:41
363fa79

Choose a tag to compare

Pre-release

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