• v1.3.5 6ebadf1d23

    v1.3.5 Stable

    augustin64 released this 2023-11-28 10:04:16 +01:00 | 0 commits to main since this release

    Changes

    • Add config.h parameter for base TMPDIR
    Downloads
  • v1.3.4 3ad74e9428

    v1.3.4 Stable

    augustin64 released this 2023-10-27 13:38:10 +02:00 | 2 commits to main since this release

    Changes

    • Remove libnotify dependency for main takl binary
    Downloads
  • v1.3.3 e03dff6589

    v1.3.3 Stable

    augustin64 released this 2023-10-15 11:45:41 +02:00 | 3 commits to main since this release

    Changes

    This release fixes takl done and takl reschedule commands

    Downloads
  • v1.3.0 22b90691b5

    v1.3.0 Stable

    augustin64 released this 2023-10-03 18:24:25 +02:00 | 7 commits to main since this release

    Changes

    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 a60055ff7e

    v1.2.1 Pre-Release

    augustin64 released this 2023-09-29 18:51:58 +02:00 | 10 commits to main since this release

    BROKEN DO NOT USE

    Changes

    Fix daemon.c according to v1.2.0 changes

    Downloads
  • v.1.2.0 42d9d1e5c0

    v1.2.0 Pre-Release

    augustin64 released this 2023-09-29 18:48:44 +02:00 | 11 commits to main since this release

    BROKEN 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 778d75396e

    v1.1.0 Stable

    augustin64 released this 2023-07-16 22:36:08 +02:00 | 14 commits to main since this release

    Changes

    • Add reschedule command
    • Add takl-daemon binary
    Downloads
  • 1.0.1 10c326c040

    v1.0.1 Stable

    augustin64 released this 2023-07-13 12:02:03 +02:00 | 22 commits to main since this release

    Changes

    • Improve list command output
    Downloads