Skip to content

Commit 7e5a41f

Browse files
committed
[README] 0.21.4 and ChangeLog
1 parent d79826d commit 7e5a41f

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
0.21.4 / 03-30-2017
2+
===================
3+
- Update Chromium to [57.0.2987.133](https://chromereleases.googleblog.com/2017/03/stable-channel-update-for-desktop_29.html)
4+
- Update Node.js to [v7.8.0](https://nodejs.org/en/blog/release/v7.8.0/)
5+
- Fix: linux symbol files are almost empty
6+
- Fix: Blank window is not closed after download [(#5734)](https://github.com/nwjs/nw.js/issues/5734)
7+
- Fix: When flash was first used on Windows then console windows with "echo NOT SANDBOXED" flickered [(#5278)](https://github.com/nwjs/nw.js/issues/5278)
8+
- Fix: crash when showing WebUSB chooser window [(#5808)](https://github.com/nwjs/nw.js/issues/5808)
9+
- Fix: allow html fs quota by default [(#5177)](https://github.com/nwjs/nw.js/issues/5177)
10+
- Fix: reload app breaks the "global" object with --load-extension [(#5483)](https://github.com/nwjs/nw.js/issues/5483)
11+
- Fix: opening external url from iframe works only once [(#5680)](https://github.com/nwjs/nw.js/issues/5680)
12+
- Fix: iframe should not have independent NWWindow object [(#5043)](https://github.com/nwjs/nw.js/issues/5043)
13+
- Fix: use .sym filename extension for linux symbol files [(#5608)](https://github.com/nwjs/nw.js/issues/5608)
14+
- [docs] Fix quote in documentation of Flash
15+
- [docs] add nw-autoupdater
16+
- [docs] add link to js src protection performance fix
17+
118
0.21.3 / 03-17-2017
219
===================
320
- Update Chromium to [57.0.2987.110](https://chromereleases.googleblog.com/2017/03/stable-channel-update-for-desktop_16.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.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/)
29+
* **v0.21.4:** (Mar 30, 2017, based off of Node.js v7.8.0, Chromium 57.0.2987.133): [release notes](https://nwjs.io/blog/v0.21.4/)
3030
**NOTE** You might want the **SDK build**. Please read the release notes.
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)
31+
* Linux: [32bit](https://dl.nwjs.io/v0.21.4/nwjs-v0.21.4-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.21.4/nwjs-v0.21.4-linux-x64.tar.gz)
32+
* Windows: [32bit](https://dl.nwjs.io/v0.21.4/nwjs-v0.21.4-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.21.4/nwjs-v0.21.4-win-x64.zip)
33+
* Mac 10.9+: [64bit](https://dl.nwjs.io/v0.21.4/nwjs-v0.21.4-osx-x64.zip)
3434
* Use [Legacy build](http://nwjs.io/downloads/) for Win XP and early OSX.
3535

3636
* **latest nightly build from git tip**: https://dl.nwjs.io/live-build/

0 commit comments

Comments
 (0)