Skip to content

Releases: ElectronNET/Electron.NET

ElectronNET.Core 0.5.2-pre.139

Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Aug 07:40
195a290

ElectronNET.Core

  • Fixed token param being appended to external URLs (#1075)
  • Fixed startup mode discriminator in case of existing wwwroot (#1050)
  • Fixed CA1416 on ASP.NET project (#1091) @epsnm
  • Fixed loading issue in plain Visual Studio (#1084) @epsnm
  • Fixed bloated ASAR file (#1080) @epsnm
  • Improved selection of runtime identifier (#1081) @epsnm
  • Added more variants for UseElectron (#1076) @AeonSake
  • Added support for modern MacOS app icon (#1047)

ElectronNET.Core 0.5.2

Choose a tag to compare

@FlorianRappl FlorianRappl released this 03 Aug 13:21
7fe3f9b

What's Changed

  • Updated ws, engine.io and socket.io-adapter in /src/ElectronNET.Host/ElectronHostHook by @dependabot[bot] in #1068, #1070, #1071, #1078
  • Updated tmp and exceljs in /src/ElectronNET.WebApp/ElectronHostHook by @dependabot[bot] in #1069
  • Updated js-yaml from 4.1.1 to 4.2.0 in /src/ElectronNET.WebApp/ElectronHostHook by @dependabot[bot] in #1079, #1082, #1083, #1085
  • Updated builder-util-runtime and electron-updater in /src/ElectronNET.Host by @dependabot[bot] in #1088
  • Updated socket.io-parser from 4.2.5 to 4.2.7 in /src/ElectronNET.Host by @dependabot[bot] in #1090
  • Updated flatted from 3.3.3 to 3.4.3 in /src/ElectronNET.WebApp/ElectronHostHook by @dependabot[bot] in #1089
  • Updated brace-expansion from 1.1.12 to 1.1.16 in /src/ElectronNET.Host by @dependabot[bot] in #1086
  • Fixed token param being appended to external URLs (#1075)
  • Fixed startup mode discriminator in case of existing wwwroot (#1050)
  • Fixed CA1416 on AspNet project by @epsnm in #1092
  • Fixed bloated asar and corrupted packaged directory by @epsnm in #1080
  • Fixed Visual studio loading issue by @epsnm in #1087
  • Improved to use default sdk runtime identifier by @epsnm in #1081
  • Added overloads for UseElectron by @AeonSake in #1077
  • Added support for modern MacOS app icon (#1047)
  • Released 0.5.2 by @FlorianRappl in #1093

New Contributors

Full Changelog: 0.5.1...0.5.2

ElectronNET.Core 0.5.1

Choose a tag to compare

@github-actions github-actions released this 08 Jun 19:37
18944fe

ElectronNET.Core

  • Fixed slicing of arguments for packaged applications (#1072)
  • Added support for Electron 42+ (#1073)

ElectronNET.Core 0.5.0

Choose a tag to compare

@github-actions github-actions released this 25 May 20:18
15d6a23

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

Choose a tag to compare

@github-actions github-actions released this 26 Feb 08:27
c8268fa

ElectronNET.Core

ElectronNET.Core 0.4.0

Choose a tag to compare

@FlorianRappl FlorianRappl released this 18 Dec 23:45
7e6760a

ElectronNET.Core

Full Changelog: 0.3.1...0.4.0

ElectronNET.Core 0.3.1

Choose a tag to compare

@FlorianRappl FlorianRappl released this 16 Dec 19:32
cb20fba

ElectronNET.Core

Full Changelog: 0.3.0...0.3.1

ElectronNET.Core 0.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Dec 21:21
bdfbcd5

ElectronNET.Core

Full Changelog: 0.1.0...0.3.0

ElectronNET.Core 0.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Nov 09:05

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

23.6.2

Choose a tag to compare

@github-actions github-actions released this 15 Feb 00:15

ElectronNET.API

ElectronNET.CLI

  • (none)

Infrastructure