Skip to content

Tags: ermakus/node-webkit

Tags

v0.2.5

Toggle v0.2.5's commit message
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

v0.2.4

Toggle v0.2.4's commit message
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)

v0.2.3

Toggle v0.2.3's commit message
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

v0.2.2

Toggle v0.2.2's commit message
Replace with v0.2.2

v0.2.1

Toggle v0.2.1's commit message
[WebkKit] Use WebKit's console and setTimeout function

webkitgtk

Toggle webkitgtk's commit message
Old version based on WebKit and GTK+

v0.2.0

Toggle v0.2.0's commit message
update README for 64bit binaries