(NOTE: This version is a snapshot of the next major version 0.13 which
is under active development. For now it’s not compatible with some of
the APIs in 0.12, as we are refactoring them with a new technology
from upstream. In the final release of 0.13, it will be compatible
with all features in 0.12. It’s recommended for you to try this
release and give your valuable feedback.)
Hello,
We are pleased to announce NW.js 0.13.0-alpha3. In this version
Chromium is updated to version 44 and io.js is updated to v3.0.0.
NaCl support is added in this version. Because we migrated to a new
architecture to leverage "browser components" from upstream, it's been
easier to add more features in Chromium. Due to user request, a new
build flavor 'nacl' is added. Now we have 3 builds for each platform
(regular, sdk and nacl).
Major part of Menu API is ported from v0.12 as nw.Menu. Note that the
API is different from v0.12 and we'll create a wrapper for backward
compatibility in beta phase.
Starting from 0.13.0-alpha0 we've been supporting Chrome Apps and many
chrome.* APIs. For more information about it, see the previous
announcement:
https://groups.google.com/d/msg/nwjs-general/IqfH1RXNGlw/2PgeRGHO-B4J
Download
========
http://dl.nwjs.io/v0.13.0/alpha3/nwjs-v0.13.0-alpha3-win-x64.zip
http://dl.nwjs.io/v0.13.0/alpha3/nwjs-v0.13.0-alpha3-osx-x64.zip
http://dl.nwjs.io/v0.13.0/alpha3/nwjs-v0.13.0-alpha3-linux-x64.tar.gz
SDK build:
http://dl.nwjs.io/v0.13.0/alpha3/nwjs-sdk-v0.13.0-alpha3-win-x64.zip
http://dl.nwjs.io/v0.13.0/alpha3/nwjs-sdk-v0.13.0-alpha3-osx-x64.zip
http://dl.nwjs.io/v0.13.0/alpha3/nwjs-sdk-v0.13.0-alpha3-linux-x64.tar.gz
NaCl build and other platforms:
http://dl.nwjs.io/v0.13.0/alpha3/
There are 3 builds for each platform - normal build, sdk build and
Nacl build. Normal build doesn't have devtools, only SDK build does.
lt can be opened by pressing F12 (Cmd-Alt-I on OSX). SDK package will
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 for this branch from
http://dl.nwjs.io/live-build/nw13/
Known issues
==========
- [WIN] menubar not shown when DWN is disabled