Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Features * add config option for task state marker (default is 'x' to comply with prettier) ([f9341cd](f9341cd)) * **tui:** add config option to show time delta between due date and today's date ([f99a40f](f99a40f)) * **tui:** add help menu ([#20](#20)) ([0cd64f4](0cd64f4)) * **tui:** add sorting by due dates or titles to Filter tab ([#22](#22)) ([43f2ca5](43f2ca5)) * **tui:** edit task from vault-task ([#21](#21)) ([7df637a](7df637a)) * **tui:** improve footers ([a0df9fc](a0df9fc)) * **tui:** style relative date (dim) ([f99a40f](f99a40f)) # Bug Fixes * **core/filter:** return too early when a task did not match the filter, preventing its children from being filtered ([a10dbdc](a10dbdc)) * **tui:** add hours when time delta < 1 day in relative due date ([b8cbba3](b8cbba3)) * **tui:** today tag not taken into account in task widget height ([881f62e](881f62e))
- Loading branch information