Comparing version 1.6.1 to 1.7.0
1.7.0 / 2012-12-30 | ||
================== | ||
* support transient notifications in Gnome | ||
1.6.1 / 2012-09-25 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -168,2 +168,4 @@ // Growl - Copyright TJ Holowaychuk <tj@vision-media.ca> (MIT Licensed) | ||
args.push(cmd.icon + " " + image); | ||
// libnotify defaults to sticky, set a hint for transient notifications | ||
if (!options.sticky) args.push('--hint=int:transient:1'); | ||
break; | ||
@@ -170,0 +172,0 @@ case 'Windows': |
{ | ||
"name": "growl", | ||
"version": "1.6.1", | ||
"version": "1.7.0", | ||
"description": "Growl unobtrusive notifications", | ||
@@ -5,0 +5,0 @@ "author": "TJ Holowaychuk <tj@vision-media.ca>", |
11029
234