Skip to content

v2.0.3

Choose a tag to compare

@github-actions github-actions released this 27 May 18:12
ef10b3d

vault-tasks v2.0.3

I made optimization to parse large Markdown files as mentioned in #199.

Here are the results:

The test vault contains 50 fairly large Markdown files:
image

Totaling 4796 headers, 2153 tasks and 44441 regular Markdown lines. (Way more than a human can use I guess)

Parsing and fixing these files takes a little more than 1 second.
image

I also improved the UI to support large numbers of tasks and headers:

2026-05-27.20-30-51.mp4

Install vault-tasks-tui 2.0.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/louis-thevenet/vault-tasks/releases/download/v2.0.3/vault-tasks-tui-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/louis-thevenet/vault-tasks/releases/download/v2.0.3/vault-tasks-tui-installer.ps1 | iex"

Download vault-tasks-tui 2.0.3

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