Tags

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

    47829945 · version bump to v0.3.4 ·
    0.3.4
  • 0.3.3

    3f69f521 · hide zero id ·
    Changes since 0.3.2
    -------------------
    
    Bug fixes:
        - Displaying zero ID.
  • 0.3.2

    a456d846 · version bump ·
    Changes since 0.3.1
    -------------------
    
    New features:
        - `focus` command prints active task text and duration.
    
    Improvements:
        - Printing all data of deleted items.
        - List all non-hidden tasks by default if no command is provided.
        - Full unit tests coverage.
    
    Bug fixes:
        - Stopping task not working properly.
  • 0.3.1

    b6c187f9 · updated docs ·
    Changes since 0.3.0
    -------------------
    
    New features:
        - Set %priority and @status while searching or creating/modifying.
        - Option to change default data file path.
        - Option to select status icons from a list of themes.
    
    Improvements:
        - Code refactoring.
  • 0.3.0

    16b50c10 · priority and notes ·
    Changes since 0.2.0
    -------------------
    
    New features:
        - Notes: rite a note for each task in multiline edit prompt.
        - Priority number.
    
    Improvements:
        - Human readable task info.
        - Sorting table per status and then per priority.
        - Reversed sorting (most important at the bottom) because of terminal use case with long outputs.
        - Sorting tags when displaying in list. More consistent output.
    
    Bug fixes:
        - Unable to select done task by id.
        - List is not showing items without tags.
        - Fails to filter out tags.
        - Unable to start a task.
  • 0.2.6

    Changes since 0.2.5
    -------------------
    
    Bug fixes:
        - Unable to start a task.
  • 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).