# Changelog
## 38f8d27025 – 2026-03-30

* Commit: 38f8d27025e5b6617601220653c6a2e976129833
* Branch: beta
* Nachricht: feat: update Electron and electron-builder versions; refactor dev mode startup

- Updated Electron to version 41.1.0 and electron-builder to version 26.8.1 in package.json.
- Refactored development mode startup scripts to use Electron bootstrap with GPU support.
- Modified run-tablet-gpu.sh and run-tablet.sh to utilize new Electron entry point.
- Enhanced browserLauncher.ts to use a centralized Electron API loader.
- Added electronRuntime.ts for managing Electron API loading and validation.
- Adjusted main.ts to check for GUI environment more robustly.
- Updated test scripts to align with new development mode structure.
