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 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.