Skip to content

Commit ddbc6d3

Browse files
committed
[README] 0.35.3 and ChangeLog
1 parent 42a71a1 commit ddbc6d3

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.35.3 / 12-24-2018
2+
===================
3+
- Update Node.js to [v11.5.0](https://nodejs.org/en/blog/release/v11.5.0/)
4+
- Fix: allow loading extension URL in offscreen tab [(#6900)](https://github.com/nwjs/nw.js/issues/6900)
5+
- Fix: webview.showDevtools regression [(#6903)](https://github.com/nwjs/nw.js/issues/6903)
6+
- Internal refactoring for new window implementation [(#5875)](https://github.com/nwjs/nw.js/issues/5875)
7+
18
0.35.2 / 12-14-2018
29
===================
310
- Update Chromium to [71.0.3578.98](https://chromereleases.googleblog.com/2018/12/stable-channel-update-for-desktop_12.html)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ It was created in the Intel Open Source Technology Center.
2525
* Available on Linux, Mac OS X and Windows.
2626

2727
## Downloads
28-
* **v0.35.2:** (Dec 14, 2018, based off of Node.js v11.4.0, Chromium 71.0.3578.98; See [the mapping file](https://nwjs.io/versions.json) for the version info in previous releases): [release notes](https://nwjs.io/blog/v0.35.2/)
28+
* **v0.35.3:** (Dec 24, 2018, based off of Node.js v11.5.0, Chromium 71.0.3578.98) : [release notes](https://nwjs.io/blog/v0.35.3/)
2929
**NOTE** You might want the **SDK build**. Please read the release notes.
30-
* Linux: [32bit](https://dl.nwjs.io/v0.35.2/nwjs-v0.35.2-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.35.2/nwjs-v0.35.2-linux-x64.tar.gz)
31-
* Windows: [32bit](https://dl.nwjs.io/v0.35.2/nwjs-v0.35.2-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.35.2/nwjs-v0.35.2-win-x64.zip)
32-
* Mac 10.10+: [64bit](https://dl.nwjs.io/v0.35.2/nwjs-v0.35.2-osx-x64.zip)
30+
* Linux: [32bit](https://dl.nwjs.io/v0.35.3/nwjs-v0.35.3-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.35.3/nwjs-v0.35.3-linux-x64.tar.gz)
31+
* Windows: [32bit](https://dl.nwjs.io/v0.35.3/nwjs-v0.35.3-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.35.3/nwjs-v0.35.3-win-x64.zip)
32+
* Mac 10.10+: [64bit](https://dl.nwjs.io/v0.35.3/nwjs-v0.35.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/
3636

37-
* [Previous versions](https://dl.nwjs.io)
37+
* [Previous versions](https://dl.nwjs.io); See [the mapping file](https://nwjs.io/versions.json) for the version info in previous releases.
3838

3939
### Demos and real apps
4040
You may also be interested in [our demos repository](https://github.com/zcbenz/nw-sample-apps) and the [List of apps and companies using nw.js](https://github.com/nwjs/nw.js/wiki/List-of-apps-and-companies-using-nw.js).

0 commit comments

Comments
 (0)