Skip to content

0.4.0 (2024-11-09)

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Nov 10:20
· 61 commits to main since this release
01cf4c5

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

File Platform Checksum
vault-tasks-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
vault-tasks-x86_64-apple-darwin.tar.xz Intel macOS checksum
vault-tasks-x86_64-pc-windows-msvc.zip x64 Windows checksum
vault-tasks-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum