mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
-
released this
2025-11-14 08:55:30 +00:00 | 158 commits to main since this release📅 Originally published on GitHub: Fri, 14 Nov 2025 09:05:47 GMT
🏷️ Git tag created: Fri, 14 Nov 2025 08:55:30 GMTElectronNET.Core
- Updated
PrintToPDFOptionsto also allow specifying thePageSizewith an object (#769) - Updated splashscreen image to have 0 margin (#622)
- Updated the IPC API w.r.t. naming and consistency (#905) @agracio
- Updated the IPC bridge w.r.t. synchronization and thread-safety (#918) @agracio
- Updated serialization to use
System.Text.JsonreplacingNewtonsoft.Json(#917) @Denny09310 - Fixed parameter handling for the
sendToIpcRendererfunction (#922) @softworkz - Fixed synchronization on removing event handlers (#921) @softworkz
- Fixed creation of windows with
contextIsolationenabled (#906) @NimbusFox - Fixed single instance behavior using the
ElectronSingleInstanceproperty (#901) - Fixed potential race conditions (#908) @softworkz
- Added option to use
ElectronSplashScreenwith an HTML file (#799) - Added option to provide floating point value as aspect ratios with
SetAspectRatio(#793) - Added option to provide
TitleBarOverlayas an object (#911) @Denny09310 - Added
TitleBarOverlayproperty toBrowserWindowOptions(#909) - Added
RoundedCornersproperty toBrowserWindowOptions - Added integration tests and robustness checks (#913) @softworkz
- Added .NET 10 as an explicit target
Downloads
- Updated