Releases: ElectronNET/Electron.NET
Releases · ElectronNET/Electron.NET
ElectronNET.Core 0.5.0
ElectronNET.Core
- Updated internal facade from
SocketIoFacadetoISocketConnection(#1037) - Fixed
HasShadowis nottrueby default (#1049) @AeonSake - Fixed missing
ReadAllLinesin MSBuild execution (#1035) - Fixed serialization of release notes for the updater (#1041)
- Added automatic port selection and secured IPC communication (#1038)
ElectronNET.Core 0.5.0-pre.103
ElectronNET.Core
- Updated internal facade from
SocketIoFacadetoISocketConnection(#1037) - Fixed
HasShadowis nottrueby default (#1049) @AeonSake - Fixed missing
ReadAllLinesin MSBuild execution (#1035) - Fixed serialization of release notes for the updater (#1041)
- Added automatic port selection and secured IPC communication (#1038)
ElectronNET.Core 0.5.0-pre.101
ElectronNET.Core
- Updated internal facade from
SocketIoFacadetoISocketConnection(#1037) - Fixed
HasShadowis nottrueby default (#1049) @AeonSake - Fixed missing
ReadAllLinesin MSBuild execution (#1035) - Fixed serialization of release notes for the updater (#1041)
- Added automatic port selection and secured IPC communication (#1038)
ElectronNET.Core 0.4.1
ElectronNET.Core
- Updated documentation for preload scripts (#1031) @AeonSake
- Updated timeout for electron-builder (#1013) @softworkz
- Updated disposal avoiding exceptions on teardown (#1026) @softworkz
- Updated migration guide (#1015) @hilin
- Fixed handling of
Centerproperty for windows (#1001) - Fixed false alarm for
ELECTRON001,ELECTRON008, andELECTRON009(#1012) @softworkz - Added missing methods on
Cookies(#1000) - Added overload for
GetAllDisplaysAsyncwith timeout (#1033) @softworkz - Added
OnBoundsChangedevent (#1014) @softworkz - Added new events for
ipcMain(#1019) @DYH1319
ElectronNET.Core 0.4.1-pre.46
ElectronNET.Core
- Updated documentation for preload scripts (#1031) @AeonSake
- Updated timeout for electron-builder (#1013) @softworkz
- Updated disposal avoiding exceptions on teardown (#1026) @softworkz
- Updated migration guide (#1015) @hilin
- Fixed handling of
Centerproperty for windows (#1001) - Fixed false alarm for
ELECTRON001,ELECTRON008, andELECTRON009(#1012) @softworkz - Added missing methods on
Cookies(#1000) - Added overload for
GetAllDisplaysAsyncwith timeout (#1033) @softworkz - Added
OnBoundsChangedevent (#1014) @softworkz - Added new events for
ipcMain(#1019) @DYH1319
ElectronNET.Core 0.4.1-pre.26
ElectronNET.Core 0.4.0
ElectronNET.Core
- Fixed ElectronSingleInstance handling (#996) @softworkz
- Fixed
PackageIdhandling (#993, #995) @softworkz - Added cross-platform npm restore and check mismatch on publish (#988) @softworkz
- Released 0.4.0 by @FlorianRappl in #998
Full Changelog: 0.3.1...0.4.0
ElectronNET.Core 0.3.1
ElectronNET.Core
- Fixed issue transforming the project ID (#989, #990) @softworkz
- Improved CI/CD pipeline re-try @softworkz in #992
- Released 0.3.1 by @FlorianRappl in #991
Full Changelog: 0.3.0...0.3.1
ElectronNET.Core 0.3.0
ElectronNET.Core
- Updated infrastructure (#937, #939) @softworkz
- Updated all model classes to Electron API 39.2 (#949) @softworkz
- Fixed output path for
electron-builder(#942) @softworkz - Fixed floating point display resolution (#944) @softworkz
- Fixed error in case of missing electron-host-hook (#978)
- Fixed previous API break using exposed
JsonElementobjects (#938) @softworkz - Fixed and improved several test cases (#962) @softworkz
- Fixed startup of Electron.NET from VS Code Debug Adapter (#952)
- Fixed the
BrowserWindowOptions(#945) @softworkz - Fixed example for
AutoMenuHideto reflect platform capabilities (#982) @markatosi - Added several migration checks for publishing (#966) @softworkz
- Added more test runners for E2E tests (#950, #951) @agracio
- Added dynamic updates for tray menu (#973) @davidroth
- Added matrix tests with 6 runners and 2 electron version (#948) @softworkz
- Added additional APIs for WebContents (#958) @agracio
- Added documentation for MacOS package publish (#983) @markatosi
- Added sample application for
ElectronHostHook(#967) @adityashirsatrao007
Full Changelog: 0.1.0...0.3.0
ElectronNET.Core 0.1.0
ElectronNET.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