Revision history for App::TimeTracker
2.009 2011-08-11T15:17:36+0200
- more docs
- new command: plugins
- fixed MANIFEST.SKIP (thanks to Tokuhiro Matsuno for the tipp)
2.008 2011-08-09T15:30:53+0200
- this is going to be the first release to CPAN since 0.21
- relaxed decoding of json config files
- started to add docs
- back to per-dir config files, much saner
- new commands: show_config, init
- Better datetime parsing
2.007 2011-07-07T15:00:02+0200
- another new config file layout, which sucks less
2.006 2011-07-05T02:24:36+0200
- new config file layout, which sucks
- TextNotify
- big RT/TimeWorked mixup created & resolved
- some testing
2.005 2011-04-13 08:55:32
- update RT->TimeWorked after stop
- added --irc_quiet
- added _current_task
- added command recacl_trackfile
- split up worked/report options
- added --verbose to report
2.004 2011-03-29 11:49:49
- replaced Project/Tag classes with plain strings
- fixed bug when duration is 0
2.003 2011-03-20 18:07:16
- crude job hack
- added --this & --last to report & worked
2.002 2011-03-14 09:16:00
- added Post2IRC
2.001
- COMPLETE, NOT BACKWARD COMPATIBLE REWRITE
0.21 2009-02-17 20:50:30
- remove debug output
- fix 00-load.t (thanks to cpan-testers for spotting this)
0.20 2009-02-12
- switched to new storage system (filesystem base, not sqlite, to
make syncing via git et.al. easier
0.08 2008-04-04
- added cmd "report"
- added --this and --last to "worked"
- "worked" now works with tags
- added --from and --to to "worked"
- added --svn to "stop"
- added some docs
- added missing dependency on DateTime::Format::Strptime
0.07 2008-01-23
- added docs
- fixed bad default filepath
0.06 2008-01-22
- renamed to App::TimeTracker
- first release to CPAN
0.05 2008-01-21
- switched to SQLite for storage
- added DBIx::Class
- rewrote a lot of stuff to work with DBIx::Class
0.04 2008-01-18
- added docs
- added command 'worked'
- added command 'current'
- now using App::Cmd
0.03 2008-01-07
- override start/stop time from commandline
0.02 2008-01-04
- ask before adding a new project (to catch typos etc)
- added beautify_seconds and some nicer output to stop/start
0.01 2008-01-03
- basic functionality working (start/stop)
0.00 2008-01-02
- first draft