time-tracker-cli
Version:
Tiny time tracker
54 lines (36 loc) • 1.55 kB
Markdown
## [v2.3.1] - Sep 14, 2017
- Update dependencies
## [v2.3.0] - Sep 14, 2017
- Add a manager export point
## [v2.2.0] - Sep 5, 2017
- Update output
- Update all deps to last version
- Fix output v2.1 error
## [v2.0.22] - Apr 18, 2017
- Update dependencies
- Fix typo (Thanks @RyanZim)
- Fix autocomplete
- Add command to install completions
- Only completion for commands not for tasks
## [v2.0.0] - Jan 25, 2017
- Internal Rework, now you use commands in a git style
- Added Autcomplete, of the commands and tasks
- Added configure and configuration to modify the ouput time on the table
- Added pause and unpause methods
- Added --updateDB method to update the config to the version 2
## [v1.1.2] - Feb 11, 2016
- Added the posibility to calc an amount from a rate in the -r option
## [v1.1.1] - Feb 9, 2016
- Fixes
## [v1.1.0] - Feb 7, 2016
- Added add/subtract time for/from a task.
## v1.0.0 - Feb 6, 2016
- First release.
- Basic options. start, finish, log, report, export
[v1.1.0]: https://github.com/danibram/time-tracker-cli/compare/v1.0.0...v1.1.0
[v1.1.1]: https://github.com/danibram/time-tracker-cli/compare/v1.1.0...v1.1.1
[v1.1.2]: https://github.com/danibram/time-tracker-cli/compare/v1.1.1...v1.1.2
[v2.0.0]: https://github.com/danibram/time-tracker-cli/compare/v1.1.2...v2.0.0
[v2.0.22]: https://github.com/danibram/time-tracker-cli/compare/v2.0.0...v2.0.22
[v2.2.0]: https://github.com/danibram/time-tracker-cli/compare/v2.0.22...v2.2.0
[v2.3.0]: https://github.com/danibram/time-tracker-cli/compare/v2.2.0...v2.3.0