Skip to content

PSBluesky_v2.1.0

Choose a tag to compare

@jdhitsolutions jdhitsolutions released this 21 Nov 16:21
· 31 commits to main since this release

PSBluesky Changelog

v2.1.0 - 2024-11-21 11:19:31

Added

  • Added alias bss for Get-BskySession.
  • Added function Get-BskyAccountDID.
  • Added parameter validation on image uploads to verify the image file size is less than 1MB.
  • Merged PR #23 from @jhoneill to add label support for New-BskyPost and -Username to Get-BskyFeed.
  • Added command Get-BskyAccountDID. This command does not require authentication.

Changed

  • Made PostCache a global-scoped variable and renamed it to `BskyPostCache``. Thanks to @ShaunLawrie for the suggestion
  • Revised parameter validations on ImagePath to provide more granular error messages.
  • Updated README with documentation about setting up a credential using an app password.
  • Revised OnRemove handler to remove type customizations. This should eliminate errors on module re-import in the same session.

Removed

  • Removed gif as a valid image type to upload.

Fixed

  • Modified New-BskyPost to re-order items that require facets so that the message is properly formatted. [Issue #22]