Skip to content

Commit 19ba10b

Browse files
committed
[README] 0.50.3 and ChangeLog
1 parent 0789755 commit 19ba10b

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.50.3 / 01-12-2021
2+
===================
3+
- Update Chromium to [87.0.4280.141](https://chromereleases.googleblog.com/2021/01/stable-channel-update-for-desktop.html)
4+
- Update to Node.js [v15.5.1](https://nodejs.org/en/blog/release/v15.5.1/)
5+
- Fix: Program doesn't fully quit when a webview's devtools are opened in a webview [(#7588)](https://github.com/nwjs/nw.js/issues/7588)
6+
- Fix: setTimeout callback not executing in new_instance Window [(#7554)](https://github.com/nwjs/nw.js/issues/7554)
7+
18
0.50.2 / 12-06-2020
29
===================
310
- Update Chromium to [87.0.4280.88](https://chromereleases.googleblog.com/2020/12/stable-channel-update-for-desktop.html)

README.md

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

2727
## Downloads
28-
* **v0.50.2:** (Dec 6, 2020, based off of Node.js v15.3.0, Chromium 87.0.4280.88) : [release notes](https://nwjs.io/blog/v0.50.2/)
28+
* **v0.50.3:** (Dec 6, 2020, based off of Node.js v15.5.1, Chromium 87.0.4280.141) : [release notes](https://nwjs.io/blog/v0.50.3/)
2929
**NOTE** You might want the **SDK build**. Please read the release notes.
30-
* Linux: [32bit](https://dl.nwjs.io/v0.50.2/nwjs-v0.50.2-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.50.2/nwjs-v0.50.2-linux-x64.tar.gz)
31-
* Windows: [32bit](https://dl.nwjs.io/v0.50.2/nwjs-v0.50.2-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.50.2/nwjs-v0.50.2-win-x64.zip)
32-
* Mac 10.10+: [64bit](https://dl.nwjs.io/v0.50.2/nwjs-v0.50.2-osx-x64.zip)
30+
* Linux: [32bit](https://dl.nwjs.io/v0.50.3/nwjs-v0.50.3-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.50.3/nwjs-v0.50.3-linux-x64.tar.gz)
31+
* Windows: [32bit](https://dl.nwjs.io/v0.50.3/nwjs-v0.50.3-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.50.3/nwjs-v0.50.3-win-x64.zip)
32+
* Mac 10.10+: [64bit](https://dl.nwjs.io/v0.50.3/nwjs-v0.50.3-osx-x64.zip)
3333
* Use [Legacy build](http://nwjs.io/downloads/) for Win XP and early OSX.
3434

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

0 commit comments

Comments
 (0)