aboutsummaryrefslogtreecommitdiff
path: root/node_modules/growl/History.md
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-10 03:43:44 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-10 03:43:44 +0200
commitabd94a7f5a50f43c797a11b53549ae48fff667c3 (patch)
treeab8ed457f65cdd72e13e0571d2975729428f1551 /node_modules/growl/History.md
parenta0247c6a3fd6a09a41a7e35a3441324c4dcb58be (diff)
downloadwallet-core-abd94a7f5a50f43c797a11b53549ae48fff667c3.tar.xz
add node_modules to address #4364
Diffstat (limited to 'node_modules/growl/History.md')
-rw-r--r--node_modules/growl/History.md63
1 files changed, 63 insertions, 0 deletions
diff --git a/node_modules/growl/History.md b/node_modules/growl/History.md
new file mode 100644
index 000000000..a4b7b49f2
--- /dev/null
+++ b/node_modules/growl/History.md
@@ -0,0 +1,63 @@
+
+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