From 5085a19805cfc7f5398553de6e6003af4308ec40 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 21 Apr 2026 01:04:54 +0000 Subject: [PATCH] chore: upgrade Electron from v39.2.4 to v41.2.1 No breaking changes affecting the kiosk app between these versions: - BrowserView still present (deprecated but not removed until future release) - WebContentsView destroyed-event change does not apply (app uses BrowserView) - Session.clearStorageData quotas removal not used - PDF OOPIF change not relevant https://claude.ai/code/session_01M3tiofbGfmTddeMcXr8nXr --- Readme.md | 2 +- ubuntu-based-kiosk-v1.0.0.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index c3e6874..465ce1a 100644 --- a/Readme.md +++ b/Readme.md @@ -149,7 +149,7 @@ The installer will guide you through configuration during setup. ## What This Script Installs ### Core Components -- **Electron** v39.2.4 (Chromium-based app framework) +- **Electron** v41.2.1 (Chromium-based app framework) - **Node.js** v20.x with npm - **Openbox** - Lightweight window manager - **LightDM** - Display manager with autologin diff --git a/ubuntu-based-kiosk-v1.0.0.sh b/ubuntu-based-kiosk-v1.0.0.sh index 1f5b60c..4947008 100644 --- a/ubuntu-based-kiosk-v1.0.0.sh +++ b/ubuntu-based-kiosk-v1.0.0.sh @@ -7202,7 +7202,7 @@ PRELOAD "version": "1.0.0", "main": "main.js", "dependencies": { - "electron": "^39.2.4" + "electron": "^41.2.1" } } PKGJSON