-
v1.3.0 Stable
released this
2023-10-03 18:24:25 +02:00 | 7 commits to main since this releaseChanges
Fixed takl crashing when a task's category was
NULL
.
The previous update command was wrong.If (you already applied it) apply this one (you will loose all the categories) else apply only the second line
ALTER TABLE tasks DROP COLUMN category;; ALTER TABLE tasks ADD category TEXT DEFAULT NULL;;
Downloads
-
v1.2.1 Pre-Release
released this
2023-09-29 18:51:58 +02:00 | 10 commits to main since this releaseBROKEN DO NOT USE
Changes
Fix
daemon.c
according to v1.2.0 changesDownloads
-
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
-
v1.1.0 Stable
released this
2023-07-16 22:36:08 +02:00 | 14 commits to main since this releaseChanges
- Add
reschedule
command - Add
takl-daemon
binary
Downloads
- Add
-
v1.0.1 Stable
released this
2023-07-13 12:02:03 +02:00 | 22 commits to main since this releaseChanges
- Improve
list
command output
Downloads
- Improve