I implemented #49 and also noticed there's an existing rule specifically for due dates (due:yyyy-mm-dd), but it was below the general key:value rule, so it wasn't matching. I moved it up so it gets matched as a due date. I can split that into its own PR, or remove it completely if it shouldn't be there, but I left it in for now since it's closely related.
I implemented #49 and also noticed there's an existing rule specifically for due dates (due:yyyy-mm-dd), but it was below the general key:value rule, so it wasn't matching. I moved it up so it gets matched as a due date. I can split that into its own PR, or remove it completely if it shouldn't be there, but I left it in for now since it's closely related.
Fixes #49