Add support for completing recurrence tasks

This commit is contained in:
2025-06-05 14:30:09 +02:00
parent 61e78a85d8
commit 52dd10ac10
11 changed files with 731 additions and 55 deletions

View File

@@ -7,5 +7,5 @@ buildNpmPackage {
pname = "obsidian-tasks-reminder";
version = "0.0.1";
src = ./.;
npmDepsHash = "sha256-5BsZ4Z7/YjAnOLc6IBU+O0T1p0ncDd7kwzerI5PJYQM=";
npmDepsHash = "sha256-qSCP2eerP9oQcpLsEj2XE2X6vap8MMTuydzWItlAHuA=";
}