App-TimeTracker
view release on metacpan or search on metacpan
3.006 2020-12-28T20:34:29
- test for global report (list all) and report filtered by project (Thomas Klausner)
- Add more details to init command documentation (Paul Cochrane)
- Extract duplicate error messages into Constants package (Paul Cochrane)
- Add init command hint to start command help message (Paul Cochrane)
- Test current start command help output without project (Paul Cochrane)
- Add an initial test for report command (Paul Cochrane)
- add --output opt to "report" command to show different fields in the report table (Thomas Klausner)
3.005 2020-11-22T17:17:58
- Move docs to saner placed (Paul Cochrane)
- Update cpanm installation docs (Paul Cochrane)
- Replace references to search.cpan.org with metacpan (Paul Cochrane)
- Remove unused GitHub::Meta option (Paul Cochrane)
- Tell users to use GitHub issues for bug reporting (Paul Cochrane)
- use github-issues instead of RT via dist.ini (Thomas Klausner)
- Add initial Travis-CI configuration (Paul Cochrane)
3.004 2020-08-10T07:34:58
- make this/last doc example a bit clearer (Thomas Klausner)
- Document the --from, --to, --this and --last options (Paul Cochrane)
- Fix off-by-one rounding error in Task->rounded_minutes (Paul Cochrane)
- Add assertions to test of `current` command (Paul Cochrane)
- Remove leading zero from integer (Paul Cochrane)
- Purge trailing whitespace in source files (Paul Cochrane)
3.003 2020-08-02T17:40:42
- Sort list of available commands for consistency (Paul Cochrane)
- Stop gathering vim `.swp` files when building dist (Paul Cochrane)
- Link to YAPC::EU 2011 talk in docs (Paul Cochrane)
- Describe installation via tarball and git checkout separately (Paul Cochrane)
- Bump the copyright year (Paul Cochrane)
- Fix various typos, general cleanup (Paul Cochrane)
- Minor pod tidy up. (Mohammad S Anwar)
3.002 2019-11-07T12:33:55
- fix a bug in tracker report (Jozef Kutej)
- fix PODNAME for tracker_bash_autocomplete, which properly fixes the POD link (Håkon Hægland)
3.001 2019-11-01T15:50:11
- fix link in POD documentation. (Håkon Hægland)
3.000 2019-06-22
- remove RT, now a standalone dist "App-TimeTracker-RT"
- removed Post2IRC, now a standalone dist called "App-TimeTracker-TellRemote"
- removed Git & SyncViaGit, now a standalone dist called 'App-TimeTracker-Git'
- removed Overtime (bad API, not documented or used AFAIK)
- removed TextNotify (not sure it still works, cannot test without a mac)
2.028 2019-05-10T16:01:11
- Fixed previous task no longer being available for plugins (Michael Kröll)
2.027 2019-03-24T20:24:46
- report if not in a dir containing a project (Thomas Klausner)
- "stop" no always and properly uses the context of the stopped project (Thomas Klausner)
2.026 2019-03-12T10:57:58
- Parsing/Encoding of config files (pepl)
- explicitly set TZ in some tests, as reported in RT125360 (Thomas Klausner)
2.025 2018-05-13
- Fix spacing in lists without description (Klaus Ita)
2.024 2016-02-11T10:39:11
- report: fix --detail option (Thomas Klausner)
- list/worked: support --fparent (Thomas Klausner)
- report: fix accumulation of child times in deep trees (Thomas Klausner)
- Fixed broken links in the pod (Mohammad S Anwar)
2.023 2016-01-24T21:20:58
- pack run into eval so we can get nicer error messages (Thomas Klausner)
- pass current config to load_attrib (Thomas Klausner)
2.022 2016-01-16T16:18:37
- remove some warnings (github issue #16 reported by David Provost) (Thomas Klausner)
- Add link tags to App::TimeTracker instances in POD (Paul Cochrane)
- Improve tracker POD slightly (Paul Cochrane)
- Fix typos in POD (Paul Cochrane)
- Use the word "plugin" consistently (Paul Cochrane)
- Wrap POD text more consistently (Paul Cochrane)
- Remove trailing whitespace (Paul Cochrane)
- --fparent: include parent in list of project (Thomas Klausner)
- add fparent option to report (Thomas Klausner)
2.021 2015-08-08T20:46:51
- attribute all contributors (Thomas Klausner)
- output the JSON in its canonical form (Yanick Champoux)
2.020 2014-05-27T15:28:40+0200
- Use bytes for creating the token digest, otherwise we'll get into trouble (Michael Kröll)
- Message already is utf-8 characters at that point, do not double-encode (Michael Kröll)
- aded safe_branch_name (Thomas Klausner)
- fixed typo (David Schmidt)
- set current time when stopping via start & reprotoing (Thomas Klausner)
2.019 2014-03-02T14:43:45+0100
- init: store new project in projects.json (Thomas Klausner)
- set correct stop time when doing start (Thomas Klausner)
- find_task_files performance optimization (Lukas Rampa)
- in cmd_stop, generate a new dynamic class based on the stopped config,
and use an instance of that class to stop (implementing github
issue #8) (Thomas Klausner)
- set tracker home via ENV (Thomas Klausner)
- remove given() { when () } :( (Klaus Ita)
- silence experimental warnings for perl 5.18 (Yanick Champoux)
( run in 1.337 second using v1.01-cache-2.11-cpan-39bf76dae61 )