Skip to content

Commit 4627bba

Browse files
committed
[README] update for 0.11.1
1 parent 2872f33 commit 4627bba

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.1 / 11-20-2014
2+
===================
3+
- add nwsnapshot
4+
- Support setting additional root certificates on supported platforms (thanks to Joachim Bauch)
5+
- Support SetProxyConfig API (#916)
6+
- [WIN] Fix startup crash on high DPI systems (#2649)
7+
- Fix #1021: maximize frameless window in windows 8
8+
- Fix #2590: save as Filetypes not populating
9+
- Fix #2592: zoomLevel
10+
- Fix #2595: Linux MenuBar crash
11+
- Fix #2393: link target with "_blank" opens page in current window
12+
- Fix: Don't activate app unconditionally on window "Show".
13+
114
0.11.0 / 11-11-2014
215
===================
316
- Fix: notification and screen geometry API

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.0:** (Nov 11, 2014, based off of Node v0.11.13, Chromium 38.0.2125.104): [release notes](https://groups.google.com/d/msg/node-webkit/nDN1VclGRAA/_AKK5VIrH6gJ)
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)
2525

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