diff --git a/CHANGELOG.md b/CHANGELOG.md index 056127e..51e3249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # 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 Minor improvements of robustness (avoid interruption of processing): diff --git a/README.md b/README.md index 777a2d8..b84bcae 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,11 @@ 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. -**24 JUL 2023** VERSION 4.3.2 +**31 OCT 2023** VERSION 4.3.3 -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 +* Improve handling of Mastodon API errors +* Fix update of avatar and profile pictures +* Update user agents and default nitter instances > Previous updates can be found in CHANGELOG.