Skip to content

v2.0

Latest
Compare
Choose a tag to compare
@Hoffelhas Hoffelhas released this 15 Jan 21:18

I'm very happy to release a major overhaul: Autodoist v2.0! Thanks to everyone who made this possible by helping out and supporting this project!

Due to Todoist moving to the REST API v2, the original Autodoist script is now completely defunct. It took a while to fix everything, but it's up and running again, together with some functionality tweaks, and fixes that you guys posted in the issue tracker.

Summary of the updates:

  • Changed all the code in order to work with the new REST API v2.
  • Added SQLite database to store custom metadata that Autodoist uses to function correctly. Originally this was stored as part of the task data on Todoist's servers, but this is no longer possible.
  • 'Next_action' labelling functionality has been updated, which should give you guys even more flexibility.
  • The regeneration feature has been disabled for now. See more in the README.md.
  • Docker support has been added thanks to obbardc
  • Fixed bug in start-day functionality
  • Fixed bug in 'hide future' functionality
  • Fixed bug in 'end-of-day' functionality that would reset the hour of the task
  • Fixed bug which caused labels to behave weirdly if the task was manually moved
  • Additional logging added