You can clone with HTTPS or Subversion.
Clone in Desktop Download ZIPHi 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
Devtools
API
Core
Mac
Windows