atom-auto-update-packages icon indicating copy to clipboard operation
atom-auto-update-packages copied to clipboard

Use Atom's notification-manger and keep update history

Open wufuC opened this issue 9 years ago • 2 comments

Added functionalities:

  • Notify user about successful updates using Atom's notification-manager (Fix #4, #14, and #24)
  • Keep an update history at ~/.atom/storage/auto-update-packages-update-history (Fix #3 ??)

ps. Codes for file IO are moved to a separate module and imported/required when the last-update-time check is needed. It seems to me that this slightly reduce the package loading time when a new window is drawn.

wufuC avatar Oct 16 '15 15:10 wufuC

Any news?

rugk avatar Sep 14 '16 20:09 rugk

@rugk It's much easier to just go to https://github.com/wufuC/atom-autoupdate-packages (if you haven't already)

equinox avatar Dec 26 '16 15:12 equinox