NW.js v0.13.0-beta5 released

717 views
Skip to first unread message

Roger Wang

unread,
Jan 31, 2016, 9:52:10 PM1/31/16
to nw.js
http://nwjs.io/blog/v0.13.0-beta5/

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/


ChangeLog

  • Update Chromium to 48.0.2564.97
  • Add back transparency support which is missing in beta4
  • support program args in chromedriver
  • port App.open argument (#4289)
  • support webkit.plugin field in manifest
  • Fix package script to support Win XP (#4181)
  • [OSX] disable double tap with 2 fingers by default and add option for it (#4249)
  • Fix: support window id in Window.open() (#4268)
  • Fix: permission for webRequest API (#4220)
  • rename 'inject-js-start' with 'inject_js_start' and add it to Window.open options (#4286)
  • rename 'always-on-top' with 'always_on_top', and 'visible-on-all-workspaces' with 'visible_on_all_workspaces'
  • Fix: infinite loop in nw.Window.close(true) (#4171)
  • Fix: Window title not changed by setting document.title (#3589)
  • Fix: startup slow because of scanning for invalid file name (#4303)
  • Fix: [OSX] suppress warning when opening devtools
  • Fix: conflict between promise rejection callbacks from Blink and Node (#4300)
  • Fix: Taking heap snapshot crashes webkit (#3678)
  • Fix: [OSX] App quits when closing window if window.show is false in manifest (#4187)
  • Fix: crash when opening external links with browser in devtools (#4269, #4121)
  • Fix: crash when opening external links with browser in print preview (#4270)
  • Fix: cookies API (#4199)
  • [docs] add enable-gcm
  • [docs] add double_tap_to_zoom_enabled
  • [docs] add FAQ for console.log
  • [docs] Updated FAQ for AnuglarJS 2

Download

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/


Known issues

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

Ashley Gullen

unread,
Feb 1, 2016, 8:16:38 AM2/1/16
to Roger Wang, nw.js
In this build, on Windows 10 I'm starting to see Xbox app features popup in-app, such as to record the game. This did not previously appear. It's an interesting feature, but is there an option to disable it?

Ashley


--
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.

Roger

unread,
Feb 1, 2016, 8:18:32 AM2/1/16
to Ashley Gullen, nw.js

I'm not sure what's the popup looks like. Could you please give a screenshot?


Ashley Gullen <ash...@scirra.com>于2016年2月1日周一 下午9:16写道:

VoidVolker

unread,
Feb 1, 2016, 9:30:42 AM2/1/16
to nw.js
It still sends requests to next IPs: 

173.194.32.143
173.194.32.159
173.194.32.151
173.194.32.152

Why in XP it have non-standard window styles?


Ashley Gullen

unread,
Feb 1, 2016, 12:05:14 PM2/1/16
to Roger, nw.js
It's the "Press Win + G to open Game bar" prompt here: https://dl.dropboxusercontent.com/u/15217362/nwjs-gamebar.png

It appears inside the NW.js window (can't be dragged outside), so I assumed it was part of NW.js. It appears every time. If you press Win + G, it switches to a box with recording options and a shortcut to the Xbox app. I've never used the Xbox app so I'd guess it is a default setting and I never noticed it before beta 5 so assumed it was related to this update, but maybe it's something to do with an update to the Xbox app on Windows 10?

cong...@gmail.com

unread,
Feb 1, 2016, 5:01:38 PM2/1/16
to nw.js
@Ashley, could you submit an issue with a sample on Github?

lee99.com

unread,
Feb 5, 2016, 1:11:17 AM2/5/16
to VoidVolker, nw.js
+1
发自我的iPhone


------------------ 原始邮件 ------------------
发件人: VoidVolker <voidv...@gmail.com>
发送时间: 2016年2月1日 22:30
收件人: nw.js <nwjs-g...@googlegroups.com>
主题: [nw.js] Re: NW.js v0.13.0-beta5 released

sco...@fiftythree.com

unread,
Feb 12, 2016, 12:35:00 AM2/12/16
to nw.js
We were moving forward with nwjs beta as we need the NaCL support but we've hit a critical bug: https://github.com/nwjs/nw.js/issues/4390

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?

Kevin Fan

unread,
Feb 12, 2016, 9:14:41 AM2/12/16
to sco...@fiftythree.com, nw.js
Someone reported similar issue. We'll fix it soon.
 
Thanks.
 
Kevin Fan, NW.js maintainer

Vijay Pusuluri

unread,
Feb 16, 2016, 5:01:13 AM2/16/16
to nw.js

Hi Roger,
                   can i get 32 bit version for nw.js version 0.13.0,
currently i see only the 64 bit version under SDK builds
Thanks,
Vijay
============================================================================

kohe...@gmail.com

unread,
Feb 16, 2016, 3:34:02 PM2/16/16
to nw.js, wen...@gmail.com
This doesn't seem to me to be a problem with the new build, because I now see the Game Bar overlay when I open any NW.js version 0.12 or 0.13.

I wonder if a recent Windows Update has decided that all NW.js apps are games.

- M
Reply all
Reply to author
Forward
0 new messages