Skip to content

Commit a54c5a4

Browse files
committed
[README] 0.44.3 and ChangeLog
1 parent 11d9b6b commit a54c5a4

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.44.3 / 02-19-2020
2+
===================
3+
- Update to Chromium [80.0.3987.122](https://chromereleases.googleblog.com/2020/02/stable-channel-update-for-desktop_24.html)
4+
- Node: Fix windows worker support [(#7114)](https://github.com/nwjs/nw.js/issues/7114)
5+
- Update build script to support cross-compiling for ARM (Thanks to Marcus T)
6+
- Node: update to [v13.9.0](https://nodejs.org/en/blog/release/v13.9.0/)
7+
- Fix: Function enterfullscreen brokes app on MacOS [(#7254)](https://github.com/nwjs/nw.js/issues/7254)
8+
- Fix: [NW2 issue] : Setting two binded windows to a fullscreen state doesn't work anymore [(#7368)](https://github.com/nwjs/nw.js/issues/7368)
9+
- Fix: NW2: nw.App.crashRenderer() doesn't kill nw like NW1 does [(#7383)](https://github.com/nwjs/nw.js/issues/7383)
10+
- Fix: Unable to build NW.js distribution (missing natives_blob.bin) [(#7378)](https://github.com/nwjs/nw.js/issues/7378)
11+
112
0.44.2 / 02-19-2020
213
===================
314
- Update to Chromium 80.0.3987.116

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.44.2:** (Feb 19, 2020, based off of Node.js v13.8.0, Chromium 80.0.3987.116) : [release notes](https://nwjs.io/blog/v0.44.2/)
28+
* **v0.44.3:** (Feb 26, 2020, based off of Node.js v13.9.0, Chromium 80.0.3987.122) : [release notes](https://nwjs.io/blog/v0.44.3/)
2929
**NOTE** You might want the **SDK build**. Please read the release notes.
30-
* Linux: [32bit](https://dl.nwjs.io/v0.44.2/nwjs-v0.44.2-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.44.2/nwjs-v0.44.2-linux-x64.tar.gz)
31-
* Windows: [32bit](https://dl.nwjs.io/v0.44.2/nwjs-v0.44.2-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.44.2/nwjs-v0.44.2-win-x64.zip)
32-
* Mac 10.10+: [64bit](https://dl.nwjs.io/v0.44.2/nwjs-v0.44.2-osx-x64.zip)
30+
* Linux: [32bit](https://dl.nwjs.io/v0.44.3/nwjs-v0.44.3-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.44.3/nwjs-v0.44.3-linux-x64.tar.gz)
31+
* Windows: [32bit](https://dl.nwjs.io/v0.44.3/nwjs-v0.44.3-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.44.3/nwjs-v0.44.3-win-x64.zip)
32+
* Mac 10.10+: [64bit](https://dl.nwjs.io/v0.44.3/nwjs-v0.44.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)