(resend to open a new thread for Google Groups)
Hello,
I'm pleased to announce version 0.3.5. In this release there are 3 new
features:
* Support for "Source map" in devtools so you can debug code written in
languages that compile to JS (e.g. Clojure, TypeScript, etc) (#95)
* New APIs on gui.Window such as open() and reload()¹ in the native UI
library
* Pointer Lock API (#67)
* Project Logo integrated (Thanks to Jeroen Ransijn!) (#221, #148)
And there are also important bug fix:
* console.log now supports multiple arguments and doesn't lead to
uncaught exception and crash from callbacks in Node's context (#93,
#196)
* Native UI library doesn't crash after changing window.location.href
(#190)
* console.log now changed to an uniform behaviour across the
platforms: output to Devtools' console (#196)
* Memory leak upon lots of iframe creation in SunSpider benchmark
(#203)
* Disable exposing 'gc()' to tests for SunSpider Performance (#210)
* crash when trying to generate heap snapshot in devtools (#204)
Start from this release we are changing to a longer release cycle (~2
weeks) for better feature development. And we'll release nightly
binaries when our CI infrastructure is ready.
Download
========
https://s3.amazonaws.com/node-webkit/v0.3.5/node-webkit-v0.3.5-osx-ia32.zip
https://s3.amazonaws.com/node-webkit/v0.3.5/node-webkit-v0.3.5-win-ia32.zip
https://s3.amazonaws.com/node-webkit/v0.3.5/node-webkit-v0.3.5-linux-ia32.tar.gz
https://s3.amazonaws.com/node-webkit/v0.3.5/node-webkit-v0.3.5-linux-x64.tar.gz
ChangeLog
=========
Core
* console.log now supports multiple arguments and doesn't lead to
uncaught exception and crash from callbacks in Node's context (#93,
#196)
* console.log now changed to an uniform behaviour across the
platforms: output to Devtools' console (#196)
* Memory leak upon lots of iframe creation in SunSpider benchmark
(#203)
* Disable exposing 'gc()' to tests for SunSpider Performance (#210)
* crash when trying to generate heap snapshot in devtools (#204)
* Support for "Source map" in devtools so you can debug code written in
languages that compile to JS (e.g. Clojure, TypeScript, etc) (#95)
* `global.require.cache` is undefined in window bug (#225)
* Show error page when node throws 'uncaughtException' (#198)
UI lib
* Move Window API from DOM to node (#202)
* Native UI library doesn't crash after changing window.location.href
(#190)
* New APIs on gui.Window such as open() and reload()¹ in the native UI
library
* Pointer Lock API (#67)
* Project Logo integrated (Thanks to Jeroen Ransijn!) (#221, #148)
Windows
* Fix: Window menu click events don't fire on Windows (#214)
¹
https://github.com/rogerwang/node-webkit/wiki/Window/_compare/1b890efe1646dd86e5cca3203816b9d1685a2bfb...ff38d7774da5b809dd48efbe0f1fa01827ca7020
--
Roger WANG Intel Open Source Technology Center
https://github.com/rogerwang/node-webkit
node-webkit: Call all Node.js modules directly from DOM and enable
a new way of writing applications with all Web technologies.