diff --git a/CHANGELOG.md b/CHANGELOG.md index 9902824..25f5a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +**04 JAN 2023** VERSION 3.1.2 + +* *Posting Privacy* setting of the Mastodon account now defines visibility of toots posted with Twoot +* Modified URL building for compatibility with Windows + **21 DEC 2022** VERSION 3.1.1 Modified code that made twoot incompatible with python versions < 3.10 diff --git a/README.md b/README.md index 8a6fb50..03e3da3 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ 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. -**UPDATE 04 JAN 2023** VERSION 3.1.2 +**UPDATE 01 FEB 2023** VERSION 3.1.3 -* *Posting Privacy* setting of the Mastodon account now defines visibility of toots posted with Twoot -* Modified URL building for compatibility with Windows +* Fixed *remove link redirections* option that would not work in some cases +* Added `utm_brand` to list of blacklisted query parameters removed by *remove trackers from URLs* option > Previous updates can be found in CHANGELOG.