From 6ddceeb2519ac8e6e2b715bc841420a70398d6b7 Mon Sep 17 00:00:00 2001 From: Niklas Wenzel Date: Wed, 10 Sep 2025 01:21:00 +0200 Subject: [PATCH] docs: remove v37 features from v38 blog post These features were already mentioned in the v37 blog post. --- blog/electron-38-0.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/blog/electron-38-0.md b/blog/electron-38-0.md index c2dbf3e82..646fdef3d 100644 --- a/blog/electron-38-0.md +++ b/blog/electron-38-0.md @@ -35,9 +35,7 @@ Electron 38 upgrades Chromium from `138.0.7204.35` to `140.0.7339.41`, Node from - Added `fileBacked` and `purgeable` fields to `process.getSystemMemoryInfo()` for macOS. [#48146](https://github.com/electron/electron/pull/48146) (Also in [37](https://github.com/electron/electron/pull/48143)) - Added `tray.{get|set}AutosaveName` to enable macOS tray icons to maintain position across launches. [#48077](https://github.com/electron/electron/pull/48077) (Also in [37](https://github.com/electron/electron/pull/48076)) - Added `webFrameMain.fromFrameToken(processId, frameToken)` to get a `WebFrameMain` instance from its frame token. [#47942](https://github.com/electron/electron/pull/47942) -- Added sublabel functionality for menus on macOS >= 14.4. [#46887](https://github.com/electron/electron/pull/46887) (Also in [37](https://github.com/electron/electron/pull/47042)) - Added support for `app.getRecentDocuments()` on Windows and macOS. [#47924](https://github.com/electron/electron/pull/47924) (Also in [37](https://github.com/electron/electron/pull/47923)) -- Added support for `screen.dipToScreenPoint(point)` and `screen.screenToDipPoint(point)` on Linux X11. [#46211](https://github.com/electron/electron/pull/46211) (Also in [37](https://github.com/electron/electron/pull/46895)) - Internally switched to using `DIR_ASSETS` instead of `DIR_MODULE`/`DIR_EXE` to locate assets and resources, and added "assets" as a key that can be queried via `app.getPath`. [#47950](https://github.com/electron/electron/pull/47950) (Also in [37](https://github.com/electron/electron/pull/47951)) - Fixed an issue where `dialog.showMessageDialog` showed a window incorrectly centered to monitor instead of parent window when passed. [#48215](https://github.com/electron/electron/pull/48215) - Fixed an issue where users on MacOS were unable to interact with a webpage loaded via loadURL. [#47575](https://github.com/electron/electron/pull/47575)