node-webkit 是一个基于 Chromium 和 Node.js 的 Web 运行环境,可让你直接在 DOM 中调用 Node.js 模块,并可使用任何现有的 Web 技术来编写本地应用。 下载地址: 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
|