Tags: ermakus/node-webkit
Tags
node-webkit v0.2.5 is released. Changelog: Node * node-webkit's version is added to process.versions Core * Support getUserMedia API * Implement file select dialog * Add `nwdirectory` and `nwsaveas` attribute for <input type='file'> * Add new nw protocol, having nw:blank and nw:version now * Context created by window.open has node's symbols now * All DOM operations don't need to be user gesture now * Add window.title for manifest file Windows * Fix crash when using devtools on some machines Mac & Linux * Fix issues with node native modules Windows & Linux * Implement file download dialogs
node-webkit v0.2.4 is released. Changelog: Node * Don't exit on uncaughtExcpetion * Fix issues on timers module Core * Support window features in window.open * Support window.resizeTo, window.moveTo functions * Can disable node.js in WebKit in manifest file Windows * Fix crash on some Windows machines * Disable debug.log file (Use devtools to see console output from now on)
node-webkit v0.2.3 is released Changelog: Node * Update to v0.8.8 * Rename OpenSSL symbols to solve conflicts with NSS Core * Fix crashes caused by prerender elements * Fix bugs in --url and manifest * Locale checking don't rely on locales folder now * Grant universal access in our WebKit * Don't insert node.js symbols in normal web pages * window.open partly works now Mac * Fix window.positon in manifest file * Much better integration with application menubar Linux * Use NSS stack instead of OpenSSL for Chromium's networking