Tags give the ability to mark specific points in history as being important
-
-
-
0.3.2
a456d846 · ·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 · ·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 · ·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.4
093902a1 · ·Changes since 0.2.3 ------------------- Improvements:: - Sorting tags when displaying in list. More consistent output. -
0.2.0
fbf6d808 · ·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).