rtoot 1.0.0
CRAN release: 2026-02-22
- correct return value in
post_toot()documentation (#185) - added simple error handling in
post_toot()(#185) - use
withrin tests (#180) - switched to
httr2(#169) - use tryCatch for long running queries (#142)
rtoot 0.3.4
CRAN release: 2024-01-09
- added progress bar for long running queries (#141) by @chainsawriot
- added 429 check (#144)
- fixed #146 by adding a confirmation step for
auth_setup(browser = FALSE)(#147) - fixed #149 by removing quotes around the inputted instance name though
auth_setup(instance = "")(#150) by @thisisnic
rtoot 0.3.2
CRAN release: 2023-06-29
- added
post_status()to favourite/bookmark/reblog statuses (#134) - fixed example in
get_status()(#134)
