Skip to content

Commit 097d304

Browse files
committed
[README] 0.44.1 and ChangeLog
1 parent 17b692c commit 097d304

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
0.44.1 / 02-11-2020
2+
===================
3+
- Node: Update to [v13.8.0](https://nodejs.org/en/blog/release/v13.8.0/)
4+
- 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)
5+
- Fix: MacOS builtin menu can not switch according to the focused Window [(#7366)](https://github.com/nwjs/nw.js/issues/7366)
6+
- Fix: App starts with min_height and min_width instead of height and width [(#7358)](https://github.com/nwjs/nw.js/issues/7358)
7+
- Fix: App won't quit on Mac [(#7355)](https://github.com/nwjs/nw.js/issues/7355)
8+
- Fix: File & Folder dialogs of the wrong type and undraggable on MacOS [(#7349)](https://github.com/nwjs/nw.js/issues/7349)
9+
- Fix: NW2 issue : (Linux) NW.js crashes when an opened window has attached the 'move' event [(#7359)](https://github.com/nwjs/nw.js/issues/7359)
10+
- Fix: NW2 issue : (Linux) Nw.js should NOT show the chromium default menu bar as global [(#7364)](https://github.com/nwjs/nw.js/issues/7364)
11+
- Fix: Regression of allowed String length, `buffer.constants.MAX_STRING_LENGTH` [(#7356)](https://github.com/nwjs/nw.js/issues/7356)
12+
113
0.44.0 / 02-05-2020
214
===================
315
- Update to Chromium 80.0.3987.87

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