Skip to content

Releases: klausi/mastodon-twitter-sync

Fixed Twitter GIF image syncing

18 Feb 18:51
Compare
Choose a tag to compare

Bugfix release, no new features.

  • GIF attachments to tweets are now synchronized correctly to Mastodon
  • Twitter text length is counted now correctly with Emojis and other multibyte characters
  • Escaping of usernames for posts on Twitter did not work correctly, fixed again.

Fixed username escaping and long image alt text

08 Jan 14:23
Compare
Choose a tag to compare

Minor bugfix release.

  • When copying to Twitter Mastodon usernames are now escaped correctly
  • When posting image attachments with very long alt text to Twitter that is now cut off at 1000 characters as required by Twitter.

Chronological order of post synchronization

04 Jan 10:02
Compare
Choose a tag to compare

Minor release:

  1. When running mastodon-twitter-sync for the first time a lot of posts can get synchronized, the tool now does so in chronological order (#55)
  2. Fixed a bug where video attachments are too long for Twitter, then they are skipped.

Removed OpenSSL dependency

11 Nov 14:00
Compare
Choose a tag to compare

Maintenance release, no new features.

  1. The Docker image is now much smaller.
  2. The dependency to OpenSSL has been removed
  3. Compiled binaries for latest Linux (Ubuntu), MacOS and Windows
  4. Fixed a crash when Mastodon audio attachments were encountered.

v1.8.0

11 Nov 13:44
Compare
Choose a tag to compare
chore(github): Update action version

Mastodon thread sync and escaping user names

18 Apr 10:57
Compare
Choose a tag to compare

This release comes with small improvements during the last year:

  1. Mastodon post threads are now fully synced to Twitter
  2. A Docker image is now available to run this tool, documented in README.md (#41)
  3. Long quote tweets that would exceed Mastodon's 500 character limit are now shortened before posting to Mastodon

Twitter thread sync

31 Jan 12:39
Compare
Choose a tag to compare

This release comes with a new feature: synchronization of Twitter thread replies (#35)! If you reply to your own post on Twitter then your replies will by synchronized to Mastodon to make the same thread of posts. This is only implemented for the direction Twitter ==> Mastodon for now, the reverse does not exist yet.

Bugfixes:

  • Mastodon thread replies are not synchronized as standalone tweets
  • mobile.twitter.com links in quote tweets are now detected correctly

Twitter file upload bugfix

05 Jan 16:08
Compare
Choose a tag to compare

Fixes a bug with Twitter attachment uploads.

Support retweets of quote tweets

18 Oct 20:30
d58a52e
Compare
Choose a tag to compare

Minor release. Retweets of quote tweets are now supported better in the sync functionality. The text of the quote tweet will be copied to Mastodon instead of a Twitter link.

Sync on hashtag

03 Jul 09:38
Compare
Choose a tag to compare

Minor release with a new feature: you can now specify a hashtag (or any string) that must be included in your tweet or toot in order to be synced. Example: You post a tweet "This will also be synced to Mastodon #masto" and have the configuration option sync_hashtag = "#masto" enabled for Twitter. Then this tweet will be copied to Mastodon, but other tweets that do not contain "#masto" will not be copied.

Thanks to @gregharvey for contributing this feature!