Electron.NET v18.6.1 Release Notes

  • ElectronNET.CLI:

    • 🆕 New Feature: Support for additional dotnet publish flags (thanks danatcofo) #655
    • 🆕 New Feature: Support Apple Silicon Natively (thanks bman46) #624

    ElectronNET.API:

    • 🆕 New Feature: Support for .NET 6 (thanks danatcofo) #636
    • 🆕 New Feature: Switch to async socket lib (thanks theolivenbaum) #595
    • 🆕 New Feature: Conversion to use ImageSharp rather than System.Drawing.Common (thanks danatcofo) #658
    • 🆕 New Feature: Support DI and Mocking better + Support launching app with file for win and linux (thanks danatcofo) #656
    • 🆕 New Feature: Support launching app with file for win and linux (thanks schaveyt) #648
    • 🆕 New Feature: Add ability to set a window's parent using BrowserWindowOptions (thanks MutatedGamer) #673
    • 🆕 New Feature: changed the processing of loadUrl at CreateWindowAsync (thanks yannikHoeflich) #631
    • 🆕 New Feature: Recent Document Support for MacOS (thanks danatcofo) #634
    • 🆕 New Feature: Support DI and Mocking better (thanks danatcofo) #633
    • 🆕 New Feature: Allow ignoring certificate errors (thanks javierlarota) #626
    • 🆕 New Feature: Log errors in the dotnet process (thanks Meberem) #592
    • 🛠 Fixed bug: Error on reloading a window after a second window is closed #664 (thanks danatcofo) #668