VladimirMarkelov / ttdl

TTDL - Terminal Todo List Manager
MIT License
202 stars 17 forks source link

--due not working as before #54

Closed manfredlotz closed 2 years ago

manfredlotz commented 2 years ago

I updated to ttdl 3.0.0

Before when doing

ttdl list  pattern --due=none..45d

I got listed all tasks without due date as well.

With 3.3.0 this is no longer true. Now, tasks without any due date won't get listed. Anything has changed here?

VladimirMarkelov commented 2 years ago

It seems I broke something. It was not intended. Thanks for reporting.

manfredlotz commented 2 years ago

Thanks.

VladimirMarkelov commented 2 years ago

Due date was the only date which did not use common filtering code. I fixed it and it should work now. Release 3.0.1 with the fix on crates.io is published.

VladimirMarkelov commented 2 years ago

I have not generated new binaries. I am going to do it when I release 3.1.0

manfredlotz commented 2 years ago

Tested, and working fine now. Thanks a lot.