Electron.NET v7.30.2 Release Notes

Release Date: 2019-12-01 // over 4 years ago
  • ElectronNET.CLI:

    • ๐Ÿ†• New Feature: Different manifest file support #340

      • Create a additional manifest file: electronize init /manifest test
      • Start the app with your additional manifest file: electronize start /manifest electron.manifest.test.json
      • Build the app with your additional manifest file: electronize build /target win /manifest electron.manifest.test.json.
    • ๐Ÿ†• New Feature: Command Line support #337

      • You can start the app with: electronize start /args --dog=woof --test=true
      • Or as binary: myapp.exe /args --dog=woof --test=true
    • ๐Ÿ›  Fixed bug: Start process with listen port 8000 error. #308 (thanks thecodejedi)

    • ๐Ÿ›  Fixed bug: electronize build with no arguments would throw a KeyNotFoundException. (thanks jamiebrynes7)

    ElectronNET.API:

    • ๐Ÿ†• New Feature: Electron 7.1.2 support, but not all new features (we search contributors) #341
    • ๐Ÿ†• New Feature: Electron.App.CommandLine API #337
    • ๐Ÿ†• New Feature: Support of BrowserWindow.AddExtension, BrowserWindow.RemoveExtension, BrowserWindow.GetExtensions (thanks Daddoon)

    Thank you for donation robertmclaws โค