Skip to content

Releases: ElectronNET/Electron.NET

ElectronNET.Core 0.5.0

25 May 20:18
15d6a23

Choose a tag to compare

ElectronNET.Core

  • Updated internal facade from SocketIoFacade to ISocketConnection (#1037)
  • Fixed HasShadow is not true by default (#1049) @AeonSake
  • Fixed missing ReadAllLines in 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

25 May 20:30
d9f3da8

Choose a tag to compare

Pre-release

ElectronNET.Core

  • Updated internal facade from SocketIoFacade to ISocketConnection (#1037)
  • Fixed HasShadow is not true by default (#1049) @AeonSake
  • Fixed missing ReadAllLines in 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

25 May 20:07
c76ce97

Choose a tag to compare

Pre-release

ElectronNET.Core

  • Updated internal facade from SocketIoFacade to ISocketConnection (#1037)
  • Fixed HasShadow is not true by default (#1049) @AeonSake
  • Fixed missing ReadAllLines in 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

26 Feb 08:27
c8268fa

Choose a tag to compare

ElectronNET.Core

ElectronNET.Core 0.4.1-pre.46

25 Feb 15:18

Choose a tag to compare

Pre-release

ElectronNET.Core

ElectronNET.Core 0.4.1-pre.26

21 Jan 07:27
d85a64f

Choose a tag to compare

Pre-release

ElectronNET.Core

  • Fixed handling of Center property for windows (#1001)
  • Added missing methods on Cookies (#1000)

ElectronNET.Core 0.4.0

18 Dec 23:45
7e6760a

Choose a tag to compare

ElectronNET.Core

Full Changelog: 0.3.1...0.4.0

ElectronNET.Core 0.3.1

16 Dec 19:32
cb20fba

Choose a tag to compare

ElectronNET.Core

Full Changelog: 0.3.0...0.3.1

ElectronNET.Core 0.3.0

14 Dec 21:21
bdfbcd5

Choose a tag to compare

ElectronNET.Core

Full Changelog: 0.1.0...0.3.0

ElectronNET.Core 0.1.0

14 Nov 09:05

Choose a tag to compare

ElectronNET.Core

  • Updated PrintToPDFOptions to also allow specifying the PageSize with 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.Json replacing Newtonsoft.Json (#917) @Denny09310
  • Fixed parameter handling for the sendToIpcRenderer function (#922) @softworkz
  • Fixed synchronization on removing event handlers (#921) @softworkz
  • Fixed creation of windows with contextIsolation enabled (#906) @NimbusFox
  • Fixed single instance behavior using the ElectronSingleInstance property (#901)
  • Fixed potential race conditions (#908) @softworkz
  • Added option to use ElectronSplashScreen with an HTML file (#799)
  • Added option to provide floating point value as aspect ratios with SetAspectRatio (#793)
  • Added option to provide TitleBarOverlay as an object (#911) @Denny09310
  • Added TitleBarOverlay property to BrowserWindowOptions (#909)
  • Added RoundedCorners property to BrowserWindowOptions
  • Added integration tests and robustness checks (#913) @softworkz
  • Added .NET 10 as an explicit target