- Add
tt load-csvutility to load hours from a csv file.
- Add
-d, --dateoption fortt showcommand, 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, --hoursoption to set hours using cli.
ttis now the only one true command line that groups all utilities.tt loadis the new utility to load hours. It does pretty much the same asload-tt(which was deleted).tt showis the new utility to shows loaded hours. It supports several params, please refer to--helpfor 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
todayandyesterdaywhen 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 mondayfor the last monday.
- Basic timetracker with date and text support.