333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
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
1.10.5 / 2018-04-04
==================
 
* Fix callbacks not receiving errors (#72) [chadrickman]
 
1.10.4 / 2018-01-29
==================
 
* Fix notifications on linux when using notify-send (#70) [hmshwt]
 
1.9.3 / 2016-09-05
==================
 
  * fixed command injection vulnerability
 
1.7.0 / 2012-12-30 
==================
 
  * support transient notifications in Gnome
 
1.6.1 / 2012-09-25 
==================
 
  * restore compatibility with node < 0.8 [fgnass]
 
1.6.0 / 2012-09-06 
==================
 
  * add notification center support [drudge]
 
1.5.1 / 2012-04-08 
==================
 
  * Merge pull request #16 from KyleAMathews/patch-1
  * Fixes #15
 
1.5.0 / 2012-02-08 
==================
 
  * Added windows support [perfusorius]
 
1.4.1 / 2011-12-28 
==================
 
  * Fixed: dont exit(). Closes #9
 
1.4.0 / 2011-12-17 
==================
 
  * Changed API: `growl.notify()` -> `growl()`
 
1.3.0 / 2011-12-17 
==================
 
  * Added support for Ubuntu/Debian/Linux users [niftylettuce]
  * Fixed: send notifications even if title not specified [alessioalex]
 
1.2.0 / 2011-10-06 
==================
 
  * Add support for priority.
 
1.1.0 / 2011-03-15 
==================
 
  * Added optional callbacks
  * Added parsing of version
 
1.0.1 / 2010-03-26
==================
 
  * Fixed; sys.exec -> child_process.exec to support latest node
 
1.0.0 / 2010-03-19
==================
  
  * Initial release