Skip to content

0.4.1

Compare
Choose a tag to compare
@joanbm joanbm released this 15 Aug 12:47
· 71 commits to master since this release

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.