In this release, Chromium is updated to 28.0.1500.11. This fixes a
number of serious bugs on OSX for CSS and canvas animation in upstream
content shell.
A new feature "Devtools jail" is introduced for IDE developers. Devtools
can be limited to a certain iframe in your window. It also can be shown
in an iframe in your window. For more information on this feature,
please read
https://github.com/rogerwang/node-webkit/wiki/Devtools-jail-feature
A new API function `App.clearCache()` is added to clear HTTP cache in
both memory and disk.
A new field in manifest `dom-storage-quota` to specify the number of
mega bytes for the quota of the DOM storage.
Thanks to Greenheart Games and Gnor Tech for the significant
contribution to this release! (rebase fix on Win, App.clearCache() and
dom storage quota)
Bug fixes
=========
- Running nw from the command line on Mac always opens a second instance
(#726)
- How to clear the page cache in js? (#672)
- OSX Page redrawing issues with twitter bootstrap (#476)
- NW + WebGL ( three.js ) problem (#452)
- Canvas freezes window on OSX (#381)
- Popping up a menu twice will crash nw on ubuntu. (#721)