We are pleased to announce NW.js 0.13.0-beta5. Chromium 48 is updated to 48.0.2564.97 from 48.0.2564.82. Multiple bugs were fixed including XP support, transparency, window operations, cookie and webrequest API.
We'll look into upgrading to Chromium 49 before RC release.
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-beta5/
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
--
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.
I'm not sure what's the popup looks like. Could you please give a screenshot?
Basically nwjs crashes on Mac every time you close it if you try to create any custom menus with the Menu and MenuItem APIs. Furthermore the createMacBuiltin method creates a quit item that is not functional.
Is this a known issue?