todoman icon indicating copy to clipboard operation
todoman copied to clipboard

New support for subtasks

Open powerjungle opened this issue 4 months ago • 2 comments

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: image

After: image

Closes: https://github.com/pimutils/todoman/issues/396

powerjungle avatar Sep 08 '25 17:09 powerjungle

If by cache you mean the cache database, it should be enough to just increment the schema version to force a rebuild.

balejk avatar Oct 01 '25 07:10 balejk

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.

powerjungle avatar Oct 01 '25 14:10 powerjungle