bradyt / taskw-dart

Taskwarrior-inspired mobile todo app
82 stars 8 forks source link

Won't hide tasks with wait date set #30

Closed laenglea closed 1 year ago

laenglea commented 1 year ago

Version: latest IOS one

Waiting tasks are always shown

example: task add make party wait:2025-12-12

would hide till end of 2025 and is only visible under

task waiting.

In the ios app it's visible from today.

bradyt commented 1 year ago

Thank you for the report! I have a draft solution, and may try to explain what happened soon. And I intend to ping this thread when a fix is available on App Store. I might be doing a little maintenance on codebase before I deploy, in preparation for imminent updates in language and framework.

bradyt commented 1 year ago

Here's the relevant part of the changelog for version 0.2.8, on App Store:

- Fix: Pending filter should filter tasks with wait field set to future date
- Wait field is now displayed in task list item, and can be sorted on

However, while trying to be conservative in maintenance, I've nevertheless somehow lost the icon in the build. I've opened a separate issue for visibility and anyone wanting to track:

laenglea commented 1 year ago

I just tried it. Tasks are hiding now - thank you so much.