Updated README

This commit is contained in:
jeancf 2022-12-05 10:28:26 +01:00
parent 72e44d4f7e
commit 3af5cc8bf7

View File

@ -5,7 +5,7 @@ It is simple to set-up on a local machine, configurable and feature-rich.
**UPDATE XX DEC 2022** VERSION 3.0 brings some important changes and new features:
* **If you are using a version of python < 3.11 you need to install the `tomli` module**
* Only potentially breaking change: **If you are using a version of python < 3.11 you need to install the `tomli` module**
* Twoot can be configured with a config file in [TOML](https://toml.io/) format. Check `default.toml` for details
* Domain susbtitution can be configured in the config file to replace links to Twitter, Youtube and
Reddit domains with alternatives (e.g. [Nitter](https://github.com/zedeus/nitter/wiki/Instances),
@ -14,6 +14,7 @@ It is simple to set-up on a local machine, configurable and feature-rich.
* Added option to not add reference to "Original tweet" at the bottom of toots
* A password must be provided with `-p` for the first run only. After that it is no longer required.
* The verbosity of logging messages can be set in the config file with `log_level=`.
* Config file option `log_days =` specifies how long to keep log messages in file. Older messages are deleted.
> Previous updates can be found in CHANGELOG.