Electron.NET v8.31.1 Release Notes

Release Date: 2020-05-01 // almost 4 years ago
  • ElectronNET.CLI:

    • ๐Ÿ†• New Feature: Set a name and author of the app in electron.manifest.json #348 #310
    • ๐Ÿ†• New Feature: Live reload (thanks syedadeel2) #390
      electronize start /watch
    • ๐Ÿ†• New Feature: Every new window will created with an clear cache #273
      electronize start /clear-cache

    ElectronNET.API:

    • ๐Ÿ†• New Feature: Native Electron 8.2.3 support, but not all new features (we search contributors)
    • ๐Ÿ†• New Feature: We incease the startup time for ~25-36% #356
    • ๐Ÿ†• New Feature: Added print capability (thanks x-xx-o) #355
    • ๐Ÿ†• New Feature: BrowserView API #371
    • ๐Ÿ”„ Changed App.GetNameAsync and App.SetNameAsync to the App.Name Property #350
    • ๐Ÿ›  Fixed bug: Splash Screen disappearing on click #357
    • ๐Ÿ›  Fixed bug: Start MenuRole enum at 1 (thanks jjuback) #369
    • ๐Ÿ›  Fixed bug: BridgeConnector not connected (spam console) #347
    • ๐Ÿ›  Fixed bug: BrowserWindowOptions is not setting Width and Height properly #373
    • ๐Ÿ›  Fixed bug: IpcMain.Once(string) is not one time use, is not removing listener #366
    • ๐Ÿ›  Fixed bug: IpcMain.RemoveAllListeners(string) is not removing the listeners #365
    • ๐Ÿ›  Fixed bug: GetLoginItemSettingsAsync does not work #352
    • ๐Ÿ›  Fixed bug: Using OnReadyToShow to display the main window in Blazor does not seem to work with Show set to false #361
    • ๐Ÿ›  Fixed bug: Unable to disable WebSecurity along with NodeIntegration enabled #389