Release Notes
Features
- add config option for task state marker (default is 'x' to comply with prettier) (f9341cd)
- tui: add config option to show time delta between due date and today's date (f99a40f)
- tui: add help menu (#20) (0cd64f4)
- tui: add sorting by due dates or titles to Filter tab (#22) (43f2ca5)
- tui: edit task from vault-task (#21) (7df637a)
- tui: improve footers (a0df9fc)
- tui: style relative date (dim) (f99a40f)
Bug Fixes
- core/filter: return too early when a task did not match the filter, preventing its children from being filtered (a10dbdc)
- tui: add hours when time delta < 1 day in relative due date (b8cbba3)
- tui: today tag not taken into account in task widget height (881f62e)
Install vault-tasks 0.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/louis-thevenet/vault-tasks/releases/download/v0.4.0/vault-tasks-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/louis-thevenet/vault-tasks/releases/download/v0.4.0/vault-tasks-installer.ps1 | iex"
Download vault-tasks 0.4.0