Tags

Tags give the ability to mark specific points in history as being important
  • 0.2.5

    Changes since 0.2.4
    -------------------
    
    Bug fixes:
        - Fails to filter out tags.
  • 0.2.4

    093902a1 · sorting tags when listing ·
    Changes since 0.2.3
    -------------------
    
    Improvements::
        - Sorting tags when displaying in list. More consistent output.
  • 0.2.3

    91deca78 · version bump ·
    Changes since 0.2.2
    -------------------
    
    Improvements::
        - Human readable task info.
        - Sorting list outputs per status.
  • 0.2.2

    Changes since 0.2.1
    -------------------
    
    Bug fixes:
        - List is not showing items without tags.
  • 0.2.1

    Changes since 0.2.0
    -------------------
    
    Bug fixes:
        - Unable to select done task by id.
  • 0.2.0

    fbf6d808 · version bump ·
    Changes since 0.1.0
    -------------------
    
    New features:
        - Hide (archive) tasks.
        - List hidden (archived) tasks.
        - List while filtering per tags and content.
        - Task statuses (todo, done, active, hidden).
        - Timer on active tasks.
        - Detailed info of tasks.
        - List and count of tags used.
    
    Improvements:
        - Use sqlite3 instead of json file.
        - Display uuid alongside id of each task.
        - Display spent time on tasks.
        - Display status by name (used to be an integer).