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 Format-SpectreConsole with aliases of fsc and Format-Bsky.
Added script property Links for profile objects to pull links from the profile description.
Changed
Made ALT text for images required. If the user specifies an image with New-BskyPost and doesn't specify ALT text, they will be prompted. The ImageAlt parameter in Add-BskyImage is now mandatory. This is a breaking change.
Updated Get-BskyModuleInfo with parameters Verb and Noun.
Updated Get-BskyProfile to return the link to the profile banner.
Updated Get-BskyFeed and Get-BskyTimeline output with a new property of Links to get embedded links.
Updated Get-BskyLiked to include Thumbnail and Links properties.
Added support Write-Progress output to Get-BskyLiked, Get-BkskyFollowers and Get-BskyFollowing [Issue #40].