Skip to content

Commit 72508af

Browse files
committed
[README] 0.47.3 and ChangeLog
1 parent 7906be1 commit 72508af

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.47.3 / 08-16-2020
2+
===================
3+
- Update Node.js to [v14.8.0](https://nodejs.org/en/blog/release/v14.8.0/)
4+
- Update Chromium to [84.0.4147.125](https://chromereleases.googleblog.com/2020/08/stable-channel-update-for-desktop.html)
5+
- build: pinning win sdk version to 10.0.18362.0
6+
- build: fix resources in fresh normal build [(#7541)](https://github.com/nwjs/nw.js/issues/7541)
7+
- [docs] Update Web Worker documentation
8+
19
0.47.2 / 08-05-2020
210
===================
311
- Update Node.js to [v14.7.0](https://nodejs.org/en/blog/release/v14.7.0/)

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.47.2:** (Aug 5, 2020, based off of Node.js v14.7.0, Chromium 84.0.4147.105) : [release notes](https://nwjs.io/blog/v0.47.2/)
28+
* **v0.47.3:** (Aug 16, 2020, based off of Node.js v14.8.0, Chromium 84.0.4147.125) : [release notes](https://nwjs.io/blog/v0.47.3/)
2929
**NOTE** You might want the **SDK build**. Please read the release notes.
30-
* Linux: [32bit](https://dl.nwjs.io/v0.47.2/nwjs-v0.47.2-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.47.2/nwjs-v0.47.2-linux-x64.tar.gz)
31-
* Windows: [32bit](https://dl.nwjs.io/v0.47.2/nwjs-v0.47.2-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.47.2/nwjs-v0.47.2-win-x64.zip)
32-
* Mac 10.10+: [64bit](https://dl.nwjs.io/v0.47.2/nwjs-v0.47.2-osx-x64.zip)
30+
* Linux: [32bit](https://dl.nwjs.io/v0.47.3/nwjs-v0.47.3-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.47.3/nwjs-v0.47.3-linux-x64.tar.gz)
31+
* Windows: [32bit](https://dl.nwjs.io/v0.47.3/nwjs-v0.47.3-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.47.3/nwjs-v0.47.3-win-x64.zip)
32+
* Mac 10.10+: [64bit](https://dl.nwjs.io/v0.47.3/nwjs-v0.47.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)