Electron.NET v5.22.12 Release Notes

  • ElectronNET.CLI:

    • ๐Ÿ“ฆ New Feature: Changed from electron packager to electron builder
    • ๐Ÿ†• New Feature: 'add hosthook' command for add a ElectronHostHook-Directory
    • ๐Ÿ›  Fixed bug: 'Unexpected firewall warnings' #181
    • ๐Ÿ›  Fixed bug: 'found 8 vulnerabilities (1 low, 5 moderate, 2 high)' #199
    • ๐Ÿ”€ Merged pull request: Call electronize from the Path instead of via dotnet in launchSettings.json #243 (thanks grbd)

    ElectronNET.API:

    • ๐Ÿ†• New Feature: Electron 5.0.1 support, but not all new features
    • ๐Ÿ†• New Feature: Auto Updater (Based on electron-updater)
    • ๐Ÿ†• New Feature: Splashscreen-Support
    • ๐Ÿ†• New Feature: HostHook-API for execute own TypeScript/JavaScript code on native Electron Main-Process
    • ๐Ÿ†• New Feature: Session-API functions
    • ๐Ÿ›  Fixed bug: Node process running after stopping app #96
    • ๐Ÿ›  Fixed bug: 'X and Y options to not work on Windows 10' #193
    • ๐Ÿ›  Fixed bug: Unable to clear cache #66
    • ๐Ÿ”€ Merged pull request: Fix BrowserWindow::SetMenu #231 thanks (thanks CodeKenpachi)
    • ๐Ÿ”€ Merged pull request: FIX application hangs after socket reconnect #233 (thanks pedromrpinto)
    • ๐Ÿ”€ Merged pull request: Reduce chance of detecting false positives when scanning subprocesses for errors. #236 (thanks BorisTheBrave)
    • โšก๏ธ Merged pull request: Updates the C# API to accept floating point as in JS. #240 (thanks BorisTheBrave)
    • ๐Ÿš€ Merged pull request: buildReleaseNuGetPackages should leave you in the same directory you โ€ฆ #241 (thanks BorisTheBrave)

    ElectronNET.WebApp:

    • Implemented a sample for the new HostHook-API
    • ๐Ÿ›  Fixed bug: 'Electron.NET API Demo: unable to copy code?' #247