You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]