Skip to content

Releases: russss/polybot

v0.9.5

07 Dec 14:01
Compare
Choose a tag to compare
  • Support non-standard post length limits on Mastodon
  • Improved handling of image size limits

Full Changelog: v0.9.4...v0.9.5

v0.9.4

05 Dec 16:55
Compare
Choose a tag to compare
  • Bluesky service bugfix

Full Changelog: v0.9.3...v0.9.4

v0.9.3

05 Dec 16:49
Compare
Choose a tag to compare
  • Handle Bluesky login rate limiting

Full Changelog: v0.9.2...v0.9.3

v0.9.2

03 Dec 21:11
Compare
Choose a tag to compare
  • Save before exiting on SIGINT

Full Changelog: v0.9.1...v0.9.2

v0.9.1

03 Dec 20:03
Compare
Choose a tag to compare
  • Only load Tweepy on demand, as it seems to cause a lot of SyntaxWarnings on recent Python versions.

Full Changelog: v0.9.0...v0.9.1

v0.9.0

03 Dec 17:24
Compare
Choose a tag to compare

What's Changed

  • Breaking change: The post method now takes a list of Image objects. This fixes some API weirdness between Mastodon and Bluesky, allows multiple images to be posted on all networks, and also enables alt text to be provided.
  • Images are now automatically resized to meet each network's image size rules (on Bluesky this is 1 MB which is pretty small)
  • Added --loglevel command line argument to allow log level to be adjusted
  • Better log formatting
  • Docker image is no longer provided. Just use uv and their provided Docker images.
  • Recommended Python version is now 3.12