Skip to content

atom-shell v0.8.1

Choose a tag to compare

@zcbenz zcbenz released this 29 Dec 15:16

Changelog:

  • Fix various Windows issues.

API Change Notice:

  • The app module's finish-launching event has been renamed to ready.
  • The whole require('atom-delegate').browserMainParts.preMainMessageLoopRun = ... things are removed since v0.8.0, use app.on('ready', ...) instead.