Version 0.4.0 includes full sqlite3 database support, and allows for titr to be fully used on a daily without an Excel spreadsheet.
Feature
* Deep work function now displays color based on whether goal is being met. Greatly improved formatting. ([`d69a359`](https://github.com/blairfrandeen/titr/commit/d69a3593528f1bce32aba7f23317af407af07ad2))
* Import data from csv ([`c8c97d5`](https://github.com/blairfrandeen/titr/commit/c8c97d5cdf65c4e0c98d97c595e421a58adaccf9))
* Added basic timecard command and functionality ([`7647dc7`](https://github.com/blairfrandeen/titr/commit/7647dc7ddff9c0bea5997a13f115dc1337bd287a))
* Add command to display total deep work and deep work over last 365 days. ([`b2ea0e8`](https://github.com/blairfrandeen/titr/commit/b2ea0e80eb2b2cc245710a786124ef06301e27ae))
Fix
* Timecard function improved formatting. ([`caa6a95`](https://github.com/blairfrandeen/titr/commit/caa6a9544e529ce149cec733c68c940173b563ec))
* Better formatting for TimeEntry string function ([`d703f6a`](https://github.com/blairfrandeen/titr/commit/d703f6a614e309143faf5c4dfb1735bd30af70b7))
* Better formatting of TimeEntry ([`e0903b1`](https://github.com/blairfrandeen/titr/commit/e0903b13462796a8deda4539350eb906ceb8d1fe))
* Cleaner text formatting for console help commands. ([`016251d`](https://github.com/blairfrandeen/titr/commit/016251d8213f696b3e8fb0afe05c55a01d99eb77))
* Help command no longer shows blank doc for some commands. ([`709af52`](https://github.com/blairfrandeen/titr/commit/709af5276f2587dac3e0925ccef20cf3fd43bcc6))
* Time entries in database now have correct user_key for categories; no longer linked to category_id erroneously. ([`d6da539`](https://github.com/blairfrandeen/titr/commit/d6da539b5b4724d7e2d3e1ad00c40226812a2550))
* Deep_work function pulls from ConsoleSession database. ([`c9edd69`](https://github.com/blairfrandeen/titr/commit/c9edd69dfa2f66bee0279184eb4246c2ca61cc56))
* Test and error handling if no time entries found within work week for timecard function. ([`e1253a5`](https://github.com/blairfrandeen/titr/commit/e1253a59bb44a4996c461e97ec7a08d26dd38203))
* Help function now displays multi-line dotstrings without unwanted indentation ([`aac1cb6`](https://github.com/blairfrandeen/titr/commit/aac1cb6c0bc14f682a24f81993852db751312d8a))
* Enforce unique ids and keys a for tasks table ([`722b204`](https://github.com/blairfrandeen/titr/commit/722b204651f75bd180e12714830a3d8527ee2bf4))
* Disable ability to call outlook commands from linux ([`b75753d`](https://github.com/blairfrandeen/titr/commit/b75753d8cb54017fca14acd2dffc385297cddc8c))
* Add default for console.outlook_item = None ([`011a90e`](https://github.com/blairfrandeen/titr/commit/011a90eef1a50bf55da774eb122ac4e190b41340))