-
v1.2.0 Pre-Release
released this
2023-09-29 18:48:44 +02:00 | 11 commits to main since this releaseBROKEN DO NOT USE
Changes
Add
category
information to tasks
Affected commands:takl list [category] [-a:see completed]
takl add [category:]<task> [date]
The database scheme is affected, run the following on the database before upgrading
ALTER TABLE tasks ADD category TEXT DEFAULT '';;
Downloads