forked from svoop/autotest-growl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
140 lines (91 loc) · 3.02 KB
/
CHANGELOG.txt
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
== 0.2.16 2011-11-02
* 1 minor improvement
* Fix growlnotify chooser code
== 0.2.15 2011-11-02
* 1 minor improvement
* Choose growlnotify based on installed Growl version
== 0.2.14 2011-10-21
* 1 minor improvement
* Include old growlnotify for pre-Lion compatibility
== 0.2.13 2011-10-18
* 1 minor improvement
* Update growlnotify for Growl 1.3
== 0.2.12 2011-10-11
* 1 minor improvement
* Use RbConfig instead of deprecated Config
== 0.2.11 2011-09-14
* 1 minor improvement
* Improved growl images (Leif Eriksen)
== 0.2.10 2011-02-25
* 1 minor improvement
* Improve notifications for Windows (Gordon Thiesfeld)
== 0.2.9 2010-12-09
* 1 minor improvement
* Remove -w flag but allow custom options
== 0.2.8 2010-12-02
* 2 minor improvements
* Update README due to autotest naming disagreement
* Switch from Jeweler to Bundler for development
== 0.2.7 2010-10-29
* 1 minor improvement
* Fix image path for cygwin (Patrick Aikens)
== 0.2.6 2010-09-24
* 1 minor improvement
* Accept cygwin as host_os
== 0.2.5 2010-09-02
* 2 minor improvements
* Remove dependency on autotest
* Loosen dependency on rspec
== 0.2.4 2010-04-28
* 1 minor improvement
* Add support for sticky error notifications (Ben Ritcey)
== 0.2.3 2010-03-03
* 1 minor improvement
* Move the Result class into the Autotest namespace
== 0.2.2 2010-02-27
* 1 minor improvement
* Add important note about autotest and Rails to README
== 0.2.1 2010-02-18
* 1 minor improvement
* Better detection of the Windows platform (Charles Roper)
== 0.2.0 2010-02-03
* 3 major improvements
* Change dependency from "ZenTest" to lightweight "autotest"
* Add support for more platforms (Martin Vielsmaier)
* Add support for bundled icon sets
* 2 minor improvements
* Update README for development to reflect changes on Github
* New icon set "ampelmaennchen"
== 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