• 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