Commit Graph

  • 3df109222d Minor bugfixes Alexander Haselhoff 2020-03-30 17:15:22 +0200
  • 3e1e46eed1 Minor bugfixes in serial and parallel logic Alexander Haselhoff 2020-03-30 17:07:37 +0200
  • f82e9b77f5 Minor bugfixes in serial and parallel logic Alexander Haselhoff 2020-03-30 16:08:52 +0200
  • 7909ea4ffd
    Update README.md Hoffelhas 2020-03-30 11:39:22 +0200
  • 3c4f77dfb4
    Update README.md Hoffelhas 2020-03-30 11:37:57 +0200
  • 909291d263
    Update README.md Hoffelhas 2020-03-30 11:37:10 +0200
  • 88fee0c492 Major overhaul of the program functionality. - Projects can be of types parallel, serial, or none. - Parentless tasks can be given a type independently of the project type which is enforced on its own tree of tasks. - If a project has a type, but a parentless task has not: project type is used. - If a project has a type, but so does the parentless task: the latter type is used. - If a project has no type, but a parentless task has: the latter type is used. - Tags on projects and parentless tasks can be removed, which will automatically clear next-actions labels. Alexander Haselhoff 2020-03-30 10:53:45 +0200
  • 3c88411ba2 Change iteration of tasks shadowgate15 2020-03-22 14:31:48 -0500
  • 6bc1545311 fixed sorting issues shadowgate15 2020-03-18 13:35:52 -0500
  • e7bca36cb2 Skips all uncompletable tasks i.e. reference tasks shadowgate15 2020-03-17 18:25:20 -0500
  • c60f828baf Fix error R10 shadowgate15 2020-03-10 22:46:06 -0500
  • bc85bf15cc Fix error R10 (Boot timeout) on Heroku shadowgate15 2020-03-10 22:40:47 -0500
  • 0341048d69 Merge branch 'release/0.5' shadowgate15 2020-03-10 22:27:57 -0500
  • 7851de590e Fix errors due to upgraded todoist-python version shadowgate15 2020-03-10 22:01:02 -0500
  • c542faadee Update todoist-python to version 8.1.1 shadowgate15 2020-03-10 22:00:21 -0500
  • 2a9d89b9a2 Merge remote-tracking branch 'origin/development' into development shadowgate15 2020-03-10 19:56:28 -0500
  • b499771695 Add Heroku support shadowgate15 2020-03-10 12:28:58 -0500
  • fa9c01a2f6 Add Heroku support shadowgate15 2020-03-10 12:28:58 -0500
  • 631bf4cb1c Add Heroku support shadowgate15 2020-03-10 12:01:54 -0500
  • 73361c7f89 Add option to disable local disk caching of the todo list Andrew Williams 2016-08-04 11:03:10 +0100
  • fa757f33d1 Only tag non-completed tasks in serial lists, resolves #1 Andrew Williams 2016-08-04 10:48:07 +0100
  • 52ad1ea908 Initial v7 API changes Andrew Williams 2016-08-04 10:42:29 +0100
  • 7a24f83827 Start 0.5-dev Andrew Williams 2016-08-04 10:38:16 +0100
  • 3bdf35c1f4 Merge branch 'feature/0.4' into development Andrew Williams 2016-08-04 10:32:53 +0100
  • c60f1efb8b Merge branch 'release/0.4' support/0.4 Andrew Williams 2016-08-04 10:32:23 +0100
  • 64aefd3cba Version 0.4 Andrew Williams 2016-08-04 10:32:16 +0100
  • f5a70a25e7 Pin python-todoist to 0.2.26, for issue #6 Andrew Williams 2016-08-04 10:28:30 +0100
  • 70acdf031f Better docstrings and debug messages for non-commit cycles Andrew Williams 2016-02-20 17:25:35 +0000
  • 0307069826 Start 0.4-dev Andrew Williams 2016-02-20 17:24:48 +0000
  • 28e96b96db Merge branch 'feature/0.3' into development Andrew Williams 2016-02-03 22:37:24 +0000
  • 0f29c7c4eb Merge branch 'feature/0.3' support/0.3 Andrew Williams 2016-02-03 22:37:06 +0000
  • 68118e5b8a Version 0.3 Andrew Williams 2016-02-03 22:36:54 +0000
  • a52b5c4288 Add support for tagging indented lists. Andrew Williams 2016-02-03 22:33:45 +0000
  • 861c7e1b10 Add "onetime" option to force a single sync only Andrew Williams 2015-12-12 14:35:08 +0000
  • cde3a631b3 Start 0.3-dev Andrew Williams 2015-12-12 14:27:55 +0000
  • 420e06abfb Merge branch 'feature/0.2' support/0.2 Andrew Williams 2015-12-12 14:24:25 +0000
  • 3bf53c7436 Version 0.2 Andrew Williams 2015-12-12 14:22:14 +0000
  • 4c82e9465c Add copyright to LICENSE Andrew Williams 2015-12-12 14:21:45 +0000
  • f925615238 Cleanup README, remove Heroku Procfile Andrew Williams 2015-12-12 14:20:48 +0000
  • bd3cbead8c Change suffixes to working defaults Andrew Williams 2015-12-12 14:17:25 +0000
  • 130b2f8ccb Update to use setuptools Andrew Williams 2015-12-12 14:07:48 +0000
  • 97bd4f7fb4 Trap problems using the Todoist API Andrew Williams 2015-12-12 13:54:42 +0000
  • 2564f972d8 Remove Heroku support Andrew Williams 2015-09-05 15:56:30 +0100
  • 5baa671d83 Start v0.2-dev Andrew Williams 2015-09-05 15:56:09 +0100
  • 5554c636d9 Stop removing/readding of next_action for future items. 0.1 Andrew Williams 2015-09-04 23:40:15 +0100
  • 54f770f5f7 Add support for ignoring future dated items. Andrew Williams 2015-09-04 22:15:54 +0100
  • 52aff18d90 Fix committing to Todoist Andrew Williams 2015-09-01 18:00:45 +0100
  • 360be44dd7 Add setup.py, proper CLI interface. Andrew Williams 2015-08-29 19:15:09 +0100
  • a62ae17866 Update README. Andrew Williams 2015-08-29 18:42:54 +0100
  • 5c4945d3c2 Cleanups and docstrings. Andrew Williams 2015-08-29 18:32:24 +0100
  • 990b0190bc Add support for the parallel/serial suffixes to be configurable. Andrew Williams 2015-08-29 18:24:19 +0100
  • 39bedda786 First pass at conversion to todoist-python library. Andrew Williams 2015-05-01 01:02:50 +0100
  • aff9047c0d Fix removal of "last_updated" field for projects. Andrew Williams 2015-04-30 23:27:25 +0100
  • 94d1a1bc15 Support handling the Inbox project as either sequence or parallel. Andrew Williams 2014-11-15 20:44:45 +0000
  • 2e25d88031 Add debug config value. Andrew Williams 2014-11-15 20:31:36 +0000
  • 9e41cf38af Fix invalid app.json Andrew Williams 2014-11-15 20:01:44 +0000
  • 639950c5f5 Updated README Andrew Williams 2014-11-15 19:58:01 +0000
  • 3db98d186f Add sync delay, to tune the speed of hits on the Todoist API. Andrew Williams 2014-11-15 19:56:37 +0000
  • f077053bb2 Exit if no API key is defined. Andrew Williams 2014-11-15 19:49:52 +0000
  • 0b023789a7 PEP8 Cleanup Andrew Williams 2014-11-15 19:45:52 +0000
  • 7e226f2255 Add Heroku support. Andrew Williams 2014-11-15 19:38:44 +0000
  • 32fe3f277a Fix issue with sub project of parallel project Benjamin Van Ryseghem 2014-08-16 12:24:52 +0200
  • 8d4a762d57 Better refresh of data Benjamin Van Ryseghem 2014-08-07 23:01:17 +0200
  • d3f6745667 Adds List as a magic keyword to get ignored Benjamin Van Ryseghem 2014-08-07 22:27:32 +0200
  • 0fc8b1e436 Migrate from API v2 to API v5.3 Benjamin Van Ryseghem 2014-07-21 19:06:37 +0200
  • 09fc8cfebf Better projects order management Benjamin Van Ryseghem 2014-07-16 02:15:50 +0200
  • 85e9d48722 Introduce a Someday project Benjamin Van Ryseghem 2014-07-16 01:26:58 +0200
  • e79f5dc697 Merge pull request #1 from iggyvolz/master akramer 2014-07-09 23:20:33 -0700
  • a6547f369a Update README iggyvolz 2014-07-09 10:51:40 -0400
  • cd17dc3d7e When modifications are necessary, sync immediately rather than waiting for the sleep interval. Adam Kramer 2014-03-09 21:32:36 -0700
  • 7021f38c35 Checkin of nextaction code. Adam Kramer 2014-03-09 21:11:58 -0700
  • 42b7810ab6 Updated license and took a first stab at preliminary documentation. Adam Kramer 2014-03-09 21:09:57 -0700
  • afb82f773d Initial commit akramer 2014-03-09 20:55:47 -0700