Skip to content

Commit 1b69f68

Browse files
committed
[README] 0.27.0 and ChangeLog
1 parent 4a542eb commit 1b69f68

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
0.27.0 / 12-07-2017
2+
===================
3+
- Update Chromium to [63.0.3239.84](https://chromereleases.googleblog.com/2017/12/stable-channel-update-for-desktop.html)
4+
- Update Node.js to [v9.2.0](https://nodejs.org/en/blog/release/v9.2.0/)
5+
- support loading compiled JS binary in Web Worker [(#6203)](https://github.com/nwjs/nw.js/issues/6203)
6+
- support options for injecting in main or isolated world of webview ([#6299](https://github.com/nwjs/nw.js/issues/6299), [#6229](https://github.com/nwjs/nw.js/issues/6229))
7+
- support disabling Flash plugin via chrome.contentSettings API [(#6216)](https://github.com/nwjs/nw.js/issues/6216)
8+
- Fix: crashes with some native modules
9+
- Fix: stale process with '--in-process-gpu' and Steam client [(#6059)](https://github.com/nwjs/nw.js/issues/6059)
10+
- Fix: crashes when the specific PDF is loaded in the webview [(#6293)](https://github.com/nwjs/nw.js/issues/6293)
11+
- Fix: process exit when native node module calls node::AtExit() [(#6047)](https://github.com/nwjs/nw.js/issues/6047)
12+
- Remove: migrate indexdb from nw12
13+
- Support compiling ES6 module source with nwjc '--nw-module'; Partly fix [#6303](https://github.com/nwjs/nw.js/issues/6303)
14+
- [docs] executeScript in main world of webview
15+
- [docs] use NW JS binary in workers
16+
117
0.26.6 / 11-14-2017
218
===================
319
- Update Chromium to [62.0.3202.94](https://chromereleases.googleblog.com/2017/11/stable-channel-update-for-desktop_13.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.26.6:** (Nov 14, 2017, based off of Node.js v9.1.0, Chromium 62.0.3202.94): [release notes](https://nwjs.io/blog/v0.26.6/)
29+
* **v0.27.0:** (Dec 7, 2017, based off of Node.js v9.2.0, Chromium 63.0.3239.84): [release notes](https://nwjs.io/blog/v0.27.0/)
3030
**NOTE** You might want the **SDK build**. Please read the release notes.
31-
* Linux: [32bit](https://dl.nwjs.io/v0.26.6/nwjs-v0.26.6-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.26.6/nwjs-v0.26.6-linux-x64.tar.gz)
32-
* Windows: [32bit](https://dl.nwjs.io/v0.26.6/nwjs-v0.26.6-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.26.6/nwjs-v0.26.6-win-x64.zip)
33-
* Mac 10.9+: [64bit](https://dl.nwjs.io/v0.26.6/nwjs-v0.26.6-osx-x64.zip)
31+
* Linux: [32bit](https://dl.nwjs.io/v0.27.0/nwjs-v0.27.0-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.27.0/nwjs-v0.27.0-linux-x64.tar.gz)
32+
* Windows: [32bit](https://dl.nwjs.io/v0.27.0/nwjs-v0.27.0-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.27.0/nwjs-v0.27.0-win-x64.zip)
33+
* Mac 10.9+: [64bit](https://dl.nwjs.io/v0.27.0/nwjs-v0.27.0-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)