Updated documentation

This commit is contained in:
jeancf 2023-07-22 11:00:16 +02:00
parent 2327294af3
commit b09ee35f5c
2 changed files with 11 additions and 4 deletions

View File

@ -1,5 +1,11 @@
# Changelog
**17 JUL 2023** VERSION 4.3
* Twitter threads are replicated on Mastodon: each follow-up message in a thread is posted
as a reply to its predecessor.
* An issue with downloading videos has been fixed ("ERROR: Sorry, you are not authorized to see this status").
**14 JUL 2023** VERSION 4.2
Twoot can now handle threads. All tweets can again be uploaded on Mastodon. Tweets in a threads are

View File

@ -3,11 +3,12 @@
Twoot is a python script that mirrors tweets from a twitter account to a Mastodon account.
It is simple to set-up on a local machine, configurable and feature-rich.
**17 JUL 2023** VERSION 4.3
**22 JUL 2023** VERSION 4.3.1
* Twitter threads are replicated on Mastodon: each follow-up message in a thread is posted
as a reply to its predecessor.
* An issue with downloading videos has been fixed ("ERROR: Sorry, you are not authorized to see this status").
Minor improvements of robustness (avoid interruption of processing):
* Ignore timeline-item without tweet-link tag
* Improve detection of missing video
> Previous updates can be found in CHANGELOG.