Skip to content

Commit

Permalink
[README] update for 0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Dec 28, 2014
1 parent 30ed0ca commit 878f061
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.11.5 / 12-28-2014
===================
- Fix: Normal frame should not simulate user input events (File input dialog)
- Fix: crash in debug session of WebStorm (WEB-14378)

0.11.4 / 12-24-2014
===================
- support click-through with window transparency on OSX & Win (Thanks to Jefry Tedjokusumo)
Expand All @@ -11,7 +16,7 @@
0.11.3 / 12-16-2014
===================
- new method in 'new-win-policy' event handler to control the options for new popup windows
- Fix: nw methods cannot be called from normal frames
- Fix: nw methods cannot be called from normal frames (Thanks to Insighti <[email protected]>)
- Extend Tray click event with position (Thanks to Marco Fabbri) (#1874)
- [OSX] Fix Window.focus() not taking focus (#2724)
- Add API methods and support for styling of icons (Tray, MenuItem) under Mac OS X (Yosemite) Dark Mode (#2775)
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.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)
* **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/node-webkit/ZjxFVdgWxKE/UevinvOIqzEJ)

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

* **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 878f061

Please sign in to comment.