From 930a5ccc97bc40bc3da2c775476315bd19d68b47 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 18:31:40 -0500 Subject: [PATCH] docs: fix version of deprecation notice (#51423) Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Niklas Wenzel --- docs/breaking-changes.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/breaking-changes.md b/docs/breaking-changes.md index 15ff7ceae2..8f46798625 100644 --- a/docs/breaking-changes.md +++ b/docs/breaking-changes.md @@ -95,6 +95,12 @@ When a cookie is deleted, the change cause remains `explicit`. When the cookie being set is identical to an existing one (same name, domain, path, and value, with no actual changes), the change cause is `inserted-no-change-overwrite`. When the value of the cookie being set remains unchanged but some of its attributes are updated, such as the expiration attribute, the change cause will be `inserted-no-value-change-overwrite`. +### Deprecated: `showHiddenFiles` in Dialogs on Linux + +This property will still be honored on macOS and Windows, but support on Linux +will be removed in Electron 42. GTK intends for this to be a user choice rather +than an app choice and has removed the API to do this programmatically. + ## Planned Breaking API Changes (40.0) ### Deprecated: `clipboard` API access from renderer processes @@ -108,12 +114,6 @@ your preload script and expose it using the [contextBridge](https://www.electron Debug symbols for MacOS (dSYM) now use xz compression in order to handle larger file sizes. `dsym.zip` files are now `dsym.tar.xz` files. End users using debug symbols may need to update their zip utilities. -### Deprecated: `showHiddenFiles` in Dialogs on Linux - -This property will still be honored on macOS and Windows, but support on Linux -will be removed in Electron 42. GTK intends for this to be a user choice rather -than an app choice and has removed the API to do this programmatically. - ## Planned Breaking API Changes (39.0) ### Deprecated: `--host-rules` command line switch