Skip to content

Commit a2bea3f

Browse files
committed
[README] 0.44.2 and ChangeLog
1 parent 47e42df commit a2bea3f

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.44.2 / 02-19-2020
2+
===================
3+
- Update to Chromium 80.0.3987.116
4+
- Fix: Copy & paste between input fields adds spurious space [(#7363)](https://github.com/nwjs/nw.js/issues/7363)
5+
- Fix: 43.0 reload app doesn't close and open new window [(#7271)](https://github.com/nwjs/nw.js/issues/7271)
6+
- Fix: Local sourcemaps can not be parsed in 0.44.1 [(#7373)](https://github.com/nwjs/nw.js/issues/7373)
7+
- Fix: Quit on macOS from top or dock icon menus does not have "quit" value in "close" event [(#7365)](https://github.com/nwjs/nw.js/issues/7365)
8+
19
0.44.1 / 02-11-2020
210
===================
311
- Node: Update to [v13.8.0](https://nodejs.org/en/blog/release/v13.8.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.44.1:** (Feb 11, 2020, based off of Node.js v13.8.0, Chromium 80.0.3987.87) : [release notes](https://nwjs.io/blog/v0.44.1/)
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/)
2929
**NOTE** You might want the **SDK build**. Please read the release notes.
30-
* Linux: [32bit](https://dl.nwjs.io/v0.44.1/nwjs-v0.44.1-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.44.1/nwjs-v0.44.1-linux-x64.tar.gz)
31-
* Windows: [32bit](https://dl.nwjs.io/v0.44.1/nwjs-v0.44.1-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.44.1/nwjs-v0.44.1-win-x64.zip)
32-
* Mac 10.10+: [64bit](https://dl.nwjs.io/v0.44.1/nwjs-v0.44.1-osx-x64.zip)
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)
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)