public
Description: Keep track of your time on FreshBooks
Homepage: http://b.logi.cx/2008/1/31/laying-down-fresh-tracks
Clone URL: git://github.com/flogic/freshtrack.git
freshtrack / History.txt
100644 28 lines (18 sloc) 0.686 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
== 0.4.0 2008-08-29
 
* 1 minor enhancement:
  * Extracted the time-collection concern from Freshtrack itself and created time collectors:
    * one_inch_punch
    * punch
    * More can be easily made
 
== 0.3.0 2008-08-27
 
* 1 minor enhancement:
  * Now using my one_inch_punch gem, getting the time data without having to shell out
 
== 0.2.2 2008-02-27
 
* 1 tiny enhancement:
  * Re-packaging and re-releasing to get around my stupidity, forgetting to update the gemspec and thinking I could delete the release on rubyforge and release 0.2.1 again.
 
== 0.2.1 2008-02-27
 
* 1 major enhancement:
  * Update to use API 2.1
 
== 0.2.0 2008-01-30
 
* 1 major enhancement:
  * Initial release