Skip to content

Commit e21b92d

Browse files
committed
[README] 0.20.2 and ChangeLog
1 parent f3d0ed8 commit e21b92d

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.20.2 / 02-13-2017
2+
===================
3+
- Fix: Crash on right click after opening devtools by F12 [(#5659)](https://github.com/nwjs/nw.js/issues/5659)
4+
- Fix: nwsaveas attribute regression [(#5667)](https://github.com/nwjs/nw.js/issues/5667)
5+
- Fix: local pdf in webview not loading, gives ERR_BLOCKED_BY_CLIENT [(#5682)](https://github.com/nwjs/nw.js/issues/5682)
6+
- Fix: disable-crash-handler not working [(#5624)](https://github.com/nwjs/nw.js/issues/5624)
7+
- Fix: Signal app does not get rendered [(#5528)](https://github.com/nwjs/nw.js/issues/5528)
8+
- [doc] correct path of crash dumps in Windows [(#5669)](https://github.com/nwjs/nw.js/issues/5669)
9+
110
0.20.1 / 02-02-2017
211
===================
312
- Update Chromium to [56.0.2924.87](https://chromereleases.googleblog.com/2017/02/stable-channel-update-for-desktop.html)

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.1:** (Feb 2, 2017, based off of Node.js v7.5.0, Chromium 56.0.2924.87): [release notes](https://nwjs.io/blog/v0.20.1/)
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/)
3030
**NOTE** You might want the **SDK build**. Please read the release notes.
31-
* Linux: [32bit](https://dl.nwjs.io/v0.20.1/nwjs-v0.20.1-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.20.1/nwjs-v0.20.1-linux-x64.tar.gz)
32-
* Windows: [32bit](https://dl.nwjs.io/v0.20.1/nwjs-v0.20.1-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.20.1/nwjs-v0.20.1-win-x64.zip)
33-
* Mac 10.9+: [64bit](https://dl.nwjs.io/v0.20.1/nwjs-v0.20.1-osx-x64.zip)
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)
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)