Skip to content

Commit b6903a4

Browse files
committed
[README] update for 0.11.6
1 parent ec3b4f4 commit b6903a4

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
0.11.6 / 01-21-2015
2+
===================
3+
- Fix: crash when use App.quit() on Windows in some cases
4+
- Fix: Make file dialog modal on Windows
5+
- Fix: title for devtools
6+
- Fix: set default port of devtools to 9222 (workaround for #2206, settins can be saved)
7+
- Fix: random http cache crash on quit (Windows)
8+
- Fix: 'copy' doesn't work in devtools (#2660)
9+
- Fix: devtools shows empty page on win7 (#2603)
10+
- Fix: listeners iframe.addEventListener('load') not trigger (#2867)
11+
- Fix: devtools timetime exception in some cases
12+
113
0.11.5 / 12-28-2014
214
===================
315
- Fix: Normal frame should not simulate user input events (File input dialog)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/nwjs/nw.js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44
Official site: http://nwjs.io
55
[Announcement](https://groups.google.com/d/msg/nwjs-general/V1FhvfaFIzQ/720xKVd0jNkJ)
6-
[new v0.12.0 test release](https://groups.google.com/d/msg/nwjs-general/qWJczc-E92E/9lmIiMfysU8J)
6+
[new v0.12.0 test release](https://groups.google.com/d/msg/nwjs-general/pu3hhxH5zvY/yOtp4IYz4g4J)
77
## Introduction
88

99
node-webkit is an app runtime based on `Chromium` and `node.js`. You can
@@ -27,11 +27,11 @@ It was created in the Intel Open Source Technology Center.
2727
* Available on Linux, Mac OS X and Windows
2828

2929
## Downloads
30-
* **v0.11.5:** (Dec 28, 2014, based off of Node v0.11.13, Chromium 38.0.2125.104): [release notes](https://groups.google.com/d/msg/nwjs-general/ZjxFVdgWxKE/UevinvOIqzEJ)
30+
* **v0.11.6:** (Jan 21, 2015, based off of Node v0.11.13, Chromium 38.0.2125.104): [release notes](https://groups.google.com/d/msg/nwjs-general/ADFYPzjpo8Q/R6U7I18oirUJ)
3131

32-
* Linux: [32bit](http://dl.node-webkit.org/v0.11.5/node-webkit-v0.11.5-linux-ia32.tar.gz) / [64bit](http://dl.node-webkit.org/v0.11.5/node-webkit-v0.11.5-linux-x64.tar.gz)
33-
* Windows: [32bit](http://dl.node-webkit.org/v0.11.5/node-webkit-v0.11.5-win-ia32.zip) / [64bit](http://dl.node-webkit.org/v0.11.5/node-webkit-v0.11.5-win-x64.zip)
34-
* Mac 10.7+: [32bit](http://dl.node-webkit.org/v0.11.5/node-webkit-v0.11.5-osx-ia32.zip) / [64bit](http://dl.node-webkit.org/v0.11.5/node-webkit-v0.11.5-osx-x64.zip)
32+
* Linux: [32bit](http://dl.node-webkit.org/v0.11.6/node-webkit-v0.11.6-linux-ia32.tar.gz) / [64bit](http://dl.node-webkit.org/v0.11.6/node-webkit-v0.11.6-linux-x64.tar.gz)
33+
* Windows: [32bit](http://dl.node-webkit.org/v0.11.6/node-webkit-v0.11.6-win-ia32.zip) / [64bit](http://dl.node-webkit.org/v0.11.6/node-webkit-v0.11.6-win-x64.zip)
34+
* Mac 10.7+: [32bit](http://dl.node-webkit.org/v0.11.6/node-webkit-v0.11.6-osx-ia32.zip) / [64bit](http://dl.node-webkit.org/v0.11.6/node-webkit-v0.11.6-osx-x64.zip)
3535

3636
* **0.8.6:** (Apr 18, 2014, based off of Node v0.10.22, Chrome 30.0.1599.66) **If your native Node module works only with Node v0.10, then you should use node-webkit v0.8.x, which is also a maintained branch. [More info](https://groups.google.com/d/msg/nwjs-general/2OJ1cEMPLlA/09BvpTagSA0J)**
3737
[release notes](https://groups.google.com/d/msg/nwjs-general/CLPkgfV-i7s/hwkkQuJ1kngJ)

0 commit comments

Comments
 (0)