Skip to content

Commit f4d8144

Browse files
update changelog with the new release 7.30.2
1 parent 30d49ff commit f4d8144

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

Changelog.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,32 @@
11
# Not released
22

3-
ElectronNET.CLI
4-
5-
* Fixed a bug where `electronize build` with no arguments would throw a `KeyNotFoundException`.
3+
# 7.30.3
64

75
# Released
86

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)
29+
930
# 5.30.1
1031

1132
ElectronNET.CLI:

0 commit comments

Comments
 (0)