node-notifier
Advanced tools
Changelog
v5.0.0
Note/TL;DR: If you are just using node-notifier
with things like message
, title
and icon
, v5 should work just as before.
notify
bin when installing node-notifier
. To get this do npm i [-g] node-notifier-cli
toast.exe
to Snoretoast. This means if you are using your custom fork, you need to change. SnoreToast has some better default implemented functionality.v1.7.1
. With that there can be changes in the API, and supports now reply and buttons. Output has changed to JSON by default, this means the output of some functions of the terminal-notifier has broken. See https://github.com/julienXX/terminal-notifier for more details. See README for documentation on how to use the new features, or an example file.notify
method will now throw error if second argument is something else than function (still optional): #138.{
title: void 0, // String. Required
message: void 0, // String. Required if remove is not defined
icon: void 0, // String. Absolute path to Icon
sound: false, // Bool | String (as defined by http://msdn.microsoft.com/en-us/library/windows/apps/hh761492.aspx)
wait: false, // Bool. Wait for User Action against Notification or times out
id: void 0, // Number. ID to use for closing notification.
appID: void 0, // String. App.ID. Don't create a shortcut but use the provided app id.
remove: void 0, // Number. Refer to previously created notification to close.
install: void 0 // String (path, application, app id). Creates a shortcut <path> in the start menu which point to the executable <application>, appID used for the notifications.
}
Internal changes for those who might be interested.
lodash.deepClone
). Now uses JSON serialize/deserialize instead.prettier
.DEBUG
env-var to true
. See CONTRIBUTE.md for more details.Changelog
v4.6.1
Changelog
v4.6.0
notify
callback (by @MadLittleMods)file:///xxx
protocol icon paths for Windows 8.1 (by @gucong3000)Changelog
v4.4.0