NW.js

NW.js v0.20.3 Released with Node.js v7.6.0, More Print Options and Better Proxy Support

2017/02/23

NW.js 0.20.3 is here with multiple bug fixes and more features on the stable branch. Node.js was updated to v7.6.0

Please see the changelog for details.

Previously we launched 0.20 based on Chromium 56, which contains under-the-hood performance and stability tweaks, and some cool new features to explore like CSS position: sticky and Web Bluetooth. See the upstream announcement for more information. NW20 also features V8 5.6, which delivers a number of key improvements in memory and performance footprint, as well as Ignition and TurboFan pipeline for ES.next. This version is going to ship the WebAssembly browser preview, which is a new runtime and compilation target for the web. Please refer to the dedicated upstream blog post for further information.

Chromium 56 introduces an optimization to save CPU when tabs are in the background. It's done by throttling background tabs' timers. See this blog post for more information. If you don't want this in your NW.js application, you can use the --disable-raf-throttling switch to disable it.

We've been working on 3 branches simultaneously: a released branch on current Chromium stable, a beta branch on Chromium beta and a 0.14 branch for legacy OS support.

For more information on the new milestone 0.13 and later versions, please see our blog "What's New in 0.13" for a better introduction.

ChangeLog

Full ChangeLog: https://github.com/nwjs/nw.js/blob/nw20/CHANGELOG.md

Download

SDK build:

Binary for other platforms: https://dl.nwjs.io/v0.20.3/

There are 2 builds for each platform - normal build, and SDK build. Normal build doesn't have devtools, only SDK build does. lt can be opened by pressing F12 (Cmd-Alt-I on OSX). SDK packages also have more development tools to be exposed in the following releases, as well as the NaCl support.

Our build infrastructure enables live binary build from git tip so you can access to the latest binary from https://dl.nwjs.io/live-build/

Known issues

http://docs.nwjs.io/en/latest/For%20Users/Migration/From%200.12%20to%200.13/#known-issues

Discussion

See our mailing list to discuss on this release: https://groups.google.com/d/msg/nwjs-general/UsnHwdLJV28/01vBrrheAQAJ