Skip to content

Commit e169c96

Browse files
committed
[README] 0.44.0 and ChangeLog
1 parent 91b7c61 commit e169c96

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
0.44.0 / 02-05-2020
2+
===================
3+
- Update to Chromium 80.0.3987.87
4+
- Linux: Fix ANGLE lib loading path
5+
- Fix mac crash reporting
6+
- [docs] add Window.captureScreenshot
7+
- NW2: add Window.captureScreenshot - support fullpage screenshot
8+
- Fix: Pressing the ESC key will now EXIT "FullScreen mode" with RM MV. [(#7324)](https://github.com/nwjs/nw.js/issues/7324)
9+
- Fix: NW2: Crashing renderer shows Aw, Snap! [(#7339)](https://github.com/nwjs/nw.js/issues/7339)
10+
- Fix: folder select dialog shows upload button instead of select on MacOS [(#7338)](https://github.com/nwjs/nw.js/issues/7338)
11+
- Fix: NW2: (Linux) Transparency and resize handling in frameless windows not working as intended [(#7325)](https://github.com/nwjs/nw.js/issues/7325)
12+
- Fix: NW2: win.blur() does not fire correctly [(#7327)](https://github.com/nwjs/nw.js/issues/7327)
13+
- Fix: NW2: Sometimes the window cannot be closed [(#7326)](https://github.com/nwjs/nw.js/issues/7326)
14+
- Fix: NW2: User Window Metrics Not Saved/Respected [(#7322)](https://github.com/nwjs/nw.js/issues/7322)
15+
- Fix: `window.open` does not load `inject_js_start` or `inject_js_end` when opening the page. [(#7320)](https://github.com/nwjs/nw.js/issues/7320)
16+
- Fix: Autoprint is not completely silent [(#6269)](https://github.com/nwjs/nw.js/issues/6269)
17+
- Fix: win.window is undefined after navigation to remote url [(#7304)](https://github.com/nwjs/nw.js/issues/7304)
18+
119
0.43.6 / 01-17-2020
220
===================
321
- Update to Chromium [79.0.3945.130](https://chromereleases.googleblog.com/2020/01/stable-channel-update-for-desktop_16.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.43.6:** (Jan 17, 2020, based off of Node.js v13.6.0, Chromium 79.0.3945.130) : [release notes](https://nwjs.io/blog/v0.43.6/)
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/)
2929
**NOTE** You might want the **SDK build**. Please read the release notes.
30-
* Linux: [32bit](https://dl.nwjs.io/v0.43.6/nwjs-v0.43.6-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.43.6/nwjs-v0.43.6-linux-x64.tar.gz)
31-
* Windows: [32bit](https://dl.nwjs.io/v0.43.6/nwjs-v0.43.6-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.43.6/nwjs-v0.43.6-win-x64.zip)
32-
* Mac 10.10+: [64bit](https://dl.nwjs.io/v0.43.6/nwjs-v0.43.6-osx-x64.zip)
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)
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)