- Fix callbacks not receiving errors (#72) [chadrickman]
- Fix notifications on linux when using notify-send (#70) [hmshwt]
- fixed command injection vulnerability
- support transient notifications in Gnome
- restore compatibility with node < 0.8 [fgnass]
- add notification center support [drudge]
- Merge pull request #16 from KyleAMathews/patch-1
- Fixes #15
- Added windows support [perfusorius]
- Fixed: dont exit(). Closes #9
- Changed API:
growl.notify()
->growl()
- Added support for Ubuntu/Debian/Linux users [niftylettuce]
- Fixed: send notifications even if title not specified [alessioalex]
- Add support for priority.
- Added optional callbacks
- Added parsing of version
- Fixed; sys.exec -> child_process.exec to support latest node
- Initial release