Releases: louis-thevenet/vault-tasks
Releases · louis-thevenet/vault-tasks
0.8.0 (2025-01-01)
Release Notes
Features
Bug Fixes
- calendar: only preview selected day (14292b4)
- tui: changing state on wrong element type doesn't crash anymore but simply logs error (9d8f4c8)
Install vault-tasks 0.8.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/louis-thevenet/vault-tasks/releases/download/v0.8.0/vault-tasks-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/louis-thevenet/vault-tasks/releases/download/v0.8.0/vault-tasks-installer.ps1 | iex"
Download vault-tasks 0.8.0
0.7.0 (2024-12-21)
Release Notes
Breaking change in config file
task_state_marker
has been replaced by task_state_markers.done
ToggleStatus
action has been split into MarkToDo
, and MarkDone
Features
-
add Incomplete and Canceled states (d98b378)
-
add actions to mark tasks Done, ToDo, Incomplete and Canceled (f07a13b)
New actions in config file: MarkToDo
, MarkDone
, MarkCancel
and MarkIncomplete
-
config: add config options for task state markers (ed9334f)
Configuration example:
task_state_markers.todo = ' '
task_state_markers.done = 'x'
task_state_markers.incomplete = '/'
task_state_markers.canceled = '-'
- config: add config options for tui symbols (e.g. use ASCII sequences instead of emojis) (734ae1a)
Configuration example:
pretty_symbols.task_done = "✅"
pretty_symbols.task_todo = "❌"
pretty_symbols.task_incomplete = "⏳"
pretty_symbols.task_canceled = "🚫"
pretty_symbols.due_date = "📅"
pretty_symbols.priority = "❗"
pretty_symbols.today_tag = "☀️"
Install vault-tasks 0.7.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/louis-thevenet/vault-tasks/releases/download/v0.7.0/vault-tasks-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/louis-thevenet/vault-tasks/releases/download/v0.7.0/vault-tasks-installer.ps1 | iex"
Download vault-tasks 0.7.0
0.6.1 (2024-12-08)
Release Notes
Bug Fixes
- flowtime: skipped break time is added to next break segment (f8cbde3)
- pomodoro: skipped break and focus time are added to next segment (b944813)
Install vault-tasks 0.6.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/louis-thevenet/vault-tasks/releases/download/v0.6.1/vault-tasks-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/louis-thevenet/vault-tasks/releases/download/v0.6.1/vault-tasks-installer.ps1 | iex"
Download vault-tasks 0.6.1
0.6.0 (2024-11-30)
Release Notes
Features
- add ToggleStatus action on tasks (266e6b2)
Bug Fixes
- crash when selected item was changed and did not match the active filter anymore (3d7e948)
Install vault-tasks 0.6.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/louis-thevenet/vault-tasks/releases/download/v0.6.0/vault-tasks-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/louis-thevenet/vault-tasks/releases/download/v0.6.0/vault-tasks-installer.ps1 | iex"
Download vault-tasks 0.6.0
0.5.1 (2024-11-24)
Release Notes
Bug Fixes
- config: crash if no time management settings were provided in config file (1f2f0a7)
- config: merge highlight styles into Home section (ada558e)
Install vault-tasks 0.5.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/louis-thevenet/vault-tasks/releases/download/v0.5.1/vault-tasks-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/louis-thevenet/vault-tasks/releases/download/v0.5.1/vault-tasks-installer.ps1 | iex"
Download vault-tasks 0.5.1
0.5.0 (2024-11-24)
Release Notes
Features
- add Time Management tab (#27) (8d5c12c)
- add config option for time management methods (70fbb59)
- core: include relative date in stdout mode (7fdff9c)
Bug Fixes
- add a cli argument to show fps and tps counters (3991042)
- home component not registering when focusing time management tab (6909a1c)
- time management settings wrong line selected on startup (cf90476)
Install vault-tasks 0.5.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/louis-thevenet/vault-tasks/releases/download/v0.5.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.5.0/vault-tasks-installer.ps1 | iex"
Download vault-tasks 0.5.0
0.4.0 (2024-11-09)
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
0.3.0 (2024-10-23)
Release Notes
Features
- tui: add search bar to vault explorer (#16) (e2a66ba)
- core: add special Today tag (38751d2)
- cli: add stdout command and improve stdout vault output (c5f604a)
- cli: open single markdown files (cf73c40)
- config: make default vault and config optional (70231c8)
- configurable color scheme (541c91e)
- core: add config option to propagate file tags to all contained tasks (762bf6c)
- tui: add reload action (784ac47)
- tui: add scrolling to lists (37a672f)
- tui: display origin file in task widget (#17) (72dd287)
- tui: improve error reporting (0d7ce2f)
- tui: open selected entry in default editor (#18) (4cc4177)
- use TOML as default format for config (3e25a6c)
Bug Fixes
- cli: make vault_path a named argument (prevents from running commands) (691aaa7)
- core: Bad parent for nested tasks (db92820)
- core: empty directories being added to vault (5d49b40)
- core: nested task incorrectly displayed in Display implementation of VaultData (807e7ff)
- core: task indenting no longer gets deleted (49e2402)
- explorer: make file name bold in path instead of showing in preview (cb693d0)
- filter_tab: tags list filter no longer case sensitive (a4f308a)
- parser: make parser less strict on extra indented descriptions by adding them to closest parent (86b30b4)
- tui: wrong height for subtasks (fc1374d)
Install vault-tasks 0.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/louis-thevenet/vault-tasks/releases/download/v0.3.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.3.0/vault-tasks-installer.ps1 | iex"
Download vault-tasks 0.3.0
0.2.0 (2024-09-29)
Release Notes
Features
Bug Fixes
- core: remove extra whitespace when fixing tasks in files (d8a2a86)
- explorer: only sort file and directory entries (c2abfef)
- tui: false error on startup : initiate entries list on creation (0a9e7ed)
Install vault-tasks 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/louis-thevenet/vault-tasks/releases/download/v0.2.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.2.0/vault-tasks-installer.ps1 | iex"
Download vault-tasks 0.2.0
v0.1.0
Merge pull request #10 from louis-thevenet/release-please--branches--…