Skip to content

Releases: ElectronNET/Electron.NET

7.30.2

01 Dec 23:04
0222213
Compare
Choose a tag to compare

ElectronNET.CLI:

  • 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.
  • 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

5.30.1

28 Oct 23:33
b69d4d2
Compare
Choose a tag to compare
Merge pull request #313 from ElectronNET/netcore30

Update to .NET Core 3.0

5.22.14

29 Jul 20:04
Compare
Choose a tag to compare
5.22.14

5.22.13

01 Jul 21:16
Compare
Choose a tag to compare
5.22.13 release

0.0.11

30 Dec 22:26
8426c9c
Compare
Choose a tag to compare

ElectronNET.CLI:

  • Invoke 'npm install' without --prod flag to install needed devDependencies as well.
  • Enable SourceLink
  • NuGet Package License Information updated (deprecation of licenseUrl)

ElectronNET.API:

  • Documentation added for WebContents.GetUrl()
  • Enable SourceLink
  • NuGet Package License Information updated (deprecation of licenseUrl)

0.0.10

05 Dec 21:40
Compare
Choose a tag to compare
0.0.10

0.0.9

19 Feb 21:59
12b46a9
Compare
Choose a tag to compare

See changelog.md

v0.0.7

09 Nov 21:43
Compare
Choose a tag to compare

ElectronNET.CLI:

Fixed electronize start for macos/linux - thanks @yamachu
Skip NPM install on start when node_modules directory already exists