Skip to content

Releases: ElectronNET/Electron.NET

23.6.2-alpha.14

03 Apr 12:22
Compare
Choose a tag to compare
23.6.2-alpha.14 Pre-release
Pre-release

ElectronNET.API

ElectronNET.CLI

  • (none)

Infrastructure

23.6.1

28 Mar 06:15
Compare
Choose a tag to compare
build script updated

13.5.1

08 Jul 12:10
Compare
Choose a tag to compare
13.5.1

11.5.1

21 Jan 22:56
Compare
Choose a tag to compare
11.5.1

9.31.2

06 Jul 17:01
Compare
Choose a tag to compare
9.31.2

9.31.1

12 Jun 22:02
Compare
Choose a tag to compare
9.31.1

8.31.2

11 May 23:00
Compare
Choose a tag to compare
Update Changelog for 8.31.2

8.31.1

01 May 20:51
Compare
Choose a tag to compare

ElectronNET.API:

  • New Feature: Electron 8.2.3 support, but not all new features (we search contributors)

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