Skip to content

Commit ebf752c

Browse files
committed
0.98.1
1 parent 8b24ebd commit ebf752c

File tree

2 files changed

+57
-2
lines changed

2 files changed

+57
-2
lines changed

src/blog/v0.98.1.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: NW.js v0.98.1 Released with Node.js v23.10.0
3+
date: 2025/04/04
4+
---
5+
# {{{title}}}
6+
{{{date}}}
7+
8+
Node.js in NW v0.98.1 is updated with v23.10.0.
9+
10+
In NW v0.98, Chromium 135 contains usual under-the-hood performance and stability tweaks, but there are also some cool new features to explore. It supports **new CSS features, Dispatching click events to captured pointer, The fetchLater API** and much more. Please check [upstream release notes](https://developer.chrome.com/blog/chrome-135-beta/) for details. For a complete list of all features (including experimental features) in this release, see the [Chrome 135 milestone hotlist](https://www.chromestatus.com/features#milestone=135).
11+
12+
I've made the 0.98 branch ready soon after Chromium beta bumps to 135. Thanks to the testers for their valuable feedback and bug reports. I've been working on 2 branches simultaneously: a released branch on the current Chromium stable and a beta branch on Chromium beta.
13+
14+
Best regards,
15+
Roger Wang
16+
17+
## ChangeLog
18+
19+
- update to Chromium 135.0.7049.42
20+
- Fix commit id generation
21+
- [tools] update dump_syms.exe to 2.3.4 [(#7892)](https://github.com/nwjs/nw.js/issues/7892)
22+
- node: update to v23.10.0
23+
24+
Full ChangeLog: https://github.com/nwjs/nw.js/blob/main/CHANGELOG.md
25+
26+
## Download
27+
28+
* https://dl.nwjs.io/v0.98.1/nwjs-v0.98.1-win-x64.zip
29+
* https://dl.nwjs.io/v0.98.1/nwjs-v0.98.1-osx-arm64.zip
30+
* https://dl.nwjs.io/v0.98.1/nwjs-v0.98.1-linux-x64.tar.gz
31+
32+
SDK build:
33+
* https://dl.nwjs.io/v0.98.1/nwjs-sdk-v0.98.1-win-x64.zip
34+
* https://dl.nwjs.io/v0.98.1/nwjs-sdk-v0.98.1-osx-arm64.zip
35+
* https://dl.nwjs.io/v0.98.1/nwjs-sdk-v0.98.1-linux-x64.tar.gz
36+
37+
Binary for other platforms: https://dl.nwjs.io/v0.98.1/
38+
39+
There are 2 builds for each platform - normal build, and SDK build. Normal build doesn't have devtools, only SDK build does. lt can be opened by pressing F12 (Cmd-Alt-I on OSX). SDK packages also have more development tools to be exposed in the following releases, as well as the NaCl support.
40+
41+
Our build infrastructure enables live binary build from git tip so you can access to the latest binary from https://dl.nwjs.io/live-build/
42+
43+
## Discussion
44+
45+
See our mailing list to discuss on this release: https://groups.google.com/g/nwjs-general/c/4oLKu0UMvmY/m/YqzVjsB7BwAJ

src/versions.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
{
2-
"latest": "v0.98.0",
3-
"stable": "v0.98.0",
2+
"latest": "v0.98.1",
3+
"stable": "v0.98.1",
44
"lts": "v0.14.7",
55
"versions": [
6+
{
7+
"version": "v0.98.1",
8+
"date": "2025/04/04",
9+
"files": ["win-x64", "win-ia32", "linux-x64", "linux-ia32", "osx-x64", "osx-arm64"],
10+
"flavors": ["normal", "sdk"],
11+
"components": {
12+
"node": "23.10.0",
13+
"chromium": "135.0.7049.42"
14+
}
15+
},
616
{
717
"version": "v0.98.0",
818
"date": "2025/03/28",

0 commit comments

Comments
 (0)