Skip to content

PSBluesky_v2.2.0

Choose a tag to compare

@jdhitsolutions jdhitsolutions released this 10 Jan 14:22
· 20 commits to main since this release

PSBluesky Changelog

v2.2.0 - 2025-01-10 09:19:35

Added

  • Added command Publish-BskyPost with an alias of Repost-BskyPost which can be used to quote or repost. [Issue #25]
  • Added command Get-BskyBlockedList and associated format file. [Issue #27]
  • Added command Get-BskyBlockedUser and associated format file.
  • Added command Get-BskyLiked and associated format file.
  • Added -Today parameter to Get-BskyNotification to only show notifications from the current day.
  • Imported PR #30 from @jhoneill to improve piping to New-BskyPost.
  • Added properties CID to output from Get-BskyLiked,Get-BskyNotification,Get-BskyTimeline, and Get-BskyFeed. This is to support new commands for reposting and quoting.
  • Added properties URI to output from Get-BskyNotification,Get-BskyTimeline, and Get-BskyFeed. This is to support new commands for reposting and quoting.
  • Added a custom view called Liked to the PSBlueskyTimelinePost.format.ps1xml, PSBlueskyLiked.format.ps1xml, and `PSBlueskyFeed.format.ps1xml' files.

Changed

  • Changed output property aturi in Get-BskyLiked and Get-BskyFeed to URI. This is to support new commands for reposting and quoting. This is a potential breaking change
  • Added support for gif files as an image upload type. The image will be static in the current release of Bluesky.
  • Updated formatting files for Get-BskyTimeline, Get-BskyLiked, and Get-BskyFeed to highlight the number of likes.
  • Help updates.
  • Updated README.md.

Removed

  • Removed files previously marked as deprecated.

Fixed

  • Fixed a bug with loading localized help. [Issue #29]
  • Fixed image layout problems in the help PDF file.