Releases: klausi/mastodon-bluesky-sync
Releases · klausi/mastodon-bluesky-sync
Docker image, Bluesky video support, prebuilt binaries
- Docker: a docker image is now available at https://hub.docker.com/r/klausi/mastodon-bluesky-sync . Check INSTALL.md how to run it!
- Prebuilt binaries are now automatically attached to releases here - please test!
- ffmpeg is a new external dependency to support Bluesky video conversion
- OpenSSL has been removed as dependency - prebuilt binaries should work now on more Linux systems out of the box.
🚀 Features
- (bluesky) Add support for video attachment upload
- (bluesky) Shorten links to use 300 character limit better
- (bluesky) Support image attachments on quote posts
- (bluesky) Support Bluesky video stream embeds
- (bluesky) Extract video attachment from Bluesky quote post
- (docker) Add Docker image
- (github) Add action to create release binaries
🐛 Bug Fixes
- (sync) Fix Bluesky link replacements with multiple links
- (mastodon) Count links only as 32 characters in posts send to Mastodon
- (bluesky_richtext) Fix link detection to only go for http
- (bluesky) Extract link embed URL if it is not in the post directly
- (sync) Do not escape user name mentions, Bluesky does not auto-link them
🚜 Refactor
- (clippy) Apply Clippy recommendations
- (post) Make file operations async
- (openssl) Remove OpenSSL dependency
- (github) Modernize github action testing
Support for old data deletion
New features
- Support for Bluesky Quote posts
- Optionally a configuration option can be set to delete posts from your Bluesky account that are older than 90 days.
- Optionally a configuration option can be set to delete favorites (likes) from your Bluesky account that are older than 90 days.
- Optionally a configuration option can be set to delete favorites from your Mastodon account that are older than 90 days.
Bug fixes
- Appending the correct Bluesky link when shorting is needed for Mastodon
- Automatic compression (lossy) of images when posting to Bluesky (1MB limit)
Full Changelog: v0.2.0...v0.3.0
Initial release where sync works
First release of mastodon-bluesky-sync!
Synchronization of posts already works, but I'm still testing things.