Skip to content

Commit 1cbeac3

Browse files
committed
[README] 0.21.3 and ChangeLog
1 parent f770f4a commit 1cbeac3

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.21.3 / 03-17-2017
2+
===================
3+
- Update Chromium to [57.0.2987.110](https://chromereleases.googleblog.com/2017/03/stable-channel-update-for-desktop_16.html)
4+
- Enable DOM mutation events in Chrome App and NW App [(#4778)](https://github.com/nwjs/nw.js/issues/4778)
5+
- Fix: crash of opening new window without menu [(#5737)](https://github.com/nwjs/nw.js/issues/5737)
6+
17
0.21.2 / 03-15-2017
28
===================
39
- Update Node.js to [v7.7.3](https://nodejs.org/en/blog/release/v7.7.3/)

README.md

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

2828
## Downloads
29-
* **v0.21.2:** (Mar 15, 2017, based off of Node.js v7.7.3, Chromium 57.0.2987.98): [release notes](https://nwjs.io/blog/v0.21.2/)
29+
* **v0.21.3:** (Mar 17, 2017, based off of Node.js v7.7.3, Chromium 57.0.2987.110): [release notes](https://nwjs.io/blog/v0.21.3/)
3030
**NOTE** You might want the **SDK build**. Please read the release notes.
31-
* Linux: [32bit](https://dl.nwjs.io/v0.21.2/nwjs-v0.21.2-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.21.2/nwjs-v0.21.2-linux-x64.tar.gz)
32-
* Windows: [32bit](https://dl.nwjs.io/v0.21.2/nwjs-v0.21.2-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.21.2/nwjs-v0.21.2-win-x64.zip)
33-
* Mac 10.9+: [64bit](https://dl.nwjs.io/v0.21.2/nwjs-v0.21.2-osx-x64.zip)
31+
* Linux: [32bit](https://dl.nwjs.io/v0.21.3/nwjs-v0.21.3-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.21.3/nwjs-v0.21.3-linux-x64.tar.gz)
32+
* Windows: [32bit](https://dl.nwjs.io/v0.21.3/nwjs-v0.21.3-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.21.3/nwjs-v0.21.3-win-x64.zip)
33+
* Mac 10.9+: [64bit](https://dl.nwjs.io/v0.21.3/nwjs-v0.21.3-osx-x64.zip)
3434
* Use [Legacy build](http://nwjs.io/downloads/) for Win XP and early OSX.
3535

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

3838
* [Previous versions](https://dl.nwjs.io)
3939

0 commit comments

Comments
 (0)