http://nwjs.io/blog/v0.13.0-beta4/
We are pleased to announce NW.js 0.13.0-beta4. The major target of this release is updating Chromium to 48 branch and Node.js to latest 5.4.1. The list of changelog is short and we'll keep fixing reported issues in the following frequent releases.
Chromium 48 brings exciting changes including custom buttons in the notification; VP9 as the codec for WebRTC, seehttp://blog.chromium.org/2015/12/chrome-48-beta-present-to-cast-devices_91.html . You can use them in your NW app today.
If you're new to this major new beta version 0.13, please read http://nwjs.io/blog/v0.13.0-beta1/
SDK build:
NaCl build and other platforms: http://dl.nwjs.io/v0.13.0-beta4/
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 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 http://dl.nwjs.io/live-build/
http://docs.nwjs.io/en/latest/For%20Users/Migration/From%200.12%20to%200.13/#known-issues
[0118/141000:INFO:nw_package.cc(175)] ./nw
[8006:8019:0118/141009:ERROR:logging.h(808)] Failed to call method: org.kde.KWallet.isEnabled: object_path= /modules/kwalletd: org.freedesktop.DBus.Error.ServiceUnknown: The name org.kde.kwalletd was not provided by any .service files
[8006:8019:0118/141009:ERROR:native_backend_kwallet_x.cc(411)] Error contacting kwalletd (isEnabled)
[8006:8019:0118/141010:ERROR:logging.h(808)] Failed to call method: org.kde.KWallet.isEnabled: object_path= /modules/kwalletd: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
[8006:8019:0118/141010:ERROR:native_backend_kwallet_x.cc(411)] Error contacting kwalletd (isEnabled)
[8006:8006:0118/141010:ERROR:logging.h(808)] Failed to call method: org.freedesktop.DBus.ObjectManager.GetManagedObjects: object_path= /: org.freedesktop.DBus.Error.UnknownMethod: Method "GetManagedObjects" with signature "" on interface "org.freedesktop.DBus.ObjectManager" doesn't exist
[8006:8006:0118/141010:ERROR:logging.h(808)] Failed to call method: org.freedesktop.DBus.ObjectManager.GetManagedObjects: object_path= /: org.freedesktop.DBus.Error.UnknownMethod: Method "GetManagedObjects" with signature "" on interface "org.freedesktop.DBus.ObjectManager" doesn't exist--
You received this message because you are subscribed to the Google Groups "nw.js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nwjs-general...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
chrome.gcm.register(["senderID"], function(e){ console.log(e);})
> Unchecked runtime.lastError while running gcm.register: Unknown error. extensions::lastError:133--