Skip to content

Commit 8b24ebd

Browse files
committed
0.98.0
1 parent 6e4a865 commit 8b24ebd

File tree

2 files changed

+56
-2
lines changed

2 files changed

+56
-2
lines changed

src/blog/v0.98.0.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: NW.js v0.98.0 Released with Chromium 135
3+
date: 2025/03/28
4+
---
5+
# {{{title}}}
6+
{{{date}}}
7+
8+
I'm pleased to announce NW v0.98.0 with Chromium 135 stable upgrade.
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 Chromium to 135.0.7049.41
20+
- Fix: devtools elements tab [(#8254)](https://github.com/nwjs/nw.js/issues/8254)
21+
- Fix: MenuItem/Tray click functions [(#8240)](https://github.com/nwjs/nw.js/issues/8240)
22+
23+
Full ChangeLog: https://github.com/nwjs/nw.js/blob/main/CHANGELOG.md
24+
25+
## Download
26+
27+
* https://dl.nwjs.io/v0.98.0/nwjs-v0.98.0-win-x64.zip
28+
* https://dl.nwjs.io/v0.98.0/nwjs-v0.98.0-osx-arm64.zip
29+
* https://dl.nwjs.io/v0.98.0/nwjs-v0.98.0-linux-x64.tar.gz
30+
31+
SDK build:
32+
* https://dl.nwjs.io/v0.98.0/nwjs-sdk-v0.98.0-win-x64.zip
33+
* https://dl.nwjs.io/v0.98.0/nwjs-sdk-v0.98.0-osx-arm64.zip
34+
* https://dl.nwjs.io/v0.98.0/nwjs-sdk-v0.98.0-linux-x64.tar.gz
35+
36+
Binary for other platforms: https://dl.nwjs.io/v0.98.0/
37+
38+
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.
39+
40+
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/
41+
42+
## Discussion
43+
44+
See our mailing list to discuss on this release: https://groups.google.com/g/nwjs-general/c/ZP_RRHcV7a4/m/zygC6DzZAgAJ

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.97.0",
3-
"stable": "v0.97.0",
2+
"latest": "v0.98.0",
3+
"stable": "v0.98.0",
44
"lts": "v0.14.7",
55
"versions": [
6+
{
7+
"version": "v0.98.0",
8+
"date": "2025/03/28",
9+
"files": ["win-x64", "win-ia32", "linux-x64", "linux-ia32", "osx-x64", "osx-arm64"],
10+
"flavors": ["normal", "sdk"],
11+
"components": {
12+
"node": "23.3.0",
13+
"chromium": "135.0.7049.41"
14+
}
15+
},
616
{
717
"version": "v0.97.0",
818
"date": "2025/03/11",

0 commit comments

Comments
 (0)