0.4.1
Safer ways to pass the credentials have been added: Interactive console input, or environment variables.
The --token
, --token-file
, --email
and --password
command line arguments have been deprecated for security reasons (e.g. command line arguments are visible to any user in the system and are easily logged to the terminal history).
Those arguments have not been removed, but they emit a deprecation warning if they are used. If you were using them to automate the backups, you should use the TODOIST_TOKEN
, TODOIST_EMAIL
and TODOIST_PASSWORD
environment variables instead.