• 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