Skip to content

Commit a93de29

Browse files
committed
[README] 0.42.5 and ChangeLog
1 parent 9ea8972 commit a93de29

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
0.42.5 / 11-19-2019
2+
===================
3+
- Update Chromium to [78.0.3904.108](https://chromereleases.googleblog.com/2019/11/stable-channel-update-for-desktop_18.html)
4+
- nw2: clear MacOS menu [(#7219)](https://github.com/nwjs/nw.js/issues/7219)
5+
- nw2: nw2: support fullscreen in new-win-policy [(#7209)](https://github.com/nwjs/nw.js/issues/7209)
6+
- nw2: fix new-win-policy ctrl-click and frameless [(#7209)](https://github.com/nwjs/nw.js/issues/7209)
7+
- nw2: Fix windows maximum size
8+
- nw2: use innerHeight and Width for Window.resizeTo
9+
- nw2: Fix window center position, updating dimension, mac max size
10+
- Fix: crash after loading compiled JS [(#7126)](https://github.com/nwjs/nw.js/issues/7126)
11+
- Fix: additional-trust-anchors regression
12+
- [docs] clarify the inner vs outter dimension in various places
13+
114
0.42.4 / 11-13-2019
215
===================
316
- NW2 becomes the default mode [(#5875)](https://github.com/nwjs/nw.js/issues/5875)

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.42.4:** (Nov 13, 2019, based off of Node.js v13.1.0, Chromium 78.0.3904.97) : [release notes](https://nwjs.io/blog/v0.42.4/)
28+
* **v0.42.5:** (Nov 19, 2019, based off of Node.js v13.1.0, Chromium 78.0.3904.108) : [release notes](https://nwjs.io/blog/v0.42.5/)
2929
**NOTE** You might want the **SDK build**. Please read the release notes.
30-
* Linux: [32bit](https://dl.nwjs.io/v0.42.4/nwjs-v0.42.4-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.42.4/nwjs-v0.42.4-linux-x64.tar.gz)
31-
* Windows: [32bit](https://dl.nwjs.io/v0.42.4/nwjs-v0.42.4-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.42.4/nwjs-v0.42.4-win-x64.zip)
32-
* Mac 10.10+: [64bit](https://dl.nwjs.io/v0.42.4/nwjs-v0.42.4-osx-x64.zip)
30+
* Linux: [32bit](https://dl.nwjs.io/v0.42.5/nwjs-v0.42.5-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.42.5/nwjs-v0.42.5-linux-x64.tar.gz)
31+
* Windows: [32bit](https://dl.nwjs.io/v0.42.5/nwjs-v0.42.5-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.42.5/nwjs-v0.42.5-win-x64.zip)
32+
* Mac 10.10+: [64bit](https://dl.nwjs.io/v0.42.5/nwjs-v0.42.5-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)