Skip to content

Commit 75b7950

Browse files
committed
[README] update for 0.11.2
1 parent 22e4cf6 commit 75b7950

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
0.11.2 / 11-26-2014
2+
===================
3+
- Support window transparency (#132, Thanks to Jefry Tedjokusumo)
4+
- Fix: [Linux] broken window events (focus, blur, etc, #2631)
5+
- Fix: memory leak on setting tray icon (#2666)
6+
- Fix: child_process.fork() (#2664)
7+
- Fix: bad Buffer created from strings from DOM (#1669, #2439) (Thank to Liu Cong)
8+
- Fix: Segmentation fault by starting nw on command line with parameters #2671
9+
- Fix: crashes if http.request gets blocked with Little Snitch (mac only) #2585
10+
- Fix: Windows 7 64/32 - frame doesn't show #2657
11+
- Fix: AutoFill Crashes NodeWebkit #2653
12+
- Fix "Cancel Desktop Notification" for all platform. and implement it for win8 (toast notification)
13+
114
0.11.1 / 11-20-2014
215
===================
316
- add nwsnapshot

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.1:** (Nov 20, 2014, based off of Node v0.11.13, Chromium 38.0.2125.104): [release notes](https://groups.google.com/d/msg/node-webkit/zR_ZWxMvDqs/kYOC7sJ7XOUJ)
24+
* **v0.11.2:** (Nov 26, 2014, based off of Node v0.11.13, Chromium 38.0.2125.104): [release notes](https://groups.google.com/d/msg/node-webkit/hpG-AgsATTI/Oc-qhC3rMnkJ)
2525

26-
* Linux: [32bit](http://dl.node-webkit.org/v0.11.1/node-webkit-v0.11.1-linux-ia32.tar.gz) / [64bit](http://dl.node-webkit.org/v0.11.1/node-webkit-v0.11.1-linux-x64.tar.gz)
27-
* Windows: [32bit](http://dl.node-webkit.org/v0.11.1/node-webkit-v0.11.1-win-ia32.zip) / [64bit](http://dl.node-webkit.org/v0.11.1/node-webkit-v0.11.1-win-x64.zip)
28-
* Mac 10.7+: [32bit](http://dl.node-webkit.org/v0.11.1/node-webkit-v0.11.1-osx-ia32.zip) / [64bit](http://dl.node-webkit.org/v0.11.1/node-webkit-v0.11.1-osx-x64.zip)
26+
* Linux: [32bit](http://dl.node-webkit.org/v0.11.2/node-webkit-v0.11.2-linux-ia32.tar.gz) / [64bit](http://dl.node-webkit.org/v0.11.2/node-webkit-v0.11.2-linux-x64.tar.gz)
27+
* Windows: [32bit](http://dl.node-webkit.org/v0.11.2/node-webkit-v0.11.2-win-ia32.zip) / [64bit](http://dl.node-webkit.org/v0.11.2/node-webkit-v0.11.2-win-x64.zip)
28+
* Mac 10.7+: [32bit](http://dl.node-webkit.org/v0.11.2/node-webkit-v0.11.2-osx-ia32.zip) / [64bit](http://dl.node-webkit.org/v0.11.2/node-webkit-v0.11.2-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)