Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Releases: mvmjacobs/timetracking

v1.2.2

11 Dec 23:26
Compare
Choose a tag to compare

Bug Fixes

  • pause: Fixed the command that was finishing the task instead of pausing. (#23) (074242e)

v1.2.1

25 Oct 00:39
Compare
Choose a tag to compare

Bug Fixes

  • finish|pause: Fixed commands when the -t option is not enter. (#21) (beefa0d)

v1.2.0

23 Oct 02:54
Compare
Choose a tag to compare

Improvements

  • config: Default date format in config file was changed to MM/dd/yyyy. (#19) (96d9474)
  • start: Now the task description is informed from an option. See here to know how to use it. (#16) (f7cbc67)
  • finish|pause: Now you can stop a task with date and time. See here to know how. (#18) (81f4c69, 40ced82)

Bug Fixes

  • finish|pause: Fix console message when the task has already been stopped. (#20) (d2fb57c)

v1.1.1

04 Sep 23:55
Compare
Choose a tag to compare

Improvements

  • list: Now displays the task status. (#14) (61d25ce)

Bug Fixes

  • add: Fix expression to validate [time_spent] parameter. (#13) (9a495f1)

v1.1.0

04 Sep 03:43
Compare
Choose a tag to compare

Features

  • add: New command! Now you can add tasks running the command add. Here you can see how to use. (#8) (a1f5a6)
  • pause: Now task parameter is optional, you can pause all tasks in progress. (#4) (4ab557f)
  • finish: Now task parameter is optional, you can complete all tasks in progress. (#4) (4ab557f)

v1.0.1

03 Sep 00:39
Compare
Choose a tag to compare

Bug Fixes

  • Now when you type tm command will show help section.
  • Tasks list now displays the hours in HH:mm format instead H:mm.
  • Date format used is the same as the one saved in the settings file.

v1.0.0

27 Aug 16:07
Compare
Choose a tag to compare
  • Initial release.
  • Basic options: start, pause, finish, list.