Skip to content

PSBluesky_v2.3.0

Choose a tag to compare

@jdhitsolutions jdhitsolutions released this 13 Jan 20:20
· 17 commits to main since this release

PSBluesky Changelog

v2.3.0 - 2025-01-13 15:17:06

Added

  • Added commands New-BskyFollow and Remove-BskyFollow, with aliases Follow-BskyUser and Unfollow-BskyUser to handle following and un-following Bluesky user accounts. [Issue #32]
  • Created a user-configurable preferences variable, $bskyPreferences and related commands: Get-BskyPreference, Set-BskyPreference, Export-BskyPreference, and Remove-BskyPreferenceFile. The preference variable is exported so that the formatting files can use it, but should be managed with the related functions. [Issue #31]
  • Added alias bsliked for Get-BskyLiked.

Changed

  • Updated verbose helper function to use the new formatting preferences.
  • Updated formatting files to use the new preference variable.
  • Moved all type extensions defined in the module file using Update-TypeData to the external types.ps1xml file.
  • Updated README.md.
  • Updated help documentation.
  • Updated module to remove additional types on module removal.