node-webkit v0.3.7 released

1 view
Skip to first unread message

Roger WANG

unread,
Jan 6, 2013, 2:35:41 AM1/6/13
to node-webkit
Happy new year and here is the version 0.3.7 of node-webkit.

New features:
* Customizable user-agent (#263): a new field 'user-agent' in the
manifest is used to override the 'User-Agent' header in HTTP requests
made by WebKit. See the documents here:

https://github.com/rogerwang/node-webkit/wiki/Manifest-format

* Remote pages have access to Node with rules (#187): Enable calling
Node in remote pages. a new field 'node-remote' (thanks to Mithgol for
the name) in the manifest can be used to specify which sites this
feature should be turned on. The format is the same with the "proxy
bypass rules" of the browser. See the link above for documentation.

Important bug fixes:

* Keep only one renderer running so we can share Node context between
all windows (#290); Devtools still uses an independent render process.

* Applications can access W3C FileSystem API by turn on
'allow-file-access-from-files' by default (#266)

* Authentication dialog implementation on Windows (#272)

* The default user-agent string is now fixed to reflect the correct
Chromium version (25)

Downloads
=========
https://s3.amazonaws.com/node-webkit/v0.3.7/node-webkit-v0.3.7-osx-ia32.zip
https://s3.amazonaws.com/node-webkit/v0.3.7/node-webkit-v0.3.7-win-ia32.zip
https://s3.amazonaws.com/node-webkit/v0.3.7/node-webkit-v0.3.7-linux-ia32.tar.gz
https://s3.amazonaws.com/node-webkit/v0.3.7/node-webkit-v0.3.7-linux-x64.tar.gz

ChangeLog
=========

Core
* Set exit status on window close (#283)
* keep only one renderer running (#290)
* Debugger loses module sources after refresh (#256)
* provide an switch to turn on node apis for remote pages (#187)
* support FileSystem API by default (#266)
* Customizable user-agent (#263)

Windows
* Fix: event onmaximize on Windows (#257)
* Auth dialog implementation (#272)

--
Roger WANG Intel Open Source Technology Center

cl...@ratiosoftware.com

unread,
Jan 11, 2013, 3:49:22 PM1/11/13
to node-...@googlegroups.com
Thanks for the fantastic work on this!
Reply all
Reply to author
Forward
0 new messages