Skip to content

Commit

Permalink
[README] 0.86.0 and ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Apr 2, 2024
1 parent 423ec7a commit 88cb147
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
0.86.0 / 04-02-2024
===================
- Update Chromium to [123.0.6312.87](https://chromereleases.googleblog.com/2024/03/stable-channel-update-for-desktop_19.html)
- Node.js in Web worker runs in separate context. Fix [#8075](https://github.com/nwjs/nw.js/issues/8075)

0.85.0 / 03-04-2024
===================
- Update Chromium to [122.0.6261.69](https://chromereleases.googleblog.com/2024/02/stable-channel-update-for-desktop_22.html)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -25,11 +25,11 @@ It was created in the Intel Open Source Technology Center.
* Available on Linux, Mac OS X and Windows.

## Downloads
* **v0.85.0:** (Mar 4, 2024, based off of Node.js v21.1.0, Chromium 122.0.6261.69) : [release notes](https://nwjs.io/blog/v0.85.0/)
* **v0.86.0:** (Apr 2nd, 2024, based off of Node.js v21.1.0, Chromium 123.0.6312.87) : [release notes](https://nwjs.io/blog/v0.86.0/)
**NOTE** You might want the **SDK build**. Please read the release notes.
* Linux: [32bit](https://dl.nwjs.io/v0.85.0/nwjs-v0.85.0-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.85.0/nwjs-v0.85.0-linux-x64.tar.gz)
* Windows: [32bit](https://dl.nwjs.io/v0.85.0/nwjs-v0.85.0-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.85.0/nwjs-v0.85.0-win-x64.zip)
* Mac 10.10+: [64bit](https://dl.nwjs.io/v0.85.0/nwjs-v0.85.0-osx-arm64.zip)
* Linux: [32bit](https://dl.nwjs.io/v0.86.0/nwjs-v0.86.0-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.86.0/nwjs-v0.86.0-linux-x64.tar.gz)
* Windows: [32bit](https://dl.nwjs.io/v0.86.0/nwjs-v0.86.0-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.86.0/nwjs-v0.86.0-win-x64.zip)
* Mac 10.10+: [64bit](https://dl.nwjs.io/v0.86.0/nwjs-v0.86.0-osx-arm64.zip)
* Use [Legacy build](http://nwjs.io/downloads/) for Win XP and early OSX.

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

0 comments on commit 88cb147

Please sign in to comment.