Update README for 4.3.3

This commit is contained in:
jeancf 2023-10-31 17:53:33 +01:00
parent d8e2c9fcee
commit 35800744f0
2 changed files with 11 additions and 5 deletions

View File

@ -1,5 +1,12 @@
# Changelog # Changelog
**24 JUL 2023** VERSION 4.3.2
Minor fixes (avoid interruption of processing):
* Re-add missing \n before url of quoted tweet
* Avoid interruption of processing in case of empty thread timeline
**22 JUL 2023** VERSION 4.3.1 **22 JUL 2023** VERSION 4.3.1
Minor improvements of robustness (avoid interruption of processing): Minor improvements of robustness (avoid interruption of processing):

View File

@ -3,12 +3,11 @@
Twoot is a python script that mirrors tweets from a twitter account to a Mastodon account. 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. It is simple to set-up on a local machine, configurable and feature-rich.
**24 JUL 2023** VERSION 4.3.2 **31 OCT 2023** VERSION 4.3.3
Minor fixes (avoid interruption of processing): * Improve handling of Mastodon API errors
* Fix update of avatar and profile pictures
* Re-add missing \n before url of quoted tweet * Update user agents and default nitter instances
* Avoid interruption of processing in case of empty thread timeline
> Previous updates can be found in CHANGELOG. > Previous updates can be found in CHANGELOG.