mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-05-09 04:53:56 +00:00
Added doc for version 3.2
This commit is contained in:
parent
ecdc814dc7
commit
bfe3aa050e
@ -1,11 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
**01 FEB 2023** VERSION 3.1.3
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
**04 JAN 2023** VERSION 3.1.2
|
**04 JAN 2023** VERSION 3.1.2
|
||||||
|
|
||||||
* *Posting Privacy* setting of the Mastodon account now defines visibility of toots posted with Twoot
|
* *Posting Privacy* setting of the Mastodon account now defines visibility of toots posted with Twoot
|
||||||
* Modified URL building for compatibility with Windows
|
* Modified URL building for compatibility with Windows
|
||||||
|
|
||||||
**21 DEC 2022** VERSION 3.1.1
|
**21 DEC 2022** VERSION 3.1.1
|
||||||
|
|
||||||
Modified code that made twoot incompatible with python versions < 3.10
|
Modified code that made twoot incompatible with python versions < 3.10
|
||||||
|
|
||||||
**11 DEC 2022** VERSION 3.1 HOTFIX
|
**11 DEC 2022** VERSION 3.1 HOTFIX
|
||||||
@ -27,7 +33,6 @@ Modified code that made twoot incompatible with python versions < 3.10
|
|||||||
* Config file option `log_days =` specifies how long to keep log messages in file. Older messages are deleted.
|
* Config file option `log_days =` specifies how long to keep log messages in file. Older messages are deleted.
|
||||||
|
|
||||||
**23 NOV 2022** VERSION 2.5 Added command-line option (`-l`) to remove
|
**23 NOV 2022** VERSION 2.5 Added command-line option (`-l`) to remove
|
||||||
redirection from links included in tweets. Obfuscated links are replaced
|
|
||||||
by the URL that the resource is directly downloaded from. Also improved
|
by the URL that the resource is directly downloaded from. Also improved
|
||||||
tracker removal by cleaning URL fragments as well (contrib: mathdatech,
|
tracker removal by cleaning URL fragments as well (contrib: mathdatech,
|
||||||
thanks!).
|
thanks!).
|
||||||
|
@ -3,10 +3,9 @@
|
|||||||
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.
|
||||||
|
|
||||||
**UPDATE 01 FEB 2023** VERSION 3.1.3
|
**15/02/2023** VERSION 3.2 Added mitigation for Mastodon API error 422, 'Unprocessable Entity',
|
||||||
|
'Cannot attach files that have not finished processing. Try again in a moment!' reported
|
||||||
* Fixed *remove link redirections* option that would not work in some cases
|
on some instances when posting toots with video.
|
||||||
* Added `utm_brand` to list of blacklisted query parameters removed by *remove trackers from URLs* option
|
|
||||||
|
|
||||||
> Previous updates can be found in CHANGELOG.
|
> Previous updates can be found in CHANGELOG.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user