public
Description: Next generation Growl support for autotest.
Homepage: http://www.bitcetera.com/products/autotest-growl
Clone URL: git://github.com/svoop/autotest-growl.git
Click here to lend your support to: autotest-growl and make a donation at www.pledgie.com !
autotest-growl / History.txt
100644 54 lines (36 sloc) 1.307 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
== Edge
 
* 1 minor improvement
  * Update README for development to reflect changes at Github
 
== 0.1.7 2009-10-09
 
* 2 minor improvements
  * Configurable location for custom icons (J. Edward Dewyea)
  * Update README
 
== 0.1.6 2009-08-12
 
* 2 minor improvements
  * Reset the postinstall text color to previous (Konstantin Haase)
  * Ruby 1.9 compatibility
 
== 0.1.5 2009-07-27
 
* 1 major improvement
  * More reliable growlnotify call
 
== 0.1.4 2009-07-23
 
* 1 major improvement
  * Support for Windows (Karl O'Keeffe)
 
== 0.1.3 2009-07-22
 
* 1 major improvement
  * Better result analysis and more readable notifications
* 3 minor improvement
  * Move Cucumber notification to :ran_features hook (Karl O'Keeffe)
  * Add one_notification_per_run configuration option
  * Notification for undefined Cucumber scenarios/steps
 
== 0.1.2 2009-06-12
 
* 3 major improvements
  * Add priorities to notifications (Michael Moen)
  * Add clear_terminal configuration option (Michael Moen)
  * Add show_modified_files configuration option (Graham Savage)
 
== 0.1.1 2009-06-02
 
* 1 major improvement
  * Suppress Cucumber notification if not used
 
== 0.1.0 2009-05-28
 
* Initial release
  * Growl notifications for Test::Unit, RSpec and Cucumber (workaround)
  * Formerly part of autotest-mac which is now deprecated