-
Notifications
You must be signed in to change notification settings - Fork 3.9k
v0.3.2 release note
zcbenz edited this page Nov 7, 2012
·
4 revisions
Hi all,
In v0.3.2, there're three major changes. One is the fix of message loop integration on Mac, which should have solved performance problem for cases that need heavy data transfer in node. Another one is the ability to handle files and arguments[1], which would be necessary for apps like IDEs and text editors. The last one is the implementation of window menu [2], with the window menu API you can create native window menus on all platforms using javascript.
[1] https://github.com/rogerwang/node-webkit/wiki/Handling-files-and-arguments [2] https://github.com/rogerwang/node-webkit/wiki/Window-menu
Changelog:
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.