Hello,
I'm pleased to announce 0.8.0:
https://s3.amazonaws.com/node-webkit/v0.8.0/node-webkit-v0.8.0-osx-ia32.zip
https://s3.amazonaws.com/node-webkit/v0.8.0/node-webkit-v0.8.0-win-ia32.zip
https://s3.amazonaws.com/node-webkit/v0.8.0/node-webkit-v0.8.0-linux-ia32.tar.gz
https://s3.amazonaws.com/node-webkit/v0.8.0/node-webkit-v0.8.0-linux-x64.tar.gz
Changes since RC1
===============
* Support media enumerable API from upstream 30 (#632)
* Win: embedding manifest to fix tooltip
* Override lang setting from cmdline argument (--lang)
* Use current locale in Header 'Accept-Language' (#1240)
* Mac: Fallback to 'en-US' when locale pak file is missing and don't quit.
* Fix crash on exit: PageClickTracker is deleted twice
* Linux: make frameless window resizable (#142)
* Fix crash when there is apostrophe in the full path (#1206)
* Fix Devtools: Use the most recent version of script for the same URL
* undefine window.webkitSpeechRecognition before it's supported
Changes
=======
* Chromium updated to 30.0.1599.66 (now shown in nw:version)
* Support crash dumping: if node-webkit crashes, your users or you can
attach the dump file in bug reports. It contains stack trace
information which is helpful to locate the root cause. See
https://github.com/rogerwang/node-webkit/wiki/Crash-dump
* i18n of built-in mac menus: the built-in menus created for Mac are
now translated to 53 languages with strings from upstream. For the
list of languages, see
https://github.com/rogerwang/node-webkit/tree/master/src/resources/locale
The resource file for localization is named by <language code>.pak and
is placed in 'Contents/Frameworks/node-
webkit
Framework.framework/Resources/' directory. The language to be used is
determined by the user's default settings on start. If the
localization file is not found, the application will quit with an
error message. An argument override will be provided in 0.8.0.
* Linux: environment variable override for the proxy settings. Use
'--v=1' to see whether it's applied from the environment or GSettings.
The following environment variables are supported: 'all_proxy',
'http_proxy', 'https_proxy', 'ftp_proxy', 'no_proxy', 'SOCKS_VERSION',
'SOCKS_SERVER'.
* Fix: Date pickers language is always English regardless of current
locale. (#669)
* Fix: File dialog's language is always English regardless of current
locale.(#103)
* Fix: gui.App error in CallStaticMethodSync when using multiple windows (#1187)
* Fix console.log() output in terminal.
* Fix -webkit-app-region: drag don't work any more once it maximized.
* nw.gui.Window: add 'devtools-closed' event; always send
'devtools-opened' event.
* nw.gui.Window: add 'isDevToolsOpen()' to query the status of devtools.
* Fix: crash on using filesystem API: quota and persistent storage