Skip to content

Commit 06eade0

Browse files
committed
[README] 0.20.0 and ChangeLog
1 parent 6783cfe commit 06eade0

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.20.0 / 01-26-2017
2+
===================
3+
- Update Chromium to [56.0.2924.76](https://chromereleases.googleblog.com/2017/01/stable-channel-update-for-desktop.html)
4+
- support disabling cookie encryption with '--disable-cookie-encryption'
5+
- Added copies option to print API [(#5482)](https://github.com/nwjs/nw.js/issues/5482)
6+
- Fix: session lost after open the develop tool and close it [(#5355)](https://github.com/nwjs/nw.js/issues/5355)
7+
- Fix: DOM setTimeout callbacks not running from Node vm context in webview [(#5622)](https://github.com/nwjs/nw.js/issues/5622)
8+
- [docs] Added documentation for the copies option in the printing API
9+
- [docs] Added docs for "Support for Mac App Store"
10+
- [docs] Added docs for '--disable-cookie-encryption'
11+
112
0.19.5 / 01-10-2017
213
===================
314
- Update Node.js to [7.4.0](https://nodejs.org/en/blog/release/v7.4.0/)

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