-Added timelog function for record keeping (located ./.local/shared/clocky/timelog.txt where the working dir is <user>'s home) -The last record is called to show what was the last even was
1.0.1
-Entry will now be created if none exists for the current day
1.0.0
-Got functions to work and are callable from __main__.py -Got all core logic to work -Got timecard storage to work (located ./.local/shared/clocky/timecard.json where the working dir is <user>'s home) -Got clocky to be its own install and is now callable with the command 'clocky'
0.2.1
-Able to detect if an option was called and assign either a custom or default value if it was -Arguments are now mutually exclusive
0.2.0
-New dependency: argparse -argparse is working -able to store and recall arguments -Removed click dependency
0.1.1
-testcli is now on path -Fixed: AttributeError: module '__main__' has no attribute 'main' -click not working in a useful way yet