Releases: russss/polybot
Releases · russss/polybot
v0.9.5
v0.9.4
- Bluesky service bugfix
Full Changelog: v0.9.3...v0.9.4
v0.9.3
- Handle Bluesky login rate limiting
Full Changelog: v0.9.2...v0.9.3
v0.9.2
- Save before exiting on SIGINT
Full Changelog: v0.9.1...v0.9.2
v0.9.1
- 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
What's Changed
- Breaking change: The
post
method now takes a list ofImage
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