Releases: JBGruber/atrrr
Releases · JBGruber/atrrr
Release list
atrrr 0.2.0
atrrr 0.1.1
- adds functions for direct messages
- adds function to query starter packs from a user
- simplifies make_request and make it compatible with future httr2 versions
- get_user_info now uses app_bsky_actor_get_profile to query individual profiles (see #39)
atrrr 0.1.0
- fix bug in posting remote images and videos
- fix issue in auth() (httr2 v1.1.0 related)
atrrr 0.0.5
- adds three new functions for lists: get_list(), get_list_feed(), and get_starter_pack()
- adapted to httr2 1.1.0
- now supports posting videos,several images and compresses images that are too large
- updated auto functions to reflect changes to the endpoints
- added new parameters to search_post()
- improves stability of preview cards in posts
- improves parsing of actor data
atrrr 0.0.4
- adds option to include language, additional tags and labels to post
- fix issue with preview cards for cases with multiple links
- add search function to vignette (thank you for noticing, @SoaresAlisson)
- address issue with new version of glue package (thank you, @jennybc)
atrrr 0.0.3
atrrr 0.0.3
- link preview cards are automatically added to posts (can be turned off)
- unified approach to parsing actor data
- new function: skeet_shot (high quality screenshots of skeets)
- properly paginate get_user_info (#14)
- hashtags can be searched and included in skeets now
- post_skeet/post now supports ggplot2 objects