yujinakayama / atom-auto-update-packages

Keep your Atom packages up to date.
https://atom.io/packages/auto-update-packages
MIT License
33 stars 11 forks source link

Update notifications to atom/notifications #14

Open philipgiuliani opened 9 years ago

philipgiuliani commented 9 years ago

The package could use https://github.com/atom/notifications now for displaying the notifications on every OS.

yujinakayama commented 9 years ago

Good to know!

philipgiuliani commented 9 years ago

You can try it in the console with this for example:

atom.notifications.addInfo("<b>atom-lint</b> and <b>sort-lines</b> have been updated automatically", { icon: "sync" })

bildschirmfoto 2015-01-20 um 14 07 53

leifcr commented 7 years ago

Or use https://atom.io/packages/autoupdate-packages / https://github.com/wufuC/atom-autoupdate-packages (Same issue as #24)