Node-Webkit 0.7.3 is now released

Node-Webkit 0.7.3 is now released for Windows, Mac, and Linux.

Full Change-Log:
Changes since v0.7.2:

  • Node updated to v0.10.18
  • [Mac] App ‘reopen’ event [1] (Thanks to Youngwook Kim)
  • Support to set default file name to write to using nwsaveas [2]
    (Thanks to Anatoly Pashin)
  • Implement ‘focus’ property of Window to set initial focus. There is
    a change to unify the behavior across the platforms. [3]
  • add process.versions[‘chromium’] (#1052)
  • add window.closeDevTools() [4]
  • Fix showDevTools argument handling for devtools jail
  • [Mac] Fix #1043: don’t constrian window frame
  • [Mac] support ‘no-edit-menu’ option in manifest [5]
  • Fix: disable experimental MediaSource while keeping
    WebKitMediaSource so some youtube html5 video playing doesn’t crash
  • Fix: some scripts will not show in devtools
  • Fix: clear devtools jail ptr on iframe destruction or nw will crash
    when creating new iframe after destroying jailed iframes
  • Generate and distribute credits.html

Finally???

What is this?

the software that Game Dev Tycoon runs on.

ok, so the source code? a game editor?

no it’s not a game editor.

you can write applications with it.

Full Description of Node-Webkit: node-webkit is an app runtime based on Chromium and node.js. You can write native apps in HTML and Javascript with node-webkit. It also lets you call Node.js modules directly from the DOM and enables a new way of writing native applications with all Web technologies.

It’s created and developed in the Intel Open Source Technology Center.