Skip to content

Tags: BRO3886/gtasks

Tags

v0.9.7

Toggle v0.9.7's commit message
Jan 2022 relase - 2

v0.9.6

Toggle v0.9.6's commit message
Jan 2022 relase

0.9.5

Toggle 0.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add flag to only show completed tasks (#16)

0.9.4

Toggle 0.9.4's commit message

Verified

This commit was signed with the committer’s verified signature.
BRO3886 Siddhartha Varma
🚑 fixes a list egde case

0.9.3

Toggle 0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto select tasklist (#7)

* ✨ added -l persistant flag on tasks command

* added -l flag to select task list. Usage:
gtasks tasks -l "To watch" view|add|rm|done
* defaults to selecting prompt when the flag is missing
* also fixes the bug where incomplete tasks showed with
-i flag

* ♻️ refactor treewide, add logging

* refactored codebase
* added centralised, more configurable logging

* 🎨 moved to better and colorful printing

* utils package handles printing
* needs testing for all commands

* 📝 update root version

* 📄 update README

0.9.2

Toggle 0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
✨ table UI for tasks view (#5)

* ✨ added simple table view for displaying tasks
* 🎨 update table UI
* 🐛 add emoji for incomplete task
* 📝 version bump
* ⬆️ fix dependencies

0.9.1

Toggle 0.9.1's commit message

Verified

This commit was signed with the committer’s verified signature.
BRO3886 Siddhartha Varma
📝 updated tasks completed flag

* the --completed flag was semantically incorrect
* the new flag is --include-completed -i to include completed tasks
* this one is semantically correct since that's what the feature does

0.9.0

Toggle 0.9.0's commit message
📝 some fixes and added tasklist title update

0.8.0

Toggle 0.8.0's commit message
🔥 delete tasks added