- Add 'config' command (
5c89f39
)
- Minor import changes for compatibility on Linux. (
d58ed56
) - Display correct database file on commit. (
9d9f77c
) - Time entries committed when editing config (
206f5f5
)
- Show daily log of tasks (
c7b0381
)
- View work modes for the week (
0db451b
)
- Fix issue with outlook function not skipping items when 0 time was entered. (
e1a117c
) - Outlook mode no longer starts automatically (
b8ac4ac
)
- Address crash when using --start and --end arguments. (
a17ad27
)
- Enable command line arguments when using entry points after build. (
47c3898
)
- Time activities from the command line (
4aeae4d
)
- Fix crash when running with entry point and no arguments. (
ba29a65
)
- Added --outlook (-o) flag to start in outlook mode (
bcd663e
)
- Removed copy to clipboard on commit (
2e76c78
) - Crash with deep work command (
7a4c649
) - Add backwards compatibility for database (
5778797
) - Improve documentation for add function (
1e840dd
) - Catch nan time durations (
42278c3
) - Replace Value and TypeError with InputError (
6d3bc6a
) - Raise input errors instead of value/type errors for scale function. (
8e1e953
)
- Add export command for basic export to CSV from sqlite3 database. (
571a3de
)
- Restructure to fix import problems (
6e2d461
)
- Update changelog (
94a3745
)
- Clipboard is not cleared when no time entries exist. (
6e9197d
)
Version 0.4.0 includes full sqlite3 database support, and allows for titr to be fully used on a daily without an Excel spreadsheet.
- Deep work function now displays color based on whether goal is being met. Greatly improved formatting. (
d69a359
) - Import data from csv (
c8c97d5
) - Added basic timecard command and functionality (
7647dc7
) - Add command to display total deep work and deep work over last 365 days. (
b2ea0e8
)
- Timecard function improved formatting. (
caa6a95
) - Better formatting for TimeEntry string function (
d703f6a
) - Better formatting of TimeEntry (
e0903b1
) - Cleaner text formatting for console help commands. (
016251d
) - Help command no longer shows blank doc for some commands. (
709af52
) - Time entries in database now have correct user_key for categories; no longer linked to category_id erroneously. (
d6da539
) - Deep_work function pulls from ConsoleSession database. (
c9edd69
) - Test and error handling if no time entries found within work week for timecard function. (
e1253a5
) - Help function now displays multi-line dotstrings without unwanted indentation (
aac1cb6
) - Enforce unique ids and keys a for tasks table (
722b204
) - Disable ability to call outlook commands from linux (
b75753d
) - Add default for console.outlook_item = None (
011a90e
)
- Fix distrubution error
- New console enabled for commands; not yet enabled for time entries. Getting excited about deleting some code soon. (
9f9c271
) - Time entries can now be written to sqlite database. No read capability built in yet. (
5ccecf6
) - More implementation of sqlite database (
28bd494
) - Start adding database functionality (
d39a9a9
)