benrhughes / todotxt.net

An implementation of todo.txt for Windows using the .NET framework
http://benrhughes.github.io/todotxt.net/
Other
500 stars 123 forks source link

DONE filter does not work #349

Closed j-xella closed 6 years ago

j-xella commented 6 years ago

I have created a filter that consists of one line only with the word "DONE" (without quotes) in it. In my understanding, such filter is supposed to show me completed tasks only. Yet nothing shows at all when I select this filter. I have another filter which is just "-DONE", and it works OK, filtering out the completed tasks. My todo.txt has both completed and incomplete tasks.

Todotxt.net version 3.3.0.0

j-xella commented 6 years ago

Probably related to #284

benrhughes commented 6 years ago

This is covered by #305 which will be in the next release

keighrim commented 6 years ago

This is actually a bug in the DONE filter. I'll open a PR.

shulist commented 6 years ago

I'm not sure why this happens but using "-DONE" seems to work perfectly but using "DONE" still does not work. I am using TDT 3.3.0.0.

muteboy commented 5 years ago

I have this problem too. When will the new release be out?