Skip to content

Commit 0444a05

Browse files
committed
[README] 0.20.3 and ChangeLog
1 parent 3c5a269 commit 0444a05

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.20.3 / 02-23-2017
2+
===================
3+
- Update Node.js to [v7.6.0](https://nodejs.org/en/blog/release/v7.6.0/)
4+
- Support passing Buffer or ArrayBuffer to evalNWBin [(#5220)](https://github.com/nwjs/nw.js/issues/5220)
5+
- Support pac_url and auto proxy detection[ (#916)](https://github.com/nwjs/nw.js/issues/916)
6+
- New print options: autoprint, headerString, footerString [(#5702)](https://github.com/nwjs/nw.js/issues/5702)
7+
- Fix: nwuseragent not working after 0.13 [(#5397)](https://github.com/nwjs/nw.js/issues/5397)
8+
- Fix: flash in embed or object tag not working using file protocol [(#5706)](https://github.com/nwjs/nw.js/issues/5706)
9+
- Fix: multiple menu shortcuts issues [(#5657)](https://github.com/nwjs/nw.js/issues/5657)
10+
- Disable resolving www.google.com in DNS predictor on startup
11+
- [docs] upstream Windows build instructions has moved
12+
- [docs] update for new features
13+
114
0.20.2 / 02-13-2017
215
===================
316
- Fix: Crash on right click after opening devtools by F12 [(#5659)](https://github.com/nwjs/nw.js/issues/5659)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ It was created in the Intel Open Source Technology Center.
2626
* Available on Linux, Mac OS X and Windows
2727

2828
## Downloads
29-
* **v0.20.2:** (Feb 13, 2017, based off of Node.js v7.5.0, Chromium 56.0.2924.87): [release notes](https://nwjs.io/blog/v0.20.2/)
29+
* **v0.20.3:** (Feb 23, 2017, based off of Node.js v7.6.0, Chromium 56.0.2924.87): [release notes](https://nwjs.io/blog/v0.20.3/)
3030
**NOTE** You might want the **SDK build**. Please read the release notes.
31-
* Linux: [32bit](https://dl.nwjs.io/v0.20.2/nwjs-v0.20.2-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.20.2/nwjs-v0.20.2-linux-x64.tar.gz)
32-
* Windows: [32bit](https://dl.nwjs.io/v0.20.2/nwjs-v0.20.2-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.20.2/nwjs-v0.20.2-win-x64.zip)
33-
* Mac 10.9+: [64bit](https://dl.nwjs.io/v0.20.2/nwjs-v0.20.2-osx-x64.zip)
31+
* Linux: [32bit](https://dl.nwjs.io/v0.20.3/nwjs-v0.20.3-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.20.3/nwjs-v0.20.3-linux-x64.tar.gz)
32+
* Windows: [32bit](https://dl.nwjs.io/v0.20.3/nwjs-v0.20.3-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.20.3/nwjs-v0.20.3-win-x64.zip)
33+
* Mac 10.9+: [64bit](https://dl.nwjs.io/v0.20.3/nwjs-v0.20.3-osx-x64.zip)
3434
* Use [LTS build](http://nwjs.io/downloads/) for Win XP and early OSX.
3535

3636
* **latest live build**: git tip version; build triggered from every git commit: https://dl.nwjs.io/live-build/

0 commit comments

Comments
 (0)