- Add
tt load-csv
utility to load hours from a csv file.
- Add
-d, --date
option fortt show
command, in order to check just loaded hours for that date. - Disable SSL warnings when timetracker's domain has certificate issues.
- Drop Python 3.4 support.
- Add
-h, --hours
option to set hours using cli.
tt
is now the only one true command line that groups all utilities.tt load
is the new utility to load hours. It does pretty much the same asload-tt
(which was deleted).tt show
is the new utility to shows loaded hours. It supports several params, please refer to--help
for more information.
- dd/mm/yyyy is the default date format to use.
- Change base url since timetracker.bairesdev.com is now using https protocol.
- Add pto and vacations support.
- Fix date bug for
today
andyesterday
when timezone time is a day after utc time.
- Fix some date parse stuff and update readme.
- Drop support for dates with math notation
-d today-2
. - Add human date support, now you can use
-d monday
for the last monday.
- Basic timetracker with date and text support.