Skip to content

Tags: ccncv/node-webkit

Tags

nw-v0.4.2

Toggle nw-v0.4.2's commit message
bump version to 0.4.2

nw-v0.4.1

Toggle nw-v0.4.1's commit message
bump version to 0.4.1

nw-v0.4.0

Toggle nw-v0.4.0's commit message
bump version to 0.4.0

v0.3.7

Toggle v0.3.7's commit message
install Node for window.open() Windows

In previous v8 code, in the middle of loading, KURL returns about:blank
for invalid URL. So we simulate the same behaviour here.

Fix nwjs#303

v0.3.6

Toggle v0.3.6's commit message
Relaunch 96112f4 with fix for Mac.

v0.3.5

Toggle v0.3.5's commit message
node-webkit v0.3.5 is released.

v0.3.4

Toggle v0.3.4's commit message
[Test] Test case for nwjs#196.

v0.3.3

Toggle v0.3.3's commit message
node-webkit v0.3.3 is released.

Core
* Add automatic tests.
* Make libuv loop pause in nested message loop (like a call to "alert()").
* Add 'plugins' dir in app to plugin search path.
* Fix crashes caused by creating V8 handles without handle scope.
* Expose window object to Node's context.
* The 'node-main' script should executes before window context is created.

Devtools
* Force closing previous debug session.

Mac
* Improve message loop's performance and stability.
* Fix crash when dragging images.

Windows
* Fix crash on Windows XP.

v0.3.2

Toggle v0.3.2's commit message
node-webkit v0.3.2 is released.

Node
* Update to 0.8.14.

Devtools
* Fix crash under fullscreen mode.
* Click on devtools button will reuse previous devtools window.

API
* Implement window menu API.
* Add support for command line arguments.
* Add support for file handling.
* Add App.closeAllWindows() API.

Core
* Make patented codecs work when users have license and privode their
  custom built libffmpeg.

Mac
* Better message loop integration, fix performance issues.
* Use app's name in application menu items.
* Send "close" event to windows when use Cmd+Q to quit.

Windows
* Force to use native window frame even when Aero effect is off.
* Hide console window when creating console processes.

v0.3.1

Toggle v0.3.1's commit message
node-webkit v0.3.1 is released.

Changelog:

Core
* Show error page when package is incorrect.
* Support kiosk mode.
* Enable experimental WebKit features by default.
* Enable executing a node script on startup by specifying 'node-main' in package.json.
* Add App API.
* Implement support for datalist tag.

Mac
* Fix support for node.js native modules.
* Fix the version string.
* Automatically focus on web view when window is focused.

Linux
* Webview now gets default focus.