Skip to content

Commit b8714d0

Browse files
committed
ChangeLog for 0.13.4; README for 0.13.4 and 0.14.0-rc3
1 parent b3aa032 commit b8714d0

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.13.4 / 04-08-2016
2+
===================
3+
- Update Chromium to 49.0.2623.112
4+
- Fix: webview local file issue [(#4668)](https://github.com/nwjs/nw.js/issues/4668)
5+
- Fix: Custom app icon with incorrect size under volume mixer [(#4649)](https://github.com/nwjs/nw.js/issues/4649)
6+
- Fix: process Event: 'uncaughtException' not working in 0.13 [(#4679)](https://github.com/nwjs/nw.js/issues/4679)
7+
- [docs] data-path -> user-data-dir; --disable-raf-throttling
8+
- [docs] Clarify files can be safely removed during packaging [(#4676)](https://github.com/nwjs/nw.js/issues/4676)
9+
110
0.13.3 / 04-04-2016
211
===================
312
- Update Node.js to 5.10.0

README.md

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

2929
## Downloads
30-
* **v0.13.3:** (Apr 4, 2016, based off of Node.js v5.10.0, Chromium 49.0.2623.110): [release notes](http://nwjs.io/blog/v0.13.3/)
30+
* **v0.13.4:** (Apr 8, 2016, based off of Node.js v5.10.0, Chromium 49.0.2623.112): [release notes](http://nwjs.io/blog/v0.13.4/)
3131
**NOTE** You might want the **SDK build**. Please read the release notes
32-
* Linux: [32bit](http://dl.nwjs.io/v0.13.3/nwjs-v0.13.3-linux-ia32.tar.gz) / [64bit](http://dl.nwjs.io/v0.13.3/nwjs-v0.13.3-linux-x64.tar.gz)
33-
* Windows: [32bit](http://dl.nwjs.io/v0.13.3/nwjs-v0.13.3-win-ia32.zip) / [64bit](http://dl.nwjs.io/v0.13.3/nwjs-v0.13.3-win-x64.zip)
34-
* Mac 10.7+: [64bit](http://dl.nwjs.io/v0.13.3/nwjs-v0.13.3-osx-x64.zip)
32+
* Linux: [32bit](http://dl.nwjs.io/v0.13.4/nwjs-v0.13.4-linux-ia32.tar.gz) / [64bit](http://dl.nwjs.io/v0.13.4/nwjs-v0.13.4-linux-x64.tar.gz)
33+
* Windows: [32bit](http://dl.nwjs.io/v0.13.4/nwjs-v0.13.4-win-ia32.zip) / [64bit](http://dl.nwjs.io/v0.13.4/nwjs-v0.13.4-win-x64.zip)
34+
* Mac 10.7+: [64bit](http://dl.nwjs.io/v0.13.4/nwjs-v0.13.4-osx-x64.zip)
3535

36-
* **v0.14.0-rc2:** (Mar 31, 2016, based off of Node.js v5.9.0, Chromium 50.0.2661.57): [release notes](http://nwjs.io/blog/v0.14.0-rc2/)
36+
* **v0.14.0-rc3:** (Apr 7, 2016, based off of Node.js v5.10.0, Chromium 50.0.2661.66): [release notes](http://nwjs.io/blog/v0.14.0-rc3/)
3737
**NOTE** You might want the **SDK build**. Please read the release notes
38-
* Linux: [32bit](http://dl.nwjs.io/v0.14.0-rc2/nwjs-v0.14.0-rc2-linux-ia32.tar.gz) / [64bit](http://dl.nwjs.io/v0.14.0-rc2/nwjs-v0.14.0-rc2-linux-x64.tar.gz)
39-
* Windows: [32bit](http://dl.nwjs.io/v0.14.0-rc2/nwjs-v0.14.0-rc2-win-ia32.zip) / [64bit](http://dl.nwjs.io/v0.14.0-rc2/nwjs-v0.14.0-rc2-win-x64.zip)
40-
* Mac 10.7+: [64bit](http://dl.nwjs.io/v0.14.0-rc2/nwjs-v0.14.0-rc2-osx-x64.zip)
38+
* Linux: [32bit](http://dl.nwjs.io/v0.14.0-rc3/nwjs-v0.14.0-rc3-linux-ia32.tar.gz) / [64bit](http://dl.nwjs.io/v0.14.0-rc3/nwjs-v0.14.0-rc3-linux-x64.tar.gz)
39+
* Windows: [32bit](http://dl.nwjs.io/v0.14.0-rc3/nwjs-v0.14.0-rc3-win-ia32.zip) / [64bit](http://dl.nwjs.io/v0.14.0-rc3/nwjs-v0.14.0-rc3-win-x64.zip)
40+
* Mac 10.7+: [64bit](http://dl.nwjs.io/v0.14.0-rc3/nwjs-v0.14.0-rc3-osx-x64.zip)
4141

4242
* **latest live build**: git tip version; build triggered from every git commit: http://dl.nwjs.io/live-build/
4343

0 commit comments

Comments
 (0)