From 341ba582c28522e3f8cc6df46e1aef34a5e8f9b4 Mon Sep 17 00:00:00 2001 From: jeancf Date: Wed, 1 Feb 2023 09:14:15 +0100 Subject: [PATCH] Release 3.1.3 --- CHANGELOG.md | 5 +++++ README.md | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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.