Skip to content

Commit b22d0bc

Browse files
committed
[README] 0.33.1 and ChangeLog
1 parent ccc39d8 commit b22d0bc

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.33.1 / 09-11-2018
2+
===================
3+
- Update Node.js to [v10.10.0](https://nodejs.org/en/blog/release/v10.10.0/)
4+
- Fix: double quotes character causes crash in compiled form [(#6770)](https://github.com/nwjs/nw.js/issues/6770)
5+
- Fix: allow webview in remote page [(#6784)](https://github.com/nwjs/nw.js/issues/6784)
6+
- Fix: nwjc crash on syntax error in script
7+
18
0.33.0 / 09-05-2018
29
===================
310
- Update Chromium to [69.0.3497.81](https://chromereleases.googleblog.com/2018/09/stable-channel-update-for-desktop.html)

README.md

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

2828
## Downloads
29-
* **v0.33.0:** (Sep 5, 2018, based off of Node.js v10.9.0, Chromium 69.0.3497.81): [release notes](https://nwjs.io/blog/v0.33.0/)
29+
* **v0.33.1:** (Sep 11, 2018, based off of Node.js v10.10.0, Chromium 69.0.3497.81): [release notes](https://nwjs.io/blog/v0.33.1/)
3030
**NOTE** You might want the **SDK build**. Please read the release notes.
31-
* Linux: [32bit](https://dl.nwjs.io/v0.33.0/nwjs-v0.33.0-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.33.0/nwjs-v0.33.0-linux-x64.tar.gz)
32-
* Windows: [32bit](https://dl.nwjs.io/v0.33.0/nwjs-v0.33.0-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.33.0/nwjs-v0.33.0-win-x64.zip)
33-
* Mac 10.10+: [64bit](https://dl.nwjs.io/v0.33.0/nwjs-v0.33.0-osx-x64.zip)
31+
* Linux: [32bit](https://dl.nwjs.io/v0.33.1/nwjs-v0.33.1-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.33.1/nwjs-v0.33.1-linux-x64.tar.gz)
32+
* Windows: [32bit](https://dl.nwjs.io/v0.33.1/nwjs-v0.33.1-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.33.1/nwjs-v0.33.1-win-x64.zip)
33+
* Mac 10.10+: [64bit](https://dl.nwjs.io/v0.33.1/nwjs-v0.33.1-osx-x64.zip)
3434
* Use [Legacy build](http://nwjs.io/downloads/) for Win XP and early OSX.
3535

3636
* **latest nightly build from git tip**: https://dl.nwjs.io/live-build/

0 commit comments

Comments
 (0)