Skip to content

Commit 462884c

Browse files
committed
[README] 0.30.5 and ChangeLog
1 parent 29d01bf commit 462884c

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.30.5 / 05-18-2018
2+
===================
3+
- Update Chromium to [66.0.3359.181](https://chromereleases.googleblog.com/2018/05/stable-channel-update-for-desktop_15.html)
4+
- Support PaymentRequest API in chrome-extension [(#6595)](https://github.com/nwjs/nw.js/issues/6595)
5+
- Fix: crash when using service worker [(#6624)](https://github.com/nwjs/nw.js/issues/6624)
6+
- Fix: NW app not launching if RoamingProfileSupportEnabled registry key is set [(#6621)](https://github.com/nwjs/nw.js/issues/6621)
7+
- Fix: [Linux] Window should be resizable after setting resizable to true [(#6609)](https://github.com/nwjs/nw.js/issues/6609)
8+
- Fix: [Win] Upload button instead of select on folder picker nwdirectory [(#6610)](https://github.com/nwjs/nw.js/issues/6610)
9+
- Fix: Dev Tools crash when clearing Memory Profiles with `--enable-node-workers` [(#6615)](https://github.com/nwjs/nw.js/issues/6615)
10+
111
0.30.4 / 05-14-2018
212
===================
313
- Update Chromium to [66.0.3359.170](https://chromereleases.googleblog.com/2018/05/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.30.4:** (May 14, 2018, based off of Node.js v10.1.0, Chromium 66.0.3359.170): [release notes](https://nwjs.io/blog/v0.30.4/)
29+
* **v0.30.5:** (May 18, 2018, based off of Node.js v10.1.0, Chromium 66.0.3359.181): [release notes](https://nwjs.io/blog/v0.30.5/)
3030
**NOTE** You might want the **SDK build**. Please read the release notes.
31-
* Linux: [32bit](https://dl.nwjs.io/v0.30.4/nwjs-v0.30.4-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.30.4/nwjs-v0.30.4-linux-x64.tar.gz)
32-
* Windows: [32bit](https://dl.nwjs.io/v0.30.4/nwjs-v0.30.4-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.30.4/nwjs-v0.30.4-win-x64.zip)
33-
* Mac 10.10+: [64bit](https://dl.nwjs.io/v0.30.4/nwjs-v0.30.4-osx-x64.zip)
31+
* Linux: [32bit](https://dl.nwjs.io/v0.30.5/nwjs-v0.30.5-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.30.5/nwjs-v0.30.5-linux-x64.tar.gz)
32+
* Windows: [32bit](https://dl.nwjs.io/v0.30.5/nwjs-v0.30.5-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.30.5/nwjs-v0.30.5-win-x64.zip)
33+
* Mac 10.10+: [64bit](https://dl.nwjs.io/v0.30.5/nwjs-v0.30.5-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)