New support for subtasks
Add support for RELATED-TO property and RELTYPE parameter.
Taken from RFC 5545, section 3.8.4.5. If present in a file, these values are now read and stored in the cache.
Tests are modified to reflect the change.
The SCHEMA_VERSION is incremented to allow the cache to be recreated after the update.
Nothing is required from the user to be done for the changes in this PR to work.
Before:
After:
Closes: https://github.com/pimutils/todoman/issues/396
If by cache you mean the cache database, it should be enough to just increment the schema version to force a rebuild.
If by cache you mean the cache database, it should be enough to just increment the schema version to force a rebuild.
Ah thank you, I totally missed it! I rebased my changes to make use of this and to describe it properly in comments and in the documentation. I edited the first comment of the PR to remove the "breaking changes" part since it's not true anymore.