mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-23 20:11:11 +00:00
Updated documentation
This commit is contained in:
parent
2327294af3
commit
b09ee35f5c
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user