Releases: adamburley/PassPushPosh
Releases · adamburley/PassPushPosh
Better bearer & File, URL, QR support
Important: Initialize-PassPushPosh
and New-Push
have different syntax. Please verify your code is compatible before updating.
What's Changed
- Bearer improvements feb 25 by @adamburley in #17
Full Changelog: v1.2.0...v1.3.2
v1.2.0 - Pro account features
v1.2.0 Release
Premium and Pro account support
- Added support for branded domains in links and specifying an account to send from (for Pro users)
- Added
Get-PushAccount
for Pro users to view linked accounts
Related PR
- PWPush Pro Support by @JohnDuprey and @adamburley in #7
Full Changelog: v1.0.0...v1.2.0
v1.0.0
v1.0.0 Release
- Updated calls to match Password Pusher API schema 1.1
- Implemented Passphrase support for creating and retrieving pushes
- Refactored all functions for improved feedback and error handling
- Implemented automated testing with Pester
Related PR
- Refactor - Version 1 by @adamburley in #7
Full Changelog: v0.3.0...v1.0.0
Compatibility update for PasswordPusher 1.42.2
Resolves compatibility with new release of PasswordPusher 1.42.2 which in part removes route translation URI segments (/en/
)
Full Changelog: v0.2.3...v0.3.0
PassPushPosh 0.2.3
Version 0.2.3 of PassPushPosh. Incorporates PR #1.
You can use the module without installing from PowerShell Gallery by downloading and extracting the module zip archive.
# Assuming zip is extracted to current path
Import-Module .\PassPushPosh