You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+24-3Lines changed: 24 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,32 @@
1
1
# Not released
2
2
3
-
ElectronNET.CLI
4
-
5
-
* Fixed a bug where `electronize build` with no arguments would throw a `KeyNotFoundException`.
3
+
# 7.30.3
6
4
7
5
# Released
8
6
7
+
# 7.30.2
8
+
9
+
ElectronNET.CLI:
10
+
11
+
* Different manifest file support [\#340](https://github.com/ElectronNET/Electron.NET/issues/340)
12
+
* Create a additional manifest file: `electronize init /manifest test`
13
+
* Start the app with your additional manifest file: `electronize start /manifest electron.manifest.test.json`
14
+
* Build the app with your additional manifest file: `electronize build /target win /manifest electron.manifest.test.json`.
15
+
16
+
* Command Line support [\#337](https://github.com/ElectronNET/Electron.NET/issues/337)
17
+
* You can start the app with: `electronize start /args --dog=woof --test=true`
18
+
* Or as binary: `myapp.exe /args --dog=woof --test=true`
19
+
* Fixed bug: Start process with listen port 8000 error. [\#308](https://github.com/ElectronNET/Electron.NET/issues/308) (thanks [thecodejedi](https://github.com/thecodejedi))
20
+
* Fixed bug: `electronize build` with no arguments would throw a `KeyNotFoundException`. (thanks [jamiebrynes7](https://github.com/jamiebrynes7))
21
+
22
+
ElectronNET.API:
23
+
24
+
* New Feature: Electron 7.1.2 support, but not all new features (we search contributors) [\#341](https://github.com/ElectronNET/Electron.NET/issues/341)
25
+
* New Feature: Electron.App.CommandLine API [\#337](https://github.com/ElectronNET/Electron.NET/issues/337)
26
+
* New Feature: Support of BrowserWindow.AddExtension, BrowserWindow.RemoveExtension, BrowserWindow.GetExtensions (thanks [Daddoon](https://github.com/Daddoon))
27
+
28
+
Thank you for donation [robertmclaws](https://github.com/robertmclaws) ❤
0 commit comments