Correct dates

This commit is contained in:
jeancf 2023-07-17 17:17:49 +02:00
parent 82f125795c
commit a5b9dcd803
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog
**XX JUL 2023** VERSION 4.2
**14 JUL 2023** VERSION 4.2
Twoot can now handle threads. All tweets can again be uploaded on Mastodon. Tweets in a threads are
displayed in reverse chronological order in the main timeline (first tweet on top) to improve readability.

View File

@ -3,7 +3,7 @@
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
**XX 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.