Skip to content

Commit 29f2896

Browse files
committed
[README] update for 0.11.4
1 parent fa7a807 commit 29f2896

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.11.4 / 12-24-2014
2+
===================
3+
- support click-through with window transparency on OSX & Win (Thanks to Jefry Tedjokusumo)
4+
- Fix Windows printing
5+
- Fix --file-descriptor-limit (Thanks to Liu Cong)
6+
- Fix Window.reloadDev()
7+
- Fix dom_storage_quota (#2854)
8+
- Fix: maximizing frameless window enters fullscreen (#1021)
9+
- Fix tray title/tooltip issues on Mac OS X (#2796 Thanks to Marco Fabbri)
10+
111
0.11.3 / 12-16-2014
212
===================
313
- new method in 'new-win-policy' event handler to control the options for new popup windows

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ It's created and developed in the Intel Open Source Technology Center.
2121
* Available on Linux, Mac OS X and Windows
2222

2323
## Downloads
24-
* **v0.11.3:** (Dec 16, 2014, based off of Node v0.11.13, Chromium 38.0.2125.104): [release notes](https://groups.google.com/d/msg/node-webkit/7zl5_LcPhFk/R3YjrZUqepIJ)
24+
* **v0.11.4:** (Dec 24, 2014, based off of Node v0.11.13, Chromium 38.0.2125.104): [release notes](https://groups.google.com/d/msg/node-webkit/2MXhBGjnavM/_DoQcY62xxkJ)
2525

26-
* Linux: [32bit](http://dl.node-webkit.org/v0.11.3/node-webkit-v0.11.3-linux-ia32.tar.gz) / [64bit](http://dl.node-webkit.org/v0.11.3/node-webkit-v0.11.3-linux-x64.tar.gz)
27-
* Windows: [32bit](http://dl.node-webkit.org/v0.11.3/node-webkit-v0.11.3-win-ia32.zip) / [64bit](http://dl.node-webkit.org/v0.11.3/node-webkit-v0.11.3-win-x64.zip)
28-
* Mac 10.7+: [32bit](http://dl.node-webkit.org/v0.11.3/node-webkit-v0.11.3-osx-ia32.zip) / [64bit](http://dl.node-webkit.org/v0.11.3/node-webkit-v0.11.3-osx-x64.zip)
26+
* Linux: [32bit](http://dl.node-webkit.org/v0.11.4/node-webkit-v0.11.4-linux-ia32.tar.gz) / [64bit](http://dl.node-webkit.org/v0.11.4/node-webkit-v0.11.4-linux-x64.tar.gz)
27+
* Windows: [32bit](http://dl.node-webkit.org/v0.11.4/node-webkit-v0.11.4-win-ia32.zip) / [64bit](http://dl.node-webkit.org/v0.11.4/node-webkit-v0.11.4-win-x64.zip)
28+
* Mac 10.7+: [32bit](http://dl.node-webkit.org/v0.11.4/node-webkit-v0.11.4-osx-ia32.zip) / [64bit](http://dl.node-webkit.org/v0.11.4/node-webkit-v0.11.4-osx-x64.zip)
2929

3030
* **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/node-webkit/2OJ1cEMPLlA/09BvpTagSA0J)**
3131
[release notes](https://groups.google.com/d/msg/node-webkit/CLPkgfV-i7s/hwkkQuJ1kngJ)

0 commit comments

Comments
 (0)