Releases: mvmjacobs/timetracking
Releases · mvmjacobs/timetracking
v1.2.2
Bug Fixes
- pause: Fixed the command that was finishing the task instead of pausing. (#23) (074242e)
v1.2.1
Bug Fixes
- finish|pause: Fixed commands when the
-t
option is not enter. (#21) (beefa0d)
v1.2.0
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
Improvements
- list: Now displays the task status. (#14) (61d25ce)
Bug Fixes
- add: Fix expression to validate
[time_spent]
parameter. (#13) (9a495f1)
v1.1.0
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
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
- Initial release.
- Basic options: start, pause, finish, list.