Added Dormant state, auto-create task dirs.

The Dormant state is for tasks that are still outstanding but not of
immediate importance. The main different between Dormant and Todo is
that dormant tasks are not listed by default. You must
`pit list dormant` to see them.
This commit is contained in:
Jonathan Bernard
2018-05-14 09:53:15 -05:00
parent 97eb286e32
commit 28569a643e
3 changed files with 15 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Package
version = "4.0.2"
version = "4.0.3"
author = "Jonathan Bernard"
description = "Personal issue tracker."
license = "MIT"