Commit Graph

  • 4c421b7577 Fixed bug with incorrect label recognition. Added new debug logging lines, and removed redundant ones Hoffelhas 2021-01-23 21:29:06 +0100
  • a4ac562068 Made -r tag backwards compatible with v1.4 Hoffelhas 2021-01-17 15:14:33 +0100
  • bd9e5d021b Fixed a view bugs for the new regeneration mode, plus some additional clean-up of code. In addition fixed a labelling bug on deeper levels, and headered items will be cleaned of old next-action labels. Hoffelhas 2021-01-17 14:58:14 +0100
  • f97c7e70e0 Implemented new structure for regeneration mode. New modes have been added, and specific modes can be assigned to tasks by use of labels. Hoffelhas 2021-01-16 22:42:46 +0100
  • 376e176d6b General clean-up of code Hoffelhas 2021-01-16 17:14:22 +0100
  • 17cc3a8418 Wrong warning message was given for a different kind of wrong syntax; additional warning added. Hoffelhas 2021-01-16 15:54:21 +0100
  • 16d404a9ed Fixed bug which caused a wrong read of the start=DATE string Hoffelhas 2020-12-31 16:02:58 +0100
  • 22fab54dfc
    Update README.md v1.4 Hoffelhas 2020-12-30 14:22:33 +0100
  • d1f6ac802c
    Update README.md Hoffelhas 2020-12-30 14:12:56 +0100
  • ea20ad2aa1 Clean-up for v1.4 Hoffelhas 2020-12-30 13:46:20 +0100
  • ecbe8a28fa Added logic to header or unheader multiple items, specifiec from project, section, or top item level Hoffelhas 2020-12-30 13:21:16 +0100
  • 346702b904 Debug header_items Hoffelhas 2020-12-30 01:32:17 +0100
  • 3e14d69653 Added possibility to define start-date as an offset from due-date. Hoffelhas 2020-12-30 00:35:07 +0100
  • 41c3cc3b5c Tested new section logic. In addition 'delay' has been optimised by taking computation time into account. General clean-up of code Hoffelhas 2020-12-29 22:56:55 +0100
  • c50f62d946 Sections refactoring completed. Next up, code-cleanup and testing Hoffelhas 2020-12-28 23:18:54 +0100
  • 3943c5c614 Pseudocode updated, section loop build-in, still need to build a class to handle 'no section' tasks, and finalize labeling logic Hoffelhas 2020-12-17 21:02:30 +0100
  • a913c74086 Decided to add a separate section loop to allow for a better flow of the logic. Initial start made, still needs to be fleshed out. Hoffelhas 2020-12-16 22:05:27 +0100
  • 6d3439019c Continued work on section labelling Hoffelhas 2020-12-07 22:45:12 +0100
  • c1b14f55ac Added section type functionality. Still needs incorporation with label logic Hoffelhas 2020-12-07 17:44:12 +0100
  • 70567cacf5 Initial modifications to include section type Hoffelhas 2020-12-06 23:08:47 +0100
  • 0d18c8c8b6
    Update README.md Hoffelhas 2020-09-25 13:59:54 +0200
  • f3bd20cf8c
    Update README.md Hoffelhas 2020-06-15 19:01:23 +0200
  • 4f7981aee8
    Update README.md v1.3 Hoffelhas 2020-06-13 18:55:14 +0200
  • 21d80334ee
    Update README.md Hoffelhas 2020-06-13 18:41:47 +0200
  • bc7f6938b6
    Update README.md Hoffelhas 2020-06-13 18:39:24 +0200
  • b6466130f4
    Update README.md Hoffelhas 2020-06-13 18:37:39 +0200
  • 7bd8b5a91a
    Update README.md Hoffelhas 2020-06-13 18:36:37 +0200
  • 4f531dd0dc
    Update README.md Hoffelhas 2020-06-13 18:27:15 +0200
  • 55e0153677 Testing start-date and hide-future concluded Hoffelhas 2020-06-13 17:45:08 +0200
  • 9645942c5c 1) Hide-future date has been fixed 2) start-date functionality added Hoffelhas 2020-06-13 15:26:56 +0200
  • 82b8bd2385 Implemented first iteration of asynchronous labelling of proejct/parentless tasks and sub-tasks Hoffelhas 2020-06-13 11:13:03 +0200
  • 50830eaaa8 Prompt if user wants to create an undefined label, instead of auto-creating Hoffelhas 2020-06-07 16:20:55 +0200
  • fa3d7fa1dd If the given label doesn't exists, a new one is now automatically created! Hoffelhas 2020-06-07 15:18:12 +0200
  • b2430dcb1e Added modes check and CLI output as additional feedback during initialising Hoffelhas 2020-06-07 14:59:47 +0200
  • 9c947b7292
    Update README.md Hoffelhas 2020-05-30 15:34:19 +0200
  • 3d8fb97c93
    Update README.md v1.2 Hoffelhas 2020-05-30 14:46:19 +0200
  • ff31adc65b Put second sync back in, for some reason this makes it much more stable. Final testing concluded, pushing for release. Hoffelhas 2020-05-30 13:49:37 +0200
  • a552954d8b Bug has magically gone away on Todoist's end. For now moving on. Parser lay-out, help content, and arguments have been improved. Hoffelhas 2020-05-30 13:14:07 +0200
  • c4792b9a17 Strange bug found when testing the modulised lay-out. Tasks that have been given an old_date show unexplained behaviour. If set on today and recurring every day, checking it will move it TWO days. Hoffelhas 2020-05-30 12:29:25 +0200
  • 4690b68245 Finalised test of alternative end-of-day time Hoffelhas 2020-05-30 10:19:45 +0200
  • f51d7cb46a Implemented the functionality for an alternative end-of-day time. Hoffelhas 2020-05-29 22:11:27 +0200
  • 011e100173 Quick and dirty test for an alternative end-of-day time when checking a daily recurring task. Hoffelhas 2020-05-28 21:51:20 +0200
  • f9fddf934e
    Update README.md v1.1 Hoffelhas 2020-05-24 18:10:06 +0200
  • d288738652 Modified logger to include console output. Modified log-messages to be more read-friendly. Decreased default delay from 10 to 5 seconds Hoffelhas 2020-05-24 17:46:51 +0200
  • 0c47cfa81c Complete overhaul of label-logic. 1) Labels are again used as primary markers for cascading the information. 2) API queue only gets filled with items that require an update. This drastically lowers the size of the queue. 3) Removal of legacy code. Hoffelhas 2020-05-24 15:55:47 +0200
  • 9e9567efaf version check logic added Hoffelhas 2020-05-24 11:11:17 +0200
  • 473964155c
    Update README.md Hoffelhas 2020-05-21 19:07:18 +0200
  • e38409eac1
    Update README.md Hoffelhas 2020-05-21 19:06:31 +0200
  • f1fc145157 Modified .gitignore v1.0.3 Hoffelhas 2020-05-21 10:32:14 +0200
  • 4f21175f65 Update Hoffelhas 2020-05-21 10:12:14 +0200
  • cbe5cba074 - Bugfix: serial tag on task level and project level not working properly - Bugfix: Recurring task child_list has to include all children, even if checked. Not relevant for labels. Hence two lists are now created for both purposes. Hoffelhas 2020-05-21 10:00:06 +0200
  • 1926c2e6a3 - Fixed a bug that prevented sequential subtasks in a parallel project - Renamed legacy 'serial' keywords to 'sequential' v1.0.2 Hoffelhas 2020-05-17 18:02:38 +0200
  • a21d271c98
    Update README.md Hoffelhas 2020-05-15 21:35:47 +0200
  • b7d27f7bdd
    Update README.md Hoffelhas 2020-05-13 22:35:07 +0200
  • b24dd9b868 Update README.md Hoffelhas 2020-05-13 17:18:32 +0200
  • a106464764 Update autodoist.py Hoffelhas 2020-05-13 17:07:20 +0200
  • f021a84bf7 Applied fix to the sequential label logic Hoffelhas 2020-05-12 23:12:14 +0200
  • 9dbbd87720 Stash Hoffelhas 2020-05-12 22:40:37 +0200
  • f8fb8a77aa Update README.md Hoffelhas 2020-05-12 23:29:56 +0200
  • a8d9ce9f09 setup.py update Hoffelhas 2020-05-10 15:09:31 +0200
  • 5efacae2c7 Update README.md Hoffelhas 2020-05-09 22:50:50 +0200
  • fe4894262c Update README.md Hoffelhas 2020-05-09 22:48:50 +0200
  • 37110c13b4 Updated logging Hoffelhas 2020-05-09 22:03:43 +0200
  • 3bdf7c0cfe Update README.md Hoffelhas 2020-05-09 20:26:56 +0200
  • 40bba64a96 Update README.md Hoffelhas 2020-05-09 20:20:01 +0200
  • 7a3ef7eb76 Update README.md Hoffelhas 2020-05-09 18:15:46 +0200
  • ce75dcfe50 Fix of recursive mode parser argument Hoffelhas 2020-05-09 18:09:51 +0200
  • 5d034abf53 Update README.md Hoffelhas 2020-05-09 18:06:28 +0200
  • d5cda02204 Merge branch 'master' of https://github.com/Hoffelhas/automation-todoist Hoffelhas 2020-05-09 17:14:23 +0200
  • 03a16b7d77 Update README.md Hoffelhas 2020-03-31 15:27:04 +0200
  • c9031a3c07 Namechange to autodoist Hoffelhas 2020-05-09 17:10:11 +0200
  • 56ced1ca1e Namechange to autodoist Hoffelhas 2020-05-09 17:08:53 +0200
  • 6b4ad87457 Added parse option and logic for re-use of sub-tasks if a parentless task is recursive Hoffelhas 2020-05-09 16:05:25 +0200
  • 27ac1abdfc Minor bugfix and reformatting Hoffelhas 2020-05-09 12:19:58 +0200
  • 91523cbbe1 Minor bugfixes Hoffelhas 2020-03-30 17:15:22 +0200
  • b7ba10c001 Minor bugfixes in serial and parallel logic Hoffelhas 2020-03-30 17:07:37 +0200
  • 347e0afcf1 Minor bugfixes in serial and parallel logic Hoffelhas 2020-03-30 16:08:52 +0200
  • a4fd835474 Update README.md Hoffelhas 2020-03-30 11:39:22 +0200
  • f89bb1abfe Update README.md Hoffelhas 2020-03-30 11:37:57 +0200
  • a616e2eba9 Update README.md Hoffelhas 2020-03-30 11:37:10 +0200
  • 3ef9371967 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. Hoffelhas 2020-03-30 10:53:45 +0200
  • 50e7caa7fb
    Update autodoist.py v1.0.1 Hoffelhas 2020-05-13 17:07:20 +0200
  • 35933127d8 Applied fix to the sequential label logic Alexander Haselhoff 2020-05-12 23:12:14 +0200
  • 4d41df2387 Stash Alexander Haselhoff 2020-05-12 22:40:37 +0200
  • 376d31c132
    Update README.md Hoffelhas 2020-05-12 23:29:56 +0200
  • 0274ddecc7 setup.py update Alexander Haselhoff 2020-05-10 15:09:31 +0200
  • d8fe79a210
    Update README.md v1.0 Hoffelhas 2020-05-09 22:50:50 +0200
  • be80a58e7d
    Update README.md Hoffelhas 2020-05-09 22:48:50 +0200
  • 13745f2c14 Updated logging Alexander Haselhoff 2020-05-09 22:03:43 +0200
  • 3e72327eac
    Update README.md Hoffelhas 2020-05-09 20:26:56 +0200
  • 45b2295662
    Update README.md Hoffelhas 2020-05-09 20:20:01 +0200
  • cbb4cd45c3
    Update README.md Hoffelhas 2020-05-09 18:15:46 +0200
  • 3118b99a50 Fix of recursive mode parser argument Alexander Haselhoff 2020-05-09 18:09:51 +0200
  • e2c1174989
    Update README.md Hoffelhas 2020-05-09 18:06:28 +0200
  • ad98747736 Merge branch 'master' of https://github.com/Hoffelhas/automation-todoist Alexander Haselhoff 2020-05-09 17:14:23 +0200
  • da7c8c3479 Namechange to autodoist Alexander Haselhoff 2020-05-09 17:10:11 +0200
  • 9cf1dd848a Namechange to autodoist Alexander Haselhoff 2020-05-09 17:08:53 +0200
  • 2709f97bad Added parse option and logic for re-use of sub-tasks if a parentless task is recursive Alexander Haselhoff 2020-05-09 16:05:25 +0200
  • 3837eb52bc Minor bugfix and reformatting Alexander Haselhoff 2020-05-09 12:19:58 +0200
  • e2a52caead
    Update README.md Hoffelhas 2020-03-31 15:27:04 +0200