Skip to content

Commit 476d129

Browse files
committed
[README] 0.28.0 and ChangeLog
1 parent 2b0ba6b commit 476d129

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.28.0 / 01-25-2018
2+
===================
3+
- Update Chromium to [64.0.3282.119](https://chromereleases.googleblog.com/2018/01/stable-channel-update-for-desktop_24.html)
4+
- Update Node.js to [v9.4.0](https://nodejs.org/en/blog/release/v9.4.0/)
5+
- Add `webview.inspectElementAt()` [(#6381)](https://github.com/nwjs/nw.js/issues/6381)
6+
- Use `untrusted-code-mitigations` only in guest process
7+
- ES6 module binary support [(#6303)](https://github.com/nwjs/nw.js/issues/6303)
8+
- Add `nwdirectorydesc` attribute to set the description for nwdirectory in "Browse for Folder" dialog [(#5265)](https://github.com/nwjs/nw.js/issues/5265)
9+
- Fix: Simply accessing chrome.action crashes nw28-rc1 [(#6372)](https://github.com/nwjs/nw.js/issues/6372)
10+
- Fix: OSX - Transparency clickthrough broken on High Sierra [(#6307)](https://github.com/nwjs/nw.js/issues/6307) (Thanks to Jefry Tedjokusumo)
11+
- Fix: [WIN] fix titlebar issue if the window has custom icon / when window is first moved ([#6337](https://github.com/nwjs/nw.js/issues/6337), [#6345](https://github.com/nwjs/nw.js/issues/6345)) (Thanks to Jefry Tedjokusumo)
12+
- Fix: XMLHttpRequest from background page fails after an iframe is removed from window [(#6410)](https://github.com/nwjs/nw.js/issues/6410)
13+
- [docs] using devtool extensions and add webview.inspectElementAt()
14+
- [docs] module binary support
15+
- [docs] nwdirectorydesc
16+
117
0.27.5 / 01-15-2018
218
===================
319
- Fix: regression: webview devtools can no longer be embedded [(#6374)](https://github.com/nwjs/nw.js/issues/6374)

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.27.5:** (Jan 15, 2018, based off of Node.js v9.3.0, Chromium 63.0.3239.132): [release notes](https://nwjs.io/blog/v0.27.5/)
29+
* **v0.28.0:** (Jan 25, 2018, based off of Node.js v9.4.0, Chromium 64.0.3282.119): [release notes](https://nwjs.io/blog/v0.28.0/)
3030
**NOTE** You might want the **SDK build**. Please read the release notes.
31-
* Linux: [32bit](https://dl.nwjs.io/v0.27.5/nwjs-v0.27.5-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.27.5/nwjs-v0.27.5-linux-x64.tar.gz)
32-
* Windows: [32bit](https://dl.nwjs.io/v0.27.5/nwjs-v0.27.5-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.27.5/nwjs-v0.27.5-win-x64.zip)
33-
* Mac 10.9+: [64bit](https://dl.nwjs.io/v0.27.5/nwjs-v0.27.5-osx-x64.zip)
31+
* Linux: [32bit](https://dl.nwjs.io/v0.28.0/nwjs-v0.28.0-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.28.0/nwjs-v0.28.0-linux-x64.tar.gz)
32+
* Windows: [32bit](https://dl.nwjs.io/v0.28.0/nwjs-v0.28.0-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.28.0/nwjs-v0.28.0-win-x64.zip)
33+
* Mac 10.9+: [64bit](https://dl.nwjs.io/v0.28.0/nwjs-v0.28.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)