Skip to content

Commit

Permalink
[README] update for 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Nov 26, 2014
1 parent 22e4cf6 commit 75b7950
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
0.11.2 / 11-26-2014
===================
- Support window transparency (#132, Thanks to Jefry Tedjokusumo)
- Fix: [Linux] broken window events (focus, blur, etc, #2631)
- Fix: memory leak on setting tray icon (#2666)
- Fix: child_process.fork() (#2664)
- Fix: bad Buffer created from strings from DOM (#1669, #2439) (Thank to Liu Cong)
- Fix: Segmentation fault by starting nw on command line with parameters #2671
- Fix: crashes if http.request gets blocked with Little Snitch (mac only) #2585
- Fix: Windows 7 64/32 - frame doesn't show #2657
- Fix: AutoFill Crashes NodeWebkit #2653
- Fix "Cancel Desktop Notification" for all platform. and implement it for win8 (toast notification)

0.11.1 / 11-20-2014
===================
- add nwsnapshot
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ It's created and developed in the Intel Open Source Technology Center.
* Available on Linux, Mac OS X and Windows

## Downloads
* **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)
* **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)

* 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)
* 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)
* 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)
* 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)
* 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)
* 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)

* **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)**
[release notes](https://groups.google.com/d/msg/node-webkit/CLPkgfV-i7s/hwkkQuJ1kngJ)
Expand Down

0 comments on commit 75b7950

Please sign in to comment.